Searched refs:argp (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 163 gem_ioctl(int fd, unsigned long request, void *argp) argument 168 ret = libc_ioctl(fd, request, argp); 503 void *argp; local in function:ioctl 508 argp = va_arg(args, void *); 527 return libc_ioctl(fd, request, argp); 532 struct drm_i915_reset_stats *stats = argp; 539 return libc_ioctl(fd, request, argp); 543 struct drm_i915_getparam *getparam = argp; 574 return libc_ioctl(fd, request, argp); 578 struct drm_i915_gem_context_param *getparam = argp; 756 void *argp; local in function:ioctl_init_helper [all...] |
| H A D | intel_sanitize_gpu.c | 50 static int (*libc_ioctl)(int fd, unsigned long request, void *argp); 385 void *argp; local in function:ioctl 390 argp = va_arg(args, void *); 401 res = gem_close(fd, (struct drm_gem_close*)argp); 405 res = create_with_padding(fd, (struct drm_i915_gem_create*)argp); 411 (struct drm_i915_gem_execbuffer2*)argp); 418 res = libc_ioctl(fd, request, argp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 149 gem_ioctl(int fd, unsigned long request, void *argp) argument 154 ret = libc_ioctl(fd, request, argp); 415 void *argp; local in function:ioctl 420 argp = va_arg(args, void *); 436 struct drm_i915_getparam *getparam = argp; 443 ret = libc_ioctl(fd, request, argp); 462 return libc_ioctl(fd, request, argp); 467 dump_execbuffer2(fd, argp); 471 return libc_ioctl(fd, request, argp); 475 struct drm_i915_gem_create *create = argp; 557 void *argp; local in function:ioctl_init_helper [all...] |
| H A D | intel_sanitize_gpu.c | 50 static int (*libc_ioctl)(int fd, unsigned long request, void *argp); 385 void *argp; local in function:ioctl 390 argp = va_arg(args, void *); 401 res = gem_close(fd, (struct drm_gem_close*)argp); 405 res = create_with_padding(fd, (struct drm_i915_gem_create*)argp); 411 (struct drm_i915_gem_execbuffer2*)argp); 418 res = libc_ioctl(fd, request, argp);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | choose.c | 369 char ***argp; local in function:AddChooserHost 372 argp = (char ***) closure; 376 *argp = parseArgs (*argp, "BROADCAST"); 382 *argp = parseArgs (*argp, hostbuf); 387 *argp = parseArgs (*argp, hostbuf);
|
Completed in 8 milliseconds