Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 101 – 125 of 226) sorted by relevance

12345678910

/freebsd/sys/kern/
H A Duipc_shm.c568 return (ENOTTY); in shm_ioctl()
589 return (ENOTTY); in shm_ioctl()
597 return (ENOTTY); in shm_ioctl()
1187 return (ENOTTY); in kern_shm_open2()
H A Dsubr_devstat.c488 int error = ENOTTY; in devstat_ioctl()
H A Dkern_devctl.c312 return (ENOTTY); in devioctl()
/freebsd/sys/dev/syscons/
H A Dscmouse.c769 return ENOTTY; in sc_mouse_ioctl()
845 return ENOTTY; in sc_mouse_ioctl()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab_keyfile.c442 ret = ENOTTY; in akf_add_entry()
H A Dkrbhst.c950 krb5_set_error_message(context, ENOTTY, in krb5_krbhst_init_flags()
952 return ENOTTY; in krb5_krbhst_init_flags()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c106 { BSM_ERRNO_ENOTTY, ENOTTY, ES("Inappropriate ioctl for device") },
/freebsd/sys/dev/ppbus/
H A Dppi.c594 error = ENOTTY; in ppiioctl()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_uio.c255 return (ENOTTY); in adf_uio_ioctl()
/freebsd/sys/security/audit/
H A Dbsm_errno.c107 { BSM_ERRNO_ENOTTY, ENOTTY, ES("Inappropriate ioctl for device") },
/freebsd/sys/dev/ice/
H A Dice_strings.c379 case ENOTTY: in _ice_err_str()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1609 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F()
1611 EXPECT_EQ(ENOTTY, errno); in TEST_F()
1616 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F()
1618 EXPECT_EQ(ENOTTY, errno); in TEST_F()
/freebsd/stand/efi/libefi/
H A Defipart.c978 if (rc != ENOTTY) in efipart_ioctl()
991 return (ENOTTY); in efipart_ioctl()
/freebsd/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg55 $ ENOTTY
H A Des_ES.ISO8859-1.msg55 $ ENOTTY
H A Dgl_ES.ISO8859-1.msg55 $ ENOTTY
H A Dca_ES.ISO8859-1.msg55 $ ENOTTY
H A Dhu_HU.ISO8859-2.msg55 $ ENOTTY
/freebsd/sys/dev/uart/
H A Duart_dev_mvebu.c423 ret = ENOTTY; in uart_mvebu_bus_ioctl()
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c920 if (rc != ENOTTY) in bd_ioctl()
932 return (ENOTTY); in bd_ioctl()
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c518 error = ENOTTY; in evtchn_ioctl()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c502 error = ENOTTY; in mlx5_ctl_ioctl()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1412 #ifdef ENOTTY in err2str()
1413 case ENOTTY: in err2str()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c1262 return (-ENOTTY); in zpl_ioctl()
1281 return (-ENOTTY); in zpl_compat_ioctl()
/freebsd/sys/cam/nvme/
H A Dnvme_da.c385 return (ENOTTY); in ndaioctl()
452 return (ENOTTY); in ndaioctl()

12345678910