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

12

/xnu-2422.115.4/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))
335 if (error && (ENOTTY != error)) goto out;
H A Dtty_ptmx.c1461 error = ENOTTY;
1466 if (error == ENOTTY) {
1468 if (error == ENOTTY) {
1481 * 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.c1170 return (ENOTTY);
H A Dkern_event.c2303 return (ENOTTY);
H A Dsys_generic.c745 * ENOTTY
785 return ENOTTY;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d71 inline int ENOTTY = 25;
72 #pragma D binding "1.0" ENOTTY
/xnu-2422.115.4/bsd/sys/
H A Derrno.h117 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c246 if (ENOTTY != error)
/xnu-2422.115.4/bsd/net/
H A Dif_pflog.c245 return (ENOTTY);
H A Dpf_table.c617 return (ENOTTY);
664 return (ENOTTY);
1323 return (ENOTTY);
1368 return (ENOTTY);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c107 { BSM_ERRNO_ENOTTY, ENOTTY, ES("Inappropriate ioctl for device") },
H A Daudit_pipe.c955 error = ENOTTY;
H A Daudit_session.c1860 error = ENOTTY;
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c430 error = ENOTTY;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1323 error = ENOTTY;
1351 error = ENOTTY;
H A Dkpi_vfs.c3339 return(ENOTTY);
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c1101 error = ENOTTY;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c1276 if ((retval != ENOTSUP) && (retval != ENOTTY)) {
4095 if ((error != ENOTSUP) && (error != ENOTTY)) {
H A Dhfs_readwrite.c2785 return (ENOTTY);
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c17364 return (ENOTTY);
18121 return (ENOTTY);
18271 return ENOTTY;
19277 return (ENOTTY);

Completed in 314 milliseconds

12