Searched defs:newsect (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daudit_memory.c58 * newsect = increment sections count,
63 au_pathdup(const struct audit_path *oldapp, int newsect, int charincr) argument
69 newsect = (newsect != 0);
73 (oldapp->audp_cnt + newsect) * sizeof (char *) +
80 newapp->audp_cnt = oldapp->audp_cnt + newsect;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c202 int newsect; /* path requires a new section */ local
232 newsect = tad->tad_ctrl & TAD_ATTPATH;
233 newapp = au_pathdup(pfxapp, newsect, len);
237 if (!newsect) {

Completed in 48 milliseconds