Searched defs:outb (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/asm-generic/ |
H A D | io.h | 34 #define outb(a,b) outb(b,a) macro
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_mad.c | 34 int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb, in mlx5_core_mad_ifc()
|
H A D | mlx5_cmd.c | 1288 struct mlx5_cmd_msg *outb; cmd_exec_helper() local
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | nat64.py | 68 data = types.SimpleNamespace(addr=addr, inb=b"", outb=b"") unknown
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | test_helpers.c | 126 atf_process_stream_t outb, errb; in run_h_tc() local
|
/freebsd/stand/common/ |
H A D | isapnp.c | 38 #define outb(x,y) (archsw.arch_isaoutb((x),(y))) macro
|
/freebsd/usr.bin/tcopy/ |
H A D | tcopy.c | 227 verify(int inp, int outp, char *outb) in verify()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpagent.c | 336 struct snmp_value *outb, struct snmp_pdu *pdu) in do_getnext()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_ioctl.c | 500 uint8_t *outb; in qlnx_get_regs() local
|
/freebsd/sys/powerpc/include/ |
H A D | pio.h | 152 #define outb(a,v) (__outb((volatile u_int8_t *)(a), v)) macro
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 191 outb(u_int port, u_char data) in outb() function
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 979 #define outb(a, b) compiler_error macro
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 4493 u32 *outb; in query_qp_attr() local
|