Searched refs:proc_name (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_chipset.c51 char proc_name[128]; local in function:r300_apply_hyperz_blacklist
53 if (!os_get_process_name(proc_name, sizeof(proc_name)))
57 if (strcmp(list[i], proc_name) == 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_chipset.c51 char proc_name[128]; local in function:r300_apply_hyperz_blacklist
53 if (!os_get_process_name(proc_name, sizeof(proc_name)))
57 if (strcmp(list[i], proc_name) == 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c47 char proc_name[128], dir[256]; local in function:dd_get_debug_filename_and_mkdir
49 if (!os_get_process_name(proc_name, sizeof(proc_name))) {
51 strcpy(proc_name, "unknown");
59 util_snprintf(buf, buflen, "%s/%s_%u_%08u", dir, proc_name, getpid(),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c47 char proc_name[128], dir[256]; local in function:dd_get_debug_filename_and_mkdir
49 if (!os_get_process_name(proc_name, sizeof(proc_name))) {
51 strcpy(proc_name, "unknown");
59 snprintf(buf, buflen, "%s/%s_%u_%08u", dir, proc_name, (unsigned int)getpid(),
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c1644 _Xaw_Xlib_ArgsInitProc(String proc_name, String *params, Cardinal *num_params, argument
1651 init = (Dl_init *)bsearch(proc_name, dl_init,
2055 _Xaw_Xlib_ArgsDestructor(Display *display _X_UNUSED, String proc_name, XtPointer args, argument
2061 init = (Dl_init *)bsearch(proc_name, dl_init,
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c1192 char proc_name[64], buf[512]; local in function:drmOpenByName
1196 sprintf(proc_name, "/proc/dri/%d/name", i);
1197 if ((fd = open(proc_name, O_RDONLY)) >= 0) {

Completed in 15 milliseconds