Searched refs:ENOSYS (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/i915drm/
H A Dintel_guc_log.c55 return -ENOSYS;
69 return -ENOSYS;
76 return -ENOSYS;
H A Dintel_region_lmem.c44 return ERR_PTR(-ENOSYS);
H A Dintel_dsi_dcs_backlight.c40 return -ENOSYS;
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_stub.c40 return ENOSYS;
H A Ddrm_hdcp.c48 return -ENOSYS;
/netbsd-current/sys/external/bsd/drm2/amdgpu/
H A Damdgpu_xgmi.c47 return -ENOSYS;
53 return -ENOSYS;
64 return -ENOSYS;
71 return -ENOSYS;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dfcntl1.c15 if (err == -1 && errno == ENOSYS)
16 printf ("ENOSYS\n");
H A Dsyscall1.c18 if (err == -1 && errno == ENOSYS)
19 printf ("ENOSYS\n");
H A Dsyscall2.c19 if (err == -1 && errno == ENOSYS)
20 printf ("ENOSYS\n");
H A Dclone5.c31 if (retcode == -1 && errno == ENOSYS)
32 printf ("ENOSYS\n");
H A Dmprotect1.c15 if (err == -1 && errno == ENOSYS)
16 printf ("ENOSYS\n");
H A Drtsigsuspend1.c17 if (err == -1 && errno == ENOSYS)
18 printf ("ENOSYS\n");
H A Dsigreturn1.c17 if (err == -1 && errno == ENOSYS)
18 printf ("ENOSYS\n");
H A Dsock1.c24 if (errno != ENOSYS)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dfcntl1.c15 if (err == -1 && errno == ENOSYS)
16 printf ("ENOSYS\n");
H A Dsyscall1.c18 if (err == -1 && errno == ENOSYS)
19 printf ("ENOSYS\n");
H A Dsyscall2.c19 if (err == -1 && errno == ENOSYS)
20 printf ("ENOSYS\n");
/netbsd-current/tests/lib/libc/ssp/
H A Dh_getcwd2.c8 errno = ENOSYS;
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_prime.c52 return ERR_PTR(-ENOSYS);
59 return ERR_PTR(-ENOSYS);
85 return -ENOSYS;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmremap.c73 #ifndef ENOSYS
74 #define ENOSYS EINVAL macro
83 errno = ENOSYS;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmremap.c73 #ifndef ENOSYS
74 #define ENOSYS EINVAL macro
83 errno = ENOSYS;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmremap.c73 #ifndef ENOSYS
74 #define ENOSYS EINVAL macro
83 errno = ENOSYS;
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dsys_machdep.c51 return (ENOSYS);
/netbsd-current/sys/arch/riscv/riscv/
H A Dsys_machdep.c49 return ENOSYS;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
H A Dagp.h19 static inline int nvkm_agp_init(struct nvkm_pci *pci) { return -ENOSYS; }

Completed in 244 milliseconds

1234567891011>>