/include/linux/ |
D | btf_ids.h | 40 #define __ID(prefix) \ argument 41 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) 47 #define BTF_ID(prefix, name) \ argument 48 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__)) 82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 84 BTF_ID(prefix, typename) 85 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument 87 BTF_ID(prefix, typename) 150 #define BTF_ID(prefix, name) argument 153 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 name[1]; argument [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-clang.h | 11 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
D | compiler_types.h | 311 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 313 extern void prefix ## suffix(void) __compiletime_error(msg); \ 315 prefix ## suffix(); \ 318 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 321 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 322 __compiletime_assert(condition, msg, prefix, suffix)
|
D | string.h | 254 static inline bool strstarts(const char *str, const char *prefix) in strstarts() argument 256 return strncmp(str, prefix, strlen(prefix)) == 0; in strstarts() 323 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() argument 325 size_t len = strlen(prefix); in str_has_prefix() 326 return strncmp(str, prefix, len) == 0 ? len : 0; in str_has_prefix()
|
D | xattr.h | 32 const char *prefix; member 75 int xattr_supported_namespace(struct inode *inode, const char *prefix); 79 return handler->prefix ?: handler->name; in xattr_prefix()
|
D | efi_embedded_fw.h | 32 u8 prefix[EFI_EMBEDDED_FW_PREFIX_LEN]; member
|
D | compiler-gcc.h | 42 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
D | fs_context.h | 77 const char *prefix; member 196 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...); 200 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
|
D | compiler.h | 190 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) 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 | 305 uint64_t prefix = 0; in xen_netif_toeplitz_hash() local 310 prefix <<= 8; in xen_netif_toeplitz_hash() 311 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash() 320 hash ^= prefix; in xen_netif_toeplitz_hash() 321 prefix <<= 1; in xen_netif_toeplitz_hash() 329 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash()
|
/include/sound/ |
D | simple_card_utils.h | 14 #define asoc_simple_init_hp(card, sjack, prefix) \ argument 15 asoc_simple_init_jack(card, sjack, 1, prefix, NULL) 16 #define asoc_simple_init_mic(card, sjack, prefix) \ argument 17 asoc_simple_init_jack(card, sjack, 0, prefix, NULL) 129 char *prefix, 136 char *prefix); 165 void asoc_simple_parse_convert(struct device_node *np, char *prefix, 169 char *prefix); 171 char *prefix); 173 char *prefix); [all …]
|
/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_ipv4/ |
D | ipt_LOG.h | 17 char prefix[30]; member
|
/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 17 char prefix[30]; member
|
/include/uapi/linux/netfilter_bridge/ |
D | ebt_log.h | 17 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member
|
D | ebt_nflog.h | 21 char prefix[EBT_NFLOG_PREFIX_SIZE]; member
|
/include/drm/ |
D | drm_print.h | 80 const char *prefix; member 227 static inline struct drm_printer drm_debug_printer(const char *prefix) in drm_debug_printer() argument 231 .prefix = prefix in drm_debug_printer() 243 static inline struct drm_printer drm_err_printer(const char *prefix) in drm_err_printer() argument 247 .prefix = prefix in drm_err_printer()
|
/include/uapi/linux/ |
D | atmbr2684.h | 101 __be32 prefix; /* network byte order */ member
|
/include/scsi/ |
D | libiscsi.h | 426 #define iscsi_session_printk(prefix, _sess, fmt, a...) \ argument 427 iscsi_cls_session_printk(prefix, _sess->cls_session, fmt, ##a) 453 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 454 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|
D | scsi_transport_iscsi.h | 435 #define iscsi_cls_session_printk(prefix, _cls_session, fmt, a...) \ argument 436 dev_printk(prefix, &(_cls_session)->dev, fmt, ##a) 438 #define iscsi_cls_conn_printk(prefix, _cls_conn, fmt, a...) \ argument 439 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,
|