Home
last modified time | relevance | path

Searched defs:pfx (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
4 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument
/linux-4.19.296/drivers/isdn/hardware/mISDN/
DmISDNipac.c141 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local
178 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
/linux-4.19.296/include/net/
D6lowpan.h113 struct in6_addr pfx; member
Daddrconf.h63 const struct in6_addr *pfx; member
Dipv6.h457 static inline void ipv6_addr_prefix(struct in6_addr *pfx, in ipv6_addr_prefix()
472 const struct in6_addr *pfx, in ipv6_addr_prefix_copy()
/linux-4.19.296/drivers/cpufreq/
Ds3c24xx-cpufreq.c103 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show()
/linux-4.19.296/fs/
Dlocks.c2619 loff_t id, char *pfx) in lock_get_status()