HomeSort by relevance Sort by last modified time
    Searched defs:proclist (Results 1 - 3 of 3) 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
  /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 5939 milliseconds