/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 183 iocp->ioc_error = ENOTTY; in pe_ioctl() 192 iocp->ioc_error = ENOTTY; in pe_ioctl() 197 iocp->ioc_error = ENOTTY; in pe_ioctl() 210 iocp->ioc_error = ENOTTY; in pe_ioctl() 232 iocp->ioc_error = ENOTTY; in pe_ioctl() 256 iocp->ioc_error = ENOTTY; in pe_ioctl() 273 iocp->ioc_error = ENOTTY; in pe_ioctl() 293 iocp->ioc_error = ENOTTY; in pe_ioctl() 306 iocp->ioc_error = ENOTTY; in pe_ioctl() 312 iocp->ioc_error = ENOTTY; in pe_ioctl() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 228 return ENOTTY; in krb5_prompter_posix() 230 return ENOTTY; in krb5_prompter_posix() 237 return ENOTTY; in krb5_prompter_posix() 240 return ENOTTY; in krb5_prompter_posix() 255 errcode = ENOTTY; in krb5_prompter_posix() 287 errcode = ENOTTY; in krb5_prompter_posix()
|
H A D | read_pwd.c | 134 return ENOTTY; in read_console_password() 136 return ENOTTY; in read_console_password() 143 return ENOTTY; in read_console_password()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | timerfd.c | 68 if (rval == -1 && errno == ENOTTY) { in timerfd_settime() 85 if (rval == -1 && errno == ENOTTY) { in timerfd_gettime()
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_devctl.c | 175 int rv = ENOTTY; in px_ioctl() 219 rv = ENOTTY; in px_ioctl() 240 rv = ENOTTY; in px_ioctl()
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ui-sun.c | 99 return (ENOTTY); in smb_get_authentication() 117 return (ENOTTY); in smb_get_authentication()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lseek.c | 136 if (error != ENOTTY) in lseek32_common() 165 if (error != ENOTTY) in lseek32_common() 311 if (error != ENOTTY) { in lseek64() 340 if (error != ENOTTY) in lseek64()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_ofile.c | 42 rc = ENOTTY; in smb2_ofile_getattr() 101 rc = ENOTTY; in smb2_ofile_getname()
|
H A D | smb_errno.c | 71 { ENOTTY, NT_STATUS_INVALID_DEVICE_REQUEST },
|
H A D | smb2_fsctl_sparse.c | 328 case ENOTTY: /* ... or _FIO_SEEK_DATA, _HOLE */ in smb2_sparse_copy() 553 case ENOTTY: /* ... or _FIO_SEEK_DATA, _HOLE */ in smb2_fsctl_query_file_regions() 671 case ENOTTY: /* ... or _FIO_SEEK_DATA, _HOLE */ in smb2_fsctl_query_file_regions()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_pkey.c | 47 return (ENOTTY); in smb_pkey_ioctl()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | isatty.c | 65 errno = ENOTTY; in isatty()
|
H A D | tcgetsid.c | 47 errno = ENOTTY; in tcgetsid()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 327 if ((ioctl(fd, DKIOCGMBOOT, bootsect) < 0) && (errno != ENOTTY)) { in partition_has_fdisk() 579 return (ENOTTY); in get_parts() 596 return (ENOTTY); in get_parts() 658 return (ENOTTY); in get_parts()
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | rdwr_vtoc.c | 226 case ENOTTY: in read_extvtoc() 339 case ENOTTY: in write_extvtoc()
|
/illumos-gate/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 284 return (ENOTTY); in fm_ioctl_cpu_retire() 321 return (ENOTTY); in fm_ioctl_gentopo_legacy() 454 return (ENOTTY); in fm_ioctl_cache_info()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_work.c | 180 dtp->dt_errno != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go() 189 if (err == -1 && (errno != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_global.c | 55 {"ENOTTY", ENOTTY},
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_devctl.c | 226 rv = ENOTTY; in pci_devctl_ioctl() 240 int rv = ENOTTY; in pci_ioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 164 if (errno == ENOTTY) 190 if (errno == ENOTTY) { 285 if (errno == ENOTTY) {
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | isatty.c | 98 if (ttyerr != ENOTTY) { in main()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | errno.h | 76 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 75 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
|
/illumos-gate/usr/src/boot/common/ |
H A D | vdisk.c | 352 if (rc != ENOTTY) in vdisk_ioctl() 364 return (ENOTTY); in vdisk_ioctl()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devfm.c | 232 return (ENOTTY); in fm_ioctl_page_retire() 255 return (ENOTTY); in fm_ioctl()
|