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

12

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_xxx.c113 return (ENOTTY);
H A Dtty_conf.c169 return ENOTTY;
H A Dtty_compat.c345 * ENOTTY TIOCGSID may return this when you
350 * ENOTTY If the command cannot be handled at
480 return ENOTTY;
483 return ENOTTY;
492 return (ENOTTY);
H A Dkern_symfile.c161 if (error && (ENOTTY != error))
308 if (error && (ENOTTY != error)) goto out;
H A Dtty_ptmx.c1445 error = ENOTTY;
1450 if (error == ENOTTY) {
1452 if (error == ENOTTY) {
1465 * Clear ENOTTY in the case of setting or
H A Dtty_pty.c911 if (error == ENOTTY) {
913 if (error == ENOTTY) {
926 * Clear ENOTTY in the case of setting or
H A Dtty.c1015 * ENOTTY TIOCGPGRP on a non-controlling tty
1022 * ENOTTY/EINVAL/EPERM TIOCSPGRP failed
1031 * ttcompat:ENOTTY
1033 * ttcompat:ENOTTY TIOCGSID, if no session or session
1035 * ttcompat:ENOTTY All unrecognized ioctls
1205 error = ENOTTY;
1438 error = ENOTTY;
H A Dsys_pipe.c1171 return (ENOTTY);
H A Dkern_event.c2169 return (ENOTTY);
H A Dsys_generic.c733 * ENOTTY
829 error = ENOTTY;
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h112 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c247 if (ENOTTY != error)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c246 if (ENOTTY != error)
/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c246 return (ENOTTY);
H A Dpf_table.c617 return (ENOTTY);
664 return (ENOTTY);
1323 return (ENOTTY);
1368 return (ENOTTY);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c107 { BSM_ERRNO_ENOTTY, ENOTTY, ES("Inappropriate ioctl for device") },
H A Daudit_pipe.c954 error = ENOTTY;
H A Daudit_session.c1859 error = ENOTTY;
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c413 error = ENOTTY;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1312 error = ENOTTY;
1340 error = ENOTTY;
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c1101 error = ENOTTY;
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_lap.c754 ioc_ack(ENOTTY, m, gref);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1342 if ((retval != ENOTSUP) && (retval != ENOTTY)) {
4032 if ((error != ENOTSUP) && (error != ENOTTY)) {
H A Dhfs_readwrite.c2351 return (ENOTTY);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c17320 return (ENOTTY);
18077 return (ENOTTY);
18226 return ENOTTY;
19232 return (ENOTTY);

Completed in 297 milliseconds

12