Searched refs:get_parms (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 236 get_parms(idtype_t idtype, id_t id, pcparms_t *pcparmp) in get_parms() function 306 if ((pccp = get_parms(idtype, id, &pcparm)) == NULL) in setprio() 350 if ((pccp = get_parms(idtype, id, &pcparm)) == NULL) in getparam() 466 if ((pccp = get_parms(P_PID, pid, &pcparm)) == NULL) in sched_getscheduler() 520 if ((pccp = get_parms(P_PID, pid, &pcparm)) == NULL) in sched_rr_get_interval() 595 pccp = get_parms(P_LWPID, P_MYID, &pcparm); in update_sched()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 56 get_parms(struct interface *ifp) in get_parms() function 433 get_parms(ifp); in gwkludge()
|
H A D | defs.h | 678 extern void get_parms(struct interface *);
|
H A D | if.c | 1541 get_parms(ifp); in ifscan()
|