Searched defs:ioctl (Results 1 – 11 of 11) sorted by relevance
/minix3/tests/lib/libc/ttyio/ |
H A D | t_ttyio.c | 64 ATF_TC_HEAD(ioctl, tc) in ATF_TC_HEAD() argument 78 ATF_TC_BODY(ioctl, tc) in ATF_TC_BODY() argument
|
/minix3/sys/lib/libsa/ |
H A D | ioctl.c | 66 ioctl(int fd, u_long cmd, char *arg) in ioctl() function
|
/minix3/include/ |
H A D | rmt.h | 52 #define ioctl rmtioctl macro
|
/minix3/minix/lib/libc/sys/ |
H A D | ioctl.c | 308 int ioctl(int fd, unsigned long request, ...) in ioctl() function
|
/minix3/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_time.c | 92 #define ioctl ioctlsocket macro
|
/minix3/minix/lib/liblwip/dist/src/include/netif/ppp/ |
H A D | pppapi.h | 96 } ioctl; member
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | socket_wrapper.h | 114 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
|
/minix3/sys/dev/pci/ |
H A D | if_lmc.h | 914 struct ioctl struct 916 struct iohdr iohdr; /* common ioctl header */ argument 917 u_int32_t cmd; /* command */ 918 u_int32_t address; /* command address */ 919 u_int32_t data; /* command data */ 920 char *ucode; /* user-land address of ucode */ 1082 int (*ioctl) (softc_t *, struct ioctl *); member 1090 int (*ioctl) (softc_t *, u_long, void *); member
|
H A D | mlyreg.h | 1210 struct mly_cmd_ioctl ioctl; member
|
/minix3/common/lib/libprop/ |
H A D | prop_kern.c | 48 #define ioctl(a,b,c) rump_sys_ioctl(a,b,c) macro
|
/minix3/minix/lib/liblwip/dist/src/include/lwip/ |
H A D | sockets.h | 533 #define ioctl(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|