Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/priocntl/
H A Dpriocntl.h57 extern int str2idtyp(char *, idtype_t *);
H A Dfsspriocntl.c154 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dtspriocntl.c168 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dpriocntl.c187 if (str2idtyp(idtypnm, &idtype) == -1) in main()
207 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Diapriocntl.c179 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Drtpriocntl.c197 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dfxpriocntl.c194 if (str2idtyp(idtypnm, &idtype) == -1) in main()
H A Dsubr.c101 str2idtyp(idtypnm, idtypep) in str2idtyp() function