Searched refs:ENOTTY (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dioctl.c20 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno-base.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dioctl.c37 err = -ENOTTY;
45 err = -ENOTTY;
55 err = -ENOTTY;
124 err = -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblktrace_api.h208 # define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY)
210 # define do_blk_trace_setup(q, name, dev, bdev, buts) (-ENOTTY)
212 # define blk_trace_setup(q, name, dev, bdev, arg) (-ENOTTY)
213 # define blk_trace_startstop(q, start) (-ENOTTY)
214 # define blk_trace_remove(q) (-ENOTTY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dioctl.c112 return -ENOTTY;
116 return -ENOTTY;
148 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dioctl.c173 return -ENOTTY;
200 if (ret != -EINVAL && ret != -ENOTTY)
210 if (ret != -EINVAL && ret != -ENOTTY)
239 return -ENOTTY;
260 return -ENOTTY;
286 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dioctl.c36 int rc = -ENOTTY; /* strange error - but the precedent */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-errno.c50 int e25 = ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dioctl.c184 return -ENOTTY;
189 return -ENOTTY;
282 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy_ioctl.c268 return -ENOTTY;
286 if (err != -ENOTTY)
297 if (err == -ENOTTY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c213 * ioctl calls for this driver. Why return -ENOTTY upon error? Because
220 return -ENOTTY;
223 return -ENOTTY;
336 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c209 * ioctl calls for this driver. Why return -ENOTTY upon error? Because
216 return -ENOTTY;
219 return -ENOTTY;
332 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Duser.c229 return -ENOTTY;
231 return -ENOTTY;
452 error = -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c117 ERRSTR(ENOTTY, "Inappropriate ioctl for device");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppox.c97 pppox_protos[sk->sk_protocol]->ioctl(sock, cmd, arg) : -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dioctl.c127 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsa1100_wdt.c93 int ret = -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dharddog_kern.c138 return -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Duv_mmtimer.c133 ret = -ENOTTY;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/ata_id/
H A Data_id.c142 if (errno == ENOTTY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c234 return -ENOTTY;
280 return -ENOTTY;
326 return -ENOTTY;
469 return -ENOTTY;
472 return -ENOTTY;

Completed in 186 milliseconds

1234567891011>>