HomeSort by relevance Sort by last modified time
    Searched refs:newapp (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_path.c 67 struct audit_path *newapp; local
78 newapp = kmem_alloc(alloc_size, KM_SLEEP);
79 newapp->audp_ref = 1;
80 newapp->audp_size = alloc_size;
82 newapp->audp_cnt = oldapp->audp_cnt + newsect;
83 newcp = (char *)(&newapp->audp_sect[newapp->audp_cnt + 1]);
85 newapp->audp_sect[i] = newcp +
92 newapp->audp_sect[newapp->audp_cnt] = newcp + oldlen + charincr
    [all...]
audit.c 353 struct audit_path *newapp; /* new audit_path */ local
382 newapp = au_pathdup(pfxapp, newsect, len);
385 pp = newapp->audp_sect[newapp->audp_cnt] - len;
396 audit_fixpath(newapp, len);
400 tad->tad_aupath = newapp;
    [all...]

Completed in 60 milliseconds