Home
last modified time | relevance | path

Searched defs:text (Results 26 – 50 of 128) sorted by relevance

123456

/linux-6.14.4/arch/csky/kernel/
Dvmlinux.lds.S30 _text = .;
31 _stext = .;
/linux-6.14.4/scripts/kconfig/
Dmconf.c309 const char *text; member
352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
367 static void show_helptext(const char *title, const char *text) in show_helptext()
Dlexer.l37 static char *text; variable
/linux-6.14.4/arch/powerpc/kernel/
Dvmlinux.lds.S270 *.init.text might be RO so we must ensure this section ends on
274 _einittext = .;
281 __exittext_begin = .;
283 __exittext_end = .;
/linux-6.14.4/arch/arm/kernel/
Dvmlinux-xip.lds.S52 _text = .;
78 .exit.text : {
Dvmlinux.lds.S51 _text = .;
63 _stext = .; /* Text and read-only data */
/linux-6.14.4/drivers/media/rc/
Dfintek-cir.h24 #define fit_pr(level, text, ...) \ argument
27 #define fit_dbg(text, ...) \ argument
32 #define fit_dbg_verbose(text, ...) \ argument
37 #define fit_dbg_wake(text, ...) \ argument
Dnuvoton-cir.h24 #define nvt_dbg(text, ...) \ argument
29 #define nvt_dbg_verbose(text, ...) \ argument
34 #define nvt_dbg_wake(text, ...) \ argument
/linux-6.14.4/Documentation/sphinx/
DrstFlatTable.py71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
/linux-6.14.4/tools/perf/tests/
Dtests.h13 #define TEST_ASSERT_VAL(text, cond) \ argument
21 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
/linux-6.14.4/lib/kunit/
Dassert.c94 VISIBLE_IF_KUNIT bool is_literal(const char *text, long long value) in is_literal()
171 VISIBLE_IF_KUNIT bool is_str_literal(const char *text, const char *value) in is_str_literal()
/linux-6.14.4/lib/
Dts_bm.c59 const u8 *text, bool icase) in matchpat()
80 const u8 *text; in bm_find() local
/linux-6.14.4/tools/testing/selftests/bpf/
Djit_disasm_helpers.c168 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text()
238 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text()
/linux-6.14.4/tools/perf/util/
Dpmu.l17 char *text = perf_pmu_get_text(scanner); in value() local
Dsvghelper.c273 static char text[80]; in time_to_string() local
291 char *text; in svg_waiting() local
602 void svg_text(int Yslot, u64 start, const char *text) in svg_text()
611 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box()
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c395 char *text = text_origin; in print_match_error() local
490 static bool match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) in match_pattern()
650 char *text = NULL; in match_program() local
/linux-6.14.4/tools/lib/perf/include/internal/
Dtests.h47 #define __T(text, cond) \ argument
/linux-6.14.4/arch/hexagon/kernel/
Dvmlinux.lds.S39 _text = .;
/linux-6.14.4/arch/xtensa/include/asm/
Dprocessor.h120 #define MAKE_PC_FROM_RA(ra, text) (((ra) & 0x3fffffff) | ((unsigned long)(text) & 0xc0000000)) argument
132 #define MAKE_PC_FROM_RA(ra, text) (ra) argument
/linux-6.14.4/arch/s390/include/asm/
Dpci_debug.h13 #define zpci_err(text...) \ argument
/linux-6.14.4/net/sunrpc/auth_gss/
Dgss_krb5_seal.c105 gss_krb5_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_krb5_get_mic_v2()
/linux-6.14.4/arch/sh/kernel/
Dvmlinux.lds.S39 _etext = .; /* End of text section */
/linux-6.14.4/tools/perf/ui/
Dbrowser.c214 char *text; in ui_browser__warning() local
236 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window()
246 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno()
/linux-6.14.4/arch/x86/kernel/
Dvmlinux.lds.S138 *(.text..__x86.rethunk_untrain)
/linux-6.14.4/drivers/i2c/busses/
Dscx200_acb.c415 static struct scx200_acb_iface *scx200_create_iface(const char *text, in scx200_create_iface()
469 static struct scx200_acb_iface *scx200_create_dev(const char *text, in scx200_create_dev()

123456