Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sysent_name

712    char        sysent_name[50];
721 sprintf(sysent_name, "/proc/%d/sysent", child->pid);
722 sysent_file = fopen(sysent_name, "r");
1345 char sysent_name[50];
1353 sprintf(sysent_name, "/proc/%d/sysent", getpid());
1354 sysent_file = fopen(sysent_name, "r");