Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c34 int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb, in mlx5_core_mad_ifc()
H A Dmlx5_cmd.c1287 struct mlx5_cmd_msg *inb; cmd_exec_helper() local
/freebsd/tests/sys/netpfil/pf/
H A Dnat64.py68 data = types.SimpleNamespace(addr=addr, inb=b"", outb=b"") unknown
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c108 static int compare(const void * ina, const void * inb) { in compare()
121 static int comparedoublesorthelper(const void * ina, const void * inb) { in comparedoublesorthelper()
166 static int comparesorthelper(const void * ina, const void * inb) { in comparesorthelper()
/freebsd/stand/common/
H A Disapnp.c37 #define inb(x) (archsw.arch_isainb((x))) macro
/freebsd/usr.bin/tcopy/
H A Dtcopy.c230 char *inb; in verify() local
/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c335 do_getnext(struct context *context, const struct snmp_value *inb, in do_getnext()
/freebsd/sys/powerpc/include/
H A Dpio.h160 #define inb(a) (__inb((volatile u_int8_t *)(a))) macro
/freebsd/sys/amd64/include/
H A Dcpufunc.h131 inb(u_int port) in inb() function
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c2555 struct in_addr in, inb; in ipf_nat_newmap() local
2819 struct in_addr in, inb; in ipf_nat_newrdr() local
/freebsd/sys/x86/include/
H A Dbus.h976 #define inb(a) compiler_error macro