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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c2042 int intidname; local
2053 intidname = strtoul(idname, &end, 10);
2055 intidname = -1;
2080 if (getprojbyid(intidname, &proj, prbuf,

Completed in 61 milliseconds