Searched refs:pcbnum (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | main.c | 126 if (mfork(pcb, pcbnum, 0, pcbnum - 1)) { in main() 456 ar, filenum, pcbnum, total_procs, total_layers); in audit_stats() 517 if (val > pcbnum) in calc_procs() 524 mcount(pcbnum, 0); in calc_procs() 529 pcbnum, filenum, maxfiles_proc, max_sproc, in calc_procs()
|
H A D | auditrd.h | 97 int pcbnum; /* number of pcbs in audit_pcb[] that are active */ variable
|
H A D | auditrt.h | 232 extern int pcbnum; /* total # of active pcbs in audit_pcbs[] */
|
H A D | option.c | 1121 pcbnum++; /* one more pcb in use */ in proc_pcb()
|