HomeSort by: relevance | last modified time | path
    Searched refs:ENOSYS (Results 1 - 25 of 167) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/libdrm/dist/nouveau/nvif/
unpack.h 6 if (_ret == -ENOSYS && *_size == sizeof(m)) { \
16 if (_ret == -ENOSYS && *_size >= sizeof(m) && \
  /xsrc/external/mit/MesaLib/dist/src/util/
os_socket.c 92 errno = -ENOSYS;
99 errno = -ENOSYS;
106 errno = -ENOSYS;
113 errno = -ENOSYS;
  /xsrc/external/mit/libpciaccess/dist/src/
common_init.c 48 * platform-specific initializers are available, \c ENOSYS will be returned.
56 int err = ENOSYS;
linux_devmem.c 90 return ENOSYS;
common_capability.c 83 return ENOSYS;
common_interface.c 709 return ENOSYS;
728 return ENOSYS;
freebsd_pci.c 281 return ENOSYS;
289 return ENOSYS;
netbsd_pci.c 454 return ENOSYS;
466 return ENOSYS;
openbsd_pci.c 133 return ENOSYS;
145 return ENOSYS;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_file.c 115 errno = -ENOSYS;
  /xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/
gbm_dri.c 760 errno = ENOSYS;
800 errno = ENOSYS;
840 errno = ENOSYS;
909 errno = ENOSYS;
965 errno = ENOSYS;
1050 errno = ENOSYS;
1069 errno = ENOSYS;
1078 errno = ENOSYS;
1222 errno = ENOSYS;
1264 errno = ENOSYS;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gbm/backends/dri/
gbm_dri.c 684 errno = ENOSYS;
725 errno = ENOSYS;
794 errno = ENOSYS;
850 errno = ENOSYS;
935 errno = ENOSYS;
954 errno = ENOSYS;
963 errno = ENOSYS;
1112 errno = ENOSYS;
1176 errno = ENOSYS;
1234 errno = ENOSYS;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
pan_pps_driver.cc 123 if (res == -ENOSYS) {
  /xsrc/external/mit/libdrm/dist/tests/tegra/
drm-test.c 68 return -ENOSYS;
  /xsrc/external/mit/luit/dist/
sys.c 505 errno = ENOSYS;
524 errno = ENOSYS;
  /xsrc/external/mit/libdrm/dist/nouveau/
nouveau.c 87 int ret = -ENOSYS;
121 return -ENOSYS;
258 int ret = -ENOSYS;
391 int ret = -ENOSYS;
433 return -ENOSYS;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
linux.c 164 if (errno == ENOSYS)
525 if (__res < 0 && __res == -ENOSYS)
  /xsrc/external/mit/fontconfig/dist/src/
fccompat.c 289 errno = ENOSYS;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
linux.c 178 if (errno == ENOSYS)
542 if (__res < 0 && __res == -ENOSYS)
  /xsrc/external/mit/xterm/dist/
configure 5890 to always fail with ENOSYS. Some functions are actually named
5957 to always fail with ENOSYS. Some functions are actually named
6136 to always fail with ENOSYS. Some functions are actually named
6458 to always fail with ENOSYS. Some functions are actually named
9903 to always fail with ENOSYS. Some functions are actually named
10080 to always fail with ENOSYS. Some functions are actually named
10196 to always fail with ENOSYS. Some functions are actually named
10312 to always fail with ENOSYS. Some functions are actually named
12656 to always fail with ENOSYS. Some functions are actually named
12789 to always fail with ENOSYS. Some functions are actually name
    [all...]
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 898 * -ENOSYS if no modesetting support
975 return (modesetting ? 0 : -ENOSYS);
997 return -ENOSYS;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
rbug_core.c 768 ret = -ENOSYS;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
rbug_core.c 769 ret = -ENOSYS;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c 608 if (ret == -EINVAL || ret == -ENOSYS) {
1631 if (err != -EINVAL && err != -ENOSYS) {
  /xsrc/external/mit/xorg-server.old/dist/
configure 20512 to always fail with ENOSYS. Some functions are actually named
20660 to always fail with ENOSYS. Some functions are actually named
24254 to always fail with ENOSYS. Some functions are actually named
24411 to always fail with ENOSYS. Some functions are actually named
24498 to always fail with ENOSYS. Some functions are actually named
24616 to always fail with ENOSYS. Some functions are actually named
24892 to always fail with ENOSYS. Some functions are actually named
25065 to always fail with ENOSYS. Some functions are actually named
25154 to always fail with ENOSYS. Some functions are actually named
25243 to always fail with ENOSYS. Some functions are actually name
    [all...]

Completed in 48 milliseconds

1 2 3 4 5 6 7