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

/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c403 char lstatus[64]; local
421 (void) snprintf(lstatus, sizeof (lstatus),
422 "/proc/%d/lstatus", (int)pstatus->pr_pid);
424 if ((fd = open(lstatus, O_RDONLY)) < 0 ||

Completed in 15 milliseconds