Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Derrno.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c39 ERRNO_MSG(ENOTTY, "Not a typewriter"),
/openbmc/qemu/include/hw/xen/
H A Dxen_native.h114 errno = ENOTTY; in xentoolcore_restrict_all()
121 errno = ENOTTY; in xendevicemodel_shutdown()
/openbmc/qemu/hw/i386/
H A Dsgx.c137 if (r == -ENOTTY && !warned) { in sgx_epc_reset()
/openbmc/qemu/
H A Dqemu-io.c60 if (errno == ENOTTY) { in get_eof_char()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py381 if err.errno == errno.ENOTTY:
/openbmc/qemu/monitor/
H A Dmonitor.c536 return -ENOTTY; in monitor_suspend()
/openbmc/qemu/hw/vfio/
H A Dmigration.c1173 if (ret == -ENOTTY) { in vfio_migration_realize()
/openbmc/qemu/nbd/
H A Dclient.c1317 if (errno == ENOTTY) { in nbd_init()
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c417 return -ENOTTY; in usba_ep_set_halt()
/openbmc/u-boot/common/
H A Dcli_hush.c1890 if (tcsetpgrp(shell_terminal, pi->pgrp) && errno != ENOTTY)
1894 if (tcsetpgrp(shell_terminal, getpgid(0)) && errno != ENOTTY)
/openbmc/qemu/hw/9pfs/
H A D9p-local.c1415 errno = ENOTTY; in local_ioc_getversion()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch6283 + if (i == 0 && err == AVERROR(ENOTTY)) {