Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 51 – 75 of 226) sorted by relevance

12345678910

/freebsd/stand/userboot/test/
H A Dtest.c418 return (ENOTTY); in test_diskioctl()
421 return (ENOTTY); in test_diskioctl()
/freebsd/stand/usb/storage/
H A Dumass_loader.c154 if (rc != ENOTTY) in umass_disk_ioctl()
/freebsd/stand/liblua/
H A Dlerrno.c72 ENTRY(ENOTTY),
/freebsd/stand/libofw/
H A Dofw_disk.c179 return (ENOTTY); in ofwd_ioctl()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c82 errno = ENOTTY; in readpassphrase()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c86 errno = ENOTTY; in readpassphrase()
/freebsd/sys/dev/etherswitch/
H A Detherswitch.c220 error = ENOTTY; in etherswitchioctl()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c73 errno = ENOTTY; in readpassphrase()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c407 # ifdef ENOTTY in open_console()
408 if (errno == ENOTTY) in open_console()
/freebsd/sys/dev/ath/
H A Dif_ath_ioctl.c303 return (ENOTTY); in ath_ioctl()
/freebsd/sys/dev/usb/
H A Dusb_if.m45 # ENOTTY: Transaction stalled
/freebsd/usr.bin/procstat/
H A Dprocstat_sigs.c218 if (errno != ESRCH && errno != ENOTTY) { in procstat_sigfastblock()
/freebsd/usr.bin/script/
H A Dscript.c212 if (errno != ENOTTY) /* For debugger. */ in main()
530 if (errno != ENOTTY) /* For debugger. */ in termset()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_ioctl.c326 return (ENOTTY); in cfi_ioctl()
596 return (ENOTTY); in ctl_ioctl_io()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c116 if ((errno == ENOTTY) && (SP_PARM != 0)) in NCURSES_SP_NAME()
/freebsd/sys/dev/mlx/
H A Dmlx_disk.c133 return (ENOTTY); in mlxd_ioctl()
/freebsd/sys/kern/
H A Dsubr_log.c290 return (ENOTTY); in logioctl()
/freebsd/sys/dev/efidev/
H A Defidev.c194 error = ENOTTY; in efidev_ioctl()
/freebsd/sys/cddl/dev/kinst/
H A Dkinst.c207 error = ENOTTY; in kinst_ioctl()
/freebsd/sys/dev/usb/misc/
H A Duled.c286 error = ENOTTY; in uled_ioctl()
/freebsd/stand/userboot/userboot/
H A Duserboot_disk.c243 if (rc != ENOTTY) in userdisk_ioctl()
/freebsd/contrib/netbsd-tests/include/
H A Dt_errno.c580 #ifdef ENOTTY in ATF_TC_BODY()
/freebsd/stand/libsa/geli/
H A Dgelidev.c250 return (ENOTTY); in geli_dev_ioctl()
/freebsd/sys/dev/snp/
H A Dsnp.c310 return (ENOTTY); in snp_ioctl()
/freebsd/sys/i386/bios/
H A Dsmapi.c115 error = ENOTTY; in smapi_ioctl()

12345678910