Searched refs:bb_ioctl_or_warn (Results 1 - 3 of 3) 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) function
640 int bb_ioctl_or_warn(int fd, int request, void *argp) function
/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);
822 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request)
825 int bb_ioctl_or_warn(int fd, int request, void *argp);
827 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c451 return bb_ioctl_or_warn(fd, cmd, args, string);
460 return bb_ioctl_or_warn(fd, cmd, args);

Completed in 90 milliseconds