Searched refs:ioctl_name (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c625 int bb_ioctl_or_warn(int fd, int request, void *argp, const char *ioctl_name) argument
631 bb_perror_msg("%s", ioctl_name);
634 void bb_xioctl(int fd, int request, void *argp, const char *ioctl_name) argument
637 bb_perror_msg_and_die("%s", ioctl_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h820 int bb_ioctl_or_warn(int fd, int request, void *argp, const char *ioctl_name);
821 void bb_xioctl(int fd, int request, void *argp, const char *ioctl_name);

Completed in 83 milliseconds