Searched refs:bb_ioctl_or_warn (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxfuncs_printf.c480 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) function
499 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxfuncs_printf.c480 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) function
499 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxfuncs_printf.c480 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) function
499 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dlibbb.h1256 int bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) FAST_FUNC;
1258 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request)
1261 int bb_ioctl_or_warn(int fd, unsigned request, void *argp) FAST_FUNC;
1263 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dlibbb.h1256 int bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) FAST_FUNC;
1258 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request)
1261 int bb_ioctl_or_warn(int fd, unsigned request, void *argp) FAST_FUNC;
1263 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dlibbb.h1256 int bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) FAST_FUNC;
1258 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request)
1261 int bb_ioctl_or_warn(int fd, unsigned request, void *argp) FAST_FUNC;
1263 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dhdparm.c394 return bb_ioctl_or_warn(fd, cmd, args, string);
403 return bb_ioctl_or_warn(fd, cmd, args);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dhdparm.c394 return bb_ioctl_or_warn(fd, cmd, args, string);
403 return bb_ioctl_or_warn(fd, cmd, args);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dhdparm.c394 return bb_ioctl_or_warn(fd, cmd, args, string);
403 return bb_ioctl_or_warn(fd, cmd, args);

Completed in 193 milliseconds