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

/illumos-gate/usr/src/uts/common/os/
H A Daudit_memory.c65 struct audit_path *newapp; local
76 newapp = kmem_alloc(alloc_size, KM_SLEEP);
77 newapp->audp_ref = 1;
78 newapp->audp_size = alloc_size;
80 newapp->audp_cnt = oldapp->audp_cnt + newsect;
81 newcp = (char *)(&newapp->audp_sect[newapp->audp_cnt + 1]);
83 newapp->audp_sect[i] = newcp +
90 newapp->audp_sect[newapp
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c204 struct audit_path *newapp; /* new audit_path */ local
233 newapp = au_pathdup(pfxapp, newsect, len);
236 pp = newapp->audp_sect[newapp->audp_cnt] - len;
247 audit_fixpath(newapp, len);
251 tad->tad_aupath = newapp;

Completed in 63 milliseconds