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

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dioctl.c19 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Derrno-base.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dioctl.c37 return -ENOTTY;
42 return -ENOTTY;
49 return -ENOTTY;
94 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dioctl.c23 int error = -ENOTTY;
134 else error = -ENOTTY;
153 error = -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dioctl.c151 return -ENOTTY;
167 return -ENOTTY;
216 return -ENOTTY;
234 if (ret != -EINVAL && ret != -ENOTTY)
246 if (ret != -EINVAL && ret != -ENOTTY)
262 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h73 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dioctl.c36 int rc = -ENOTTY; /* strange error - but the precedent */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dioctl.c106 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Deisa_eeprom.c81 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dpcf8563.c189 * ioctl calls for this driver. Why return -ENOTTY upon error? Because
197 return -ENOTTY;
200 return -ENOTTY;
303 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dpcf8563.c202 * ioctl calls for this driver. Why return -ENOTTY upon error? Because
210 return -ENOTTY;
213 return -ENOTTY;
318 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dioctl.c175 return -ENOTTY;
179 return -ENOTTY;
254 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dioctl.c174 return -ENOTTY;
178 return -ENOTTY;
252 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Duser.c226 return -ENOTTY;
228 return -ENOTTY;
448 error = -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c117 ERRSTR(ENOTTY, "Inappropriate ioctl for device");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dbooke_wdt.c129 return -ENOTTY;
H A Dmpc8xx_wdt.c129 return -ENOTTY;
H A Dsa1100_wdt.c93 int ret = -ENOTTY;
H A Dwdt285.c140 int ret = -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dharddog_kern.c135 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dioctl.c134 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dioctl.c87 return -ENOTTY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/ata_id/
H A Data_id.c142 if (errno == ENOTTY) {

Completed in 277 milliseconds

12345678