Lines Matching refs:stp
362 const struct systable *stp; in sysentry() local
384 stp = subsys(what, subcode); in sysentry()
386 if (nargs > stp->nargs) in sysentry()
387 nargs = stp->nargs; in sysentry()
395 if ((nargs > 0 && stp->arg[0] == STG) || in sysentry()
432 } else if (stp->arg[0] == STG) { in sysentry()
479 x = stp->arg[i]; in sysentry()
517 const struct systable *stp; in sysexit() local
582 stp = subsys(what, subcode); in sysexit()
739 switch (stp->rval[0]) { in sysexit()
776 switch (stp->rval[1]) { in sysexit()
841 showpaths(pri, stp); in sysexit()
892 showpaths(private_t *pri, const struct systable *stp) in showpaths() argument
898 if (stp->arg[i] == ATC && (int)pri->sys_args[i] == AT_FDCWD) { in showpaths()
901 } else if ((stp->arg[i] == STG) || in showpaths()
902 (stp->arg[i] == RST && !pri->Errno) || in showpaths()
903 (stp->arg[i] == RLK && !pri->Errno && pri->Rval1 > 0)) { in showpaths()
906 (stp->arg[i] == RLK)? (int)pri->Rval1 : PATH_MAX; in showpaths()
910 ((i == 0 && stp->arg[0] == STG) || in showpaths()