Home
last modified time | relevance | path

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

1234567

/titanic_44/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 …]
/titanic_44/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()
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c99 return (ENOTTY); in smb_get_authentication()
117 return (ENOTTY); in smb_get_authentication()
/titanic_44/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Dfuncs.c107 if (errno == ENOTTY) { in packfn()
169 if (errno == ENOTTY) { in unpackfn()
231 if ((errno == ENOTTY) || (errno == ENOSYS)) { in inquirefn()
/titanic_44/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()
/titanic_44/usr/src/uts/common/syscall/
H A Dlseek.c138 if (error != ENOTTY) in lseek32_common()
167 if (error != ENOTTY) in lseek32_common()
313 if (error != ENOTTY) { in lseek64()
342 if (error != ENOTTY) in lseek64()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dtcgetsid.c49 errno = ENOTTY; in tcgetsid()
/titanic_44/usr/src/lib/libadm/common/
H A Drdwr_vtoc.c226 case ENOTTY: in read_extvtoc()
339 case ENOTTY: in write_extvtoc()
/titanic_44/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()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_work.c182 dtp->dt_errno != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go()
191 if (err == -1 && (errno != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h65 #define ENOTTY 25 /* Not a typewriter */ macro
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c226 rv = ENOTTY; in pci_devctl_ioctl()
240 int rv = ENOTTY; in pci_ioctl()
/titanic_44/usr/src/uts/intel/io/
H A Ddevfm_machdep.c271 return (ENOTTY); in fm_ioctl_cpu_retire()
308 return (ENOTTY); in fm_ioctl_gentopo_legacy()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c170 if (errno == ENOTTY)
196 if (errno == ENOTTY) {
291 if (errno == ENOTTY) {
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h77 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h68 #define ENOTTY 25 /* Not a typewriter */ macro
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_init.c202 rc = ENOTTY; in fksmbsrv_drv_ioctl()
/titanic_44/usr/src/uts/common/io/
H A Ddevfm.c224 return (ENOTTY); in fm_ioctl_page_retire()
247 return (ENOTTY); in fm_ioctl()
H A Dcpuid_drv.c187 return (ENOTTY); in cpuid_ioctl()
/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h140 -ENOTTY, /* I40E_AQ_RC_ENOTTY */ in i40e_aq_rc_to_posix()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java161 public static final int ENOTTY = 25; field in PoolsException
/titanic_44/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c206 rv = ENOTTY; in niumx_ioctl()
517 rval = ENOTTY; in niumxtool_intr()
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c142 errno = ENOTTY; in res_nsendsigned()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dreadpassphrase.c81 errno = ENOTTY; in readpassphrase()

1234567