| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 67 char *_str = offstr(sec, offset); \ 68 __WARN(severity, "%s: " format, _str, ##__VA_ARGS__); \ 69 free(_str); \ 93 char *_str = offstr(__insn->sec, __insn->offset); \ 96 _len = snprintf(NULL, 0, " %s: " format, _str, ##__VA_ARGS__); \ 98 WARN(" %s: " format " %*s%s", _str, ##__VA_ARGS__, _len, "", _istr); \ 99 free(_str); \
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 49 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 68 ret = bpf_snprintf_btf(_str, STRSIZE, \ 72 _cmp = __strncmp(_str, _expectedval, EXPECTED_STRSIZE); \ 74 bpf_printk("(%d) got %s", _cmp, _str); \ 84 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument 85 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | reg.h | 13 asm volatile("mfspr %0," _str(rn) \ 15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \
|
| H A D | utils.h | 179 #define _str(s) #s macro 180 #define str(s) _str(s)
|
| /linux/drivers/mtd/parsers/ |
| H A D | bcm63xxpart.c | 38 do { char *_str = (x); _str[sizeof(x) - 1] = 0; } while (0)
|
| H A D | parser_imagetag.c | 26 do { char *_str = (x); _str[sizeof(x) - 1] = 0; } while (0)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 377 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 386 _ptr, sizeof(_type), _str, \ 391 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 393 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 397 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 406 _ptr, _type_sz, _str, _expected); \ 409 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument 416 _ptr, sizeof(_type), _str, \
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tda10086.c | 576 u8 _str; in tda10086_read_signal_strength() local 580 _str = 0xff - tda10086_read_byte(state, 0x43); in tda10086_read_signal_strength() 581 *signal = (_str << 8) | _str; in tda10086_read_signal_strength()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_test.c | 25 #define str(s) _str(s) 26 #define _str(s) #s macro
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | |
| /linux/tools/perf/util/ |
| H A D | annotate.h | 490 int annotate_parse_percent_type(const struct option *opt, const char *_str,
|
| H A D | annotate.c | 2434 int annotate_parse_percent_type(const struct option *opt __maybe_unused, const char *_str, in annotate_parse_percent_type() 2441 str1 = strdup(_str); in annotate_check_args() 2411 annotate_parse_percent_type(const struct option * opt __maybe_unused,const char * _str,int unset __maybe_unused) annotate_parse_percent_type() argument
|
| /linux/drivers/devfreq/event/ |
| H A D | rockchip-dfi.c | 374 #define DFI_PMU_EVENT_ATTR(_name, _var, _str) \ argument 375 PMU_EVENT_ATTR_STRING(_name, _var, _str); \
|
| /linux/include/linux/ |
| H A D | perf_event.h | 2069 #define PMU_EVENT_ATTR_STRING(_name, _var, _str) \ 2073 .event_str = _str, \ 2070 PMU_EVENT_ATTR_STRING(_name,_var,_str) global() argument
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 761 static int convert_addr(struct sock_args *args, const char *_str, in convert_addr() argument 773 str = strdup(_str); in convert_addr()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | linit.c | 54 #define _str(x) #x macro 55 #define str(x) _str(x)
|