Home
last modified time | relevance | path

Searched refs:verifyupri (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/priocntl/
H A Dfsspriocntl.c342 (void) verifyupri(idtype, 0, "FSS", FSS_KY_UPRILIM, in set_fssprocs()
360 (void) verifyupri(idtype, id, "FSS", FSS_KY_UPRILIM, in set_fssprocs()
398 (void) verifyupri(idtype, id, "FSS", in set_fssprocs()
H A Dtspriocntl.c358 (void) verifyupri(idtype, 0, "TS", TS_KY_UPRILIM, in set_tsprocs()
376 (void) verifyupri(idtype, id, "TS", TS_KY_UPRILIM, in set_tsprocs()
413 (void) verifyupri(idtype, id, "TS", in set_tsprocs()
H A Dpriocntl.h63 extern int verifyupri(idtype_t, id_t, char *, int, pri_t, char *);
H A Diapriocntl.c381 (void) verifyupri(idtype, 0, "IA", IA_KY_UPRILIM, in set_iaprocs()
400 (void) verifyupri(idtype, id, "IA", IA_KY_UPRILIM, in set_iaprocs()
438 (void) verifyupri(idtype, id, "IA", in set_iaprocs()
H A Dfxpriocntl.c420 (void) verifyupri(idtype, 0, "FX", FX_KY_UPRILIM, in set_fxprocs()
438 (void) verifyupri(idtype, id, "FX", FX_KY_UPRILIM, in set_fxprocs()
473 (void) verifyupri(idtype, id, "FX", in set_fxprocs()
H A Dsubr.c303 verifyupri(idtype_t idtype, id_t id, char *clname, int key, in verifyupri() function