Home
last modified time | relevance | path

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

/minix3/tests/lib/libc/ttyio/
H A Dt_ttyio.c64 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 Dioctl.c66 ioctl(int fd, u_long cmd, char *arg) in ioctl() function
/minix3/include/
H A Drmt.h52 #define ioctl rmtioctl macro
/minix3/minix/lib/libc/sys/
H A Dioctl.c308 int ioctl(int fd, unsigned long request, ...) in ioctl() function
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c92 #define ioctl ioctlsocket macro
/minix3/minix/lib/liblwip/dist/src/include/netif/ppp/
H A Dpppapi.h96 } ioctl; member
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h114 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
/minix3/sys/dev/pci/
H A Dif_lmc.h914 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 Dmlyreg.h1210 struct mly_cmd_ioctl ioctl; member
/minix3/common/lib/libprop/
H A Dprop_kern.c48 #define ioctl(a,b,c) rump_sys_ioctl(a,b,c) macro
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dsockets.h533 #define ioctl(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro