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

/illumos-gate/usr/src/cmd/priocntl/
H A Dfxpriocntl.c68 static int fx_priocntl(idtype_t, id_t, int, char *, uintptr_t *);
342 fx_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) function
408 if (fx_priocntl(P_ALL, 0, PC_SETXPARMS, "FX", args) == -1) {
424 if (fx_priocntl(idtype, P_MYID, PC_SETXPARMS, "FX",
457 if (fx_priocntl(idtype, id, PC_SETXPARMS, "FX", args)
533 if (fx_priocntl(P_PID, P_MYID, PC_SETXPARMS, "FX", args) == -1)

Completed in 45 milliseconds