HomeSort by: relevance | last modified time | path
    Searched defs:fcntl (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
intel_sanitize_gpu.c 31 #include <fcntl.h>
359 fcntl(int fd, int cmd, ...) function
431 libc_fcntl = dlsym(RTLD_NEXT, "fcntl");
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
intel_sanitize_gpu.c 31 #include <fcntl.h>
359 fcntl(int fd, int cmd, ...) function
431 libc_fcntl = dlsym(RTLD_NEXT, "fcntl");
  /xsrc/external/mit/MesaLib/dist/src/drm-shim/
drm_shim.c 45 #include <fcntl.h>
69 REAL_FUNCTION_POINTER(fcntl); variable
212 GET_FUNCTION_POINTER(fcntl);
665 fcntl(int fd, int cmd, ...) function
684 __attribute__((alias("fcntl")));

Completed in 8 milliseconds