Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 25 of 195) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dglue.c183 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 Dprompter.c228 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 Dread_pwd.c134 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 Dtimerfd.c68 if (rval == -1 && errno == ENOTTY) { in timerfd_settime()
85 if (rval == -1 && errno == ENOTTY) { in timerfd_gettime()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c99 return (ENOTTY); in smb_get_authentication()
117 return (ENOTTY); in smb_get_authentication()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c175 int rv = ENOTTY; in px_ioctl()
219 rv = ENOTTY; in px_ioctl()
240 rv = ENOTTY; in px_ioctl()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ofile.c42 rc = ENOTTY; in smb2_ofile_getattr()
101 rc = ENOTTY; in smb2_ofile_getname()
H A Dsmb_errno.c71 { ENOTTY, NT_STATUS_INVALID_DEVICE_REQUEST },
H A Dsmb2_fsctl_sparse.c328 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/uts/common/syscall/
H A Dlseek.c136 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/lib/smbclnt/libfknsmb/common/
H A Dfake_pkey.c47 return (ENOTTY); in smb_pkey_ioctl()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Disatty.c65 errno = ENOTTY; in isatty()
H A Dtcgetsid.c47 errno = ENOTTY; in tcgetsid()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c327 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 Drdwr_vtoc.c226 case ENOTTY: in read_extvtoc()
339 case ENOTTY: in write_extvtoc()
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c284 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 Ddt_work.c180 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 Dzcp_global.c55 {"ENOTTY", ENOTTY},
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c226 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 Dpppstats.c164 if (errno == ENOTTY)
190 if (errno == ENOTTY) {
285 if (errno == ENOTTY) {
/illumos-gate/usr/src/test/libc-tests/tests/
H A Disatty.c98 if (ttyerr != ENOTTY) { in main()
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h75 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h76 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_init.c212 rc = ENOTTY; in fksmbsrv_drv_ioctl()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h140 -ENOTTY, /* I40E_AQ_RC_ENOTTY */ in i40e_aq_rc_to_posix()

12345678