Home
last modified time | relevance | path

Searched refs:audit_pcb_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/auditreduce/
H A Dmain.c53 extern int mproc(audit_pcb_t *);
60 static void c_close(audit_pcb_t *, int);
62 static void gather_pcb(audit_pcb_t *, int, int);
66 static int mfork(audit_pcb_t *, int, int, int);
69 static void p_close(audit_pcb_t *);
71 static void rm_mem(audit_pcb_t *);
73 static void trim_mem(audit_pcb_t *);
99 audit_pcb_t *pcb; in main()
118 pcb = (audit_pcb_t *)a_calloc(1, sizeof (audit_pcb_t)); in main()
185 mfork(audit_pcb_t *pcb, int nsp, int lo, int hi) in mfork()
[all …]
H A Dproc.c42 static audit_pcb_t *aget();
80 register audit_pcb_t *pcbr; in mproc()
85 register audit_pcb_t *pcb;
86 audit_pcb_t *aget();
160 static audit_pcb_t *pcbls = NULL;
171 register audit_pcb_t *pcb; in asort()
173 register audit_pcb_t *pcbc, *pcbp;
174 extern audit_pcb_t *pcbls; /* ptr to start of list */
208 static audit_pcb_t *
211 audit_pcb_t *pcbret; in aget()
[all …]
H A Doption.c82 static audit_pcb_t *get_next_pcb(char *);
91 static void proc_pcb(audit_pcb_t *, char *, int);
718 audit_pcb_t *pcb; in process_fileopt()
731 if ((pcb = get_next_pcb((char *)NULL)) == (audit_pcb_t *)NULL) in process_fileopt()
871 audit_pcb_t *pcb; in proc_file()
1060 audit_pcb_t *
1066 audit_pcb_t *pcb; in get_next_pcb()
1085 size = pcbsize * sizeof (audit_pcb_t); in get_next_pcb()
1086 zerosize = size - ((pcbsize - PCB_INC) * sizeof (audit_pcb_t)); in get_next_pcb()
1087 if ((audit_pcbs = (audit_pcb_t *)realloc((char *)audit_pcbs, size)) == in get_next_pcb()
[all …]
H A Dauditrt.h105 typedef struct audit_pcb audit_pcb_t; typedef
230 extern audit_pcb_t *audit_pcbs; /* file-holding pcb's */
H A Dauditrd.h94 audit_pcb_t *audit_pcbs; /* ptr to array of pcbs that hold files (fcbs) */