| /linux-6.15/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); \ 91 char *_str = offstr(_insn->sec, _insn->offset); \ 92 WARN(" %s: " format, _str, ##__VA_ARGS__); \ 93 free(_str); \
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_fw.h | 75 #define fbnic_mk_full_fw_ver_str(_rev_id, _delim, _commit, _str, _str_sz) \ argument 78 snprintf(_str, _str_sz, "%02lu.%02lu.%02lu-%03lu%s%s", \ 86 #define fbnic_mk_fw_ver_str(_rev_id, _str) \ argument 87 fbnic_mk_full_fw_ver_str(_rev_id, "", "", _str, sizeof(_str))
|
| /linux-6.15/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-6.15/include/linux/device/ |
| H A D | class.h | 206 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 207 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 208 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 210 _CLASS_ATTR_STRING(_name, _mode, _str)
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_test.c | 25 #define str(s) _str(s) 26 #define _str(s) #s macro
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed_debugfs.c | 27 #define DUMP_STR(_str) { _str, 0, DUMP_TYPE_STRING } argument
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 130 static const u8 name ## _str[] = string; \ 132 .data = (u8 *)name##_str, \ 133 .len = sizeof(name##_str) - 1, \
|
| /linux-6.15/tools/perf/util/ |
| H A D | annotate.h | 489 int annotate_parse_percent_type(const struct option *opt, const char *_str,
|
| H A D | annotate.c | 2333 int annotate_parse_percent_type(const struct option *opt __maybe_unused, const char *_str, in annotate_parse_percent_type() argument 2340 str1 = strdup(_str); in annotate_parse_percent_type()
|
| /linux-6.15/drivers/devfreq/event/ |
| H A D | rockchip-dfi.c | 335 #define DFI_PMU_EVENT_ATTR(_name, _var, _str) \ argument 336 PMU_EVENT_ATTR_STRING(_name, _var, _str); \
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 1973 #define PMU_EVENT_ATTR_STRING(_name, _var, _str) \ argument 1977 .event_str = _str, \
|
| /linux-6.15/net/mac80211/ |
| H A D | debugfs_sta.c | 473 #define PRINT_HT_CAP(_cond, _str) \ in link_sta_ht_capa_read() argument 476 p += scnprintf(p, bufsz + buf - p, "\t" _str "\n"); \ in link_sta_ht_capa_read()
|
| /linux-6.15/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-6.15/drivers/scsi/aacraid/ |
| H A D | linit.c | 54 #define _str(x) #x macro 55 #define str(x) _str(x)
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4056 #define PRINT_FIELD(_field, _flag, _str) { \ argument 4063 len = snprintf(ptr, leftover, "%s", _str); \
|