Searched defs:sysent_name (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dlauncher-aix5.c712 char sysent_name[50]; local
721 sprintf(sysent_name, "/proc/%d/sysent", child->pid);
722 sysent_file = fopen(sysent_name, "r");
1345 char sysent_name[50]; local
1353 sprintf(sysent_name, "/proc/%d/sysent", getpid());
1354 sysent_file = fopen(sysent_name, "r");
H A Dm_main.c1462 { UChar sysent_name[50]; local
1468 VG_(sprintf)(sysent_name, "/proc/%d/sysent", VG_(getpid)());
1469 fd = VG_(open)(sysent_name, VKI_O_RDONLY, 0);

Completed in 114 milliseconds