| /include/linux/ |
| D | btf_ids.h | 57 #define __ID(prefix) \ argument 58 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) 64 #define BTF_ID(prefix, name) \ argument 65 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), "") 67 #define ____BTF_ID_FLAGS(prefix, name, flags) \ argument 68 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), ".long " #flags "\n") 69 #define __BTF_ID_FLAGS(prefix, name, flags, ...) \ argument 70 ____BTF_ID_FLAGS(prefix, name, flags) 71 #define BTF_ID_FLAGS(prefix, name, ...) \ argument 72 __BTF_ID_FLAGS(prefix, name, ##__VA_ARGS__, 0) [all …]
|
| D | bcm47xx_sprom.h | 15 void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, 20 const char *prefix, in bcm47xx_fill_sprom() argument
|
| D | compiler_types.h | 507 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 514 __noreturn extern void prefix ## suffix(void) \ 517 prefix ## suffix(); \ 520 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 523 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 524 __compiletime_assert(condition, msg, prefix, suffix)
|
| D | efi_embedded_fw.h | 32 u8 prefix[EFI_EMBEDDED_FW_PREFIX_LEN]; member
|
| D | string.h | 351 static inline bool strstarts(const char *str, const char *prefix) in strstarts() argument 353 return strncmp(str, prefix, strlen(prefix)) == 0; in strstarts() 545 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() argument 547 size_t len = strlen(prefix); in str_has_prefix() 548 return strncmp(str, prefix, len) == 0 ? len : 0; in str_has_prefix()
|
| D | xattr.h | 38 const char *prefix; member 101 return handler->prefix ?: handler->name; in xattr_prefix()
|
| D | string_helpers.h | 118 char **kasprintf_strarray(gfp_t gfp, const char *prefix, size_t n); 121 char **devm_kasprintf_strarray(struct device *dev, const char *prefix, size_t n);
|
| D | fs_context.h | 77 const char *prefix; member 189 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...); 193 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
|
| D | compiler.h | 166 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
| /include/linux/netfilter/ipset/ |
| D | pfxlen.h | 46 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() argument 48 ip->ip6[0] &= ip_set_netmask6(prefix)[0]; in ip6_netmask() 49 ip->ip6[1] &= ip_set_netmask6(prefix)[1]; in ip6_netmask() 50 ip->ip6[2] &= ip_set_netmask6(prefix)[2]; in ip6_netmask() 51 ip->ip6[3] &= ip_set_netmask6(prefix)[3]; in ip6_netmask()
|
| /include/xen/interface/io/ |
| D | netif.h | 288 uint64_t prefix = 0; in xen_netif_toeplitz_hash() local 293 prefix <<= 8; in xen_netif_toeplitz_hash() 294 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash() 303 hash ^= prefix; in xen_netif_toeplitz_hash() 304 prefix <<= 1; in xen_netif_toeplitz_hash() 312 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash()
|
| /include/sound/ |
| D | simple_card_utils.h | 14 #define simple_util_init_hp(card, sjack, prefix) \ argument 15 simple_util_init_jack(card, sjack, 1, prefix, NULL) 16 #define simple_util_init_mic(card, sjack, prefix) \ argument 17 simple_util_init_jack(card, sjack, 0, prefix, NULL) 136 char *prefix, 146 char *prefix); 173 void simple_util_parse_convert(struct device_node *np, char *prefix, 180 char *prefix); 182 char *prefix); 184 char *prefix); [all …]
|
| /include/uapi/linux/netfilter_ipv4/ |
| D | ipt_LOG.h | 17 char prefix[30]; member
|
| /include/uapi/linux/netfilter/ |
| D | xt_LOG.h | 17 char prefix[30]; member
|
| D | xt_NFLOG.h | 22 char prefix[64]; member
|
| /include/uapi/linux/netfilter_ipv6/ |
| D | ip6t_LOG.h | 17 char prefix[30]; member
|
| /include/uapi/linux/netfilter_bridge/ |
| D | ebt_nflog.h | 21 char prefix[EBT_NFLOG_PREFIX_SIZE]; member
|
| D | ebt_log.h | 17 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member
|
| /include/drm/ |
| D | drm_print.h | 179 const char *prefix; member 383 const char *prefix) in drm_dbg_printer() argument 389 .prefix = prefix, in drm_dbg_printer() 404 const char *prefix) in drm_err_printer() argument 409 .prefix = prefix in drm_err_printer()
|
| /include/uapi/linux/ |
| D | atmbr2684.h | 101 __be32 prefix; /* network byte order */ member
|
| D | tcp.h | 388 __u8 prefix; /* peer's address prefix */ member 405 __u8 prefix; /* peer's address prefix */ member 453 __u8 prefix; /* in/out: dump keys with address/prefix */ member
|
| /include/scsi/ |
| D | libiscsi.h | 434 #define iscsi_session_printk(prefix, _sess, fmt, a...) \ argument 435 iscsi_cls_session_printk(prefix, _sess->cls_session, fmt, ##a) 461 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 462 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|
| D | scsi_transport_iscsi.h | 436 #define iscsi_cls_session_printk(prefix, _cls_session, fmt, a...) \ argument 437 dev_printk(prefix, &(_cls_session)->dev, fmt, ##a) 439 #define iscsi_cls_conn_printk(prefix, _cls_conn, fmt, a...) \ argument 440 dev_printk(prefix, &(_cls_conn)->dev, fmt, ##a)
|
| /include/net/netfilter/ |
| D | nf_log.h | 46 const char *prefix);
|
| /include/media/ |
| D | v4l2-dv-timings.h | 134 void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix,
|