Home
last modified time | relevance | path

Searched defs:__port (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dio.h43 inb (unsigned short int __port) in inb()
52 inb_p (unsigned short int __port) in inb_p()
61 inw (unsigned short int __port) in inw()
70 inw_p (unsigned short int __port) in inw_p()
79 inl (unsigned short int __port) in inl()
88 inl_p (unsigned short int __port) in inl_p()
96 outb (unsigned char __value, unsigned short int __port) in outb()
123 outl (unsigned int __value, unsigned short int __port) in outl()
157 outsb (unsigned short int __port, const void *__addr, in outsb()
165 outsw (unsigned short int __port, const void *__addr, in outsw()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dio.h43 inb (unsigned short int __port) in inb()
52 inb_p (unsigned short int __port) in inb_p()
61 inw (unsigned short int __port) in inw()
70 inw_p (unsigned short int __port) in inw_p()
79 inl (unsigned short int __port) in inl()
88 inl_p (unsigned short int __port) in inl_p()
96 outb (unsigned char __value, unsigned short int __port) in outb()
123 outl (unsigned int __value, unsigned short int __port) in outl()
157 outsb (unsigned short int __port, const void *__addr, in outsb()
165 outsw (unsigned short int __port, const void *__addr, in outsw()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-linux-musl/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-musl/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.h29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument
42 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument
45 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument
48 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument
51 #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \ argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.h29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument
42 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument
45 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument
48 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument
51 #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \ argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.h29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument
42 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument
45 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument
48 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument
51 #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \ argument
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/java/org/zeromq/czmq/
H A DZhttpServer.java52 native static int __port (long self); in __port() method in ZhttpServer
H A DZhttpServerOptions.java59 native static int __port (long self); in __port() method in ZhttpServerOptions
/dports/sysutils/nut-devel/nut-9e6a5ab2/scripts/python/module/
H A DPyNUT.py.in58 __port = None variable in PyNUTClient
/dports/sysutils/nut/nut-2.7.4/scripts/python/module/
H A DPyNUT.py53 __port = None variable in PyNUTClient
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_bitmap_port.c135 __be16 __port; in bitmap_port_kadt() local
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_bitmap_port.c135 __be16 __port; in bitmap_port_kadt() local

1234