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

/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.h61 extern int getmyid(idtype_t, id_t *);
H A Dfsspriocntl.c359 FSS_DOUPRI && getmyid(idtype, &id) != -1) {
H A Diapriocntl.c399 getmyid(idtype, &id) != -1) {
H A Dtspriocntl.c375 getmyid(idtype, &id) != -1) {
H A Dfxpriocntl.c437 getmyid(idtype, &id) != -1) {
H A Dsubr.c162 getmyid(idtype, idptr) function
H A Dpriocntl.c346 if (getmyid(idtype, &idlist[0]) == -1)
/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h152 extern id_t getmyid(idtype_t);
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c61 id_t getmyid(idtype_t);
103 * for an error return from getmyid() because the idtypes
108 psp->p_lid = getmyid(psp->p_lidtype);
111 psp->p_rid = getmyid(psp->p_ridtype);
780 getmyid(idtype_t idtype) function
902 * for an error return from getmyid() because the idtypes
906 psp->p_lid = getmyid(psp->p_lidtype);
909 psp->p_rid = getmyid(psp->p_ridtype);
H A Dpool.c1417 id = getmyid(idtype);

Completed in 89 milliseconds