Home
last modified time | relevance | path

Searched refs:str2idtyp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.h55 extern int str2idtyp(char *, idtype_t *);
H A Dpriocntl.c185 if (str2idtyp(idtypnm, &idtype) == -1) in main()
205 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dfsspriocntl.c152 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dtspriocntl.c166 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Diapriocntl.c177 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Drtpriocntl.c195 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dfxpriocntl.c192 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dsubr.c98 str2idtyp(idtypnm, idtypep) in str2idtyp() function