HomeSort by relevance Sort by last modified time
    Searched refs:proclist (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.h 30 struct process *p_next; /* next in global "proclist" */
81 struct process proclist; /* list head of all processes */ variable in typeref:struct:process
sh.proc.c 46 * to mask interrupts when playing with the proclist data structures!
77 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next)
171 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) {
200 for (pp = (fp = &proclist)->p_next; pp != PNULL; pp = (fp = pp)->p_next)
315 for (pp = proclist.p_next; pp; pp = pp->p_next)
336 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next)
371 for (np = proclist.p_next, index = 0; np; np = np->p_next)
455 for (np = proclist.p_next; np; np = np->p_next)
468 pp->p_next = proclist.p_next;
469 proclist.p_next = pp
    [all...]
  /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/
mgmt_acsls.c 162 mms_list_t proclist; local
183 if (find_process(ssibuf, &proclist) == 0) {
184 if (!mms_list_empty(&proclist)) {
185 mms_list_free_and_destroy(&proclist, free);
mgmt_util.c 555 typedef struct proclist proclist_t;
556 struct proclist { struct
    [all...]

Completed in 120 milliseconds