Home
last modified time | relevance | path

Searched refs:sock_ioctl (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dnative_printer_defs.h37 .sock_ioctl = sock_ioctl,
Dprinters.h108 int (*sock_ioctl)(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg); member
109 #define sock_ioctl MPERS_PRINTER_NAME(sock_ioctl) macro
Dm32_printer_defs.h37 .sock_ioctl = m32_sock_ioctl,
Dmx32_printer_defs.h37 .sock_ioctl = mx32_sock_ioctl,
Dnative_printer_decls.h37 extern int sock_ioctl(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c249 return sock_ioctl(tcp, code, arg); in ioctl_decode()
Dsock.c249 MPERS_PRINTER_DECL(int, sock_ioctl, in MPERS_PRINTER_DECL() argument
DChangeLog-CVS381 * sock.c [LINUX] (sock_ioctl): Parse more SIOCS* ioctls.
1328 * sock.c (sock_ioctl): Check umove() return code.
2159 * sock.c (sock_ioctl) [LINUX]: Likewise.
2342 (sock_ioctl): Handle SIOCGIFADDR, SIOCGIFDSTADDR, SIOCGIFBRDADDR,
2798 * sock.c (sock_ioctl): Decode the arguments for SIOCGIFNAME,
DChangeLog1185 * defs.h (sock_ioctl): Remove prototype.
1193 (sock_ioctl): Wrap into MPERS_PRINTER_DECL.
2217 * sock.c (print_ifreq, sock_ioctl): Likewise.
2640 sock_ioctl, term_ioctl, ubi_ioctl, uffdio_ioctl): Rewrite prototypes
18890 (sock_ioctl) Use them. Use umove_or_printaddr.
20820 * sock.c (sock_ioctl): Fix format string.
20831 * sock.c (sock_ioctl): Use printnum_int instead of printnum to print
21358 sock_ioctl: quote network interface names.
21360 (sock_ioctl): Use it to quote ifr_name, ifru_newname, and ifru_slave.
21704 ubi_ioctl, ptp_ioctl, scsi_ioctl, sock_ioctl, term_ioctl, rtc_ioctl,
[all …]