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

  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_door_infc.h 53 * POLICY: the new audit policy mask is in aub_buf at a uint32_t
65 char aub_buf[AU_DMARGIN]; member in struct:aub
68 #define AU_DBUF_HEADER offsetof(au_dbuf_t, aub_buf[0])
audit_io.c 584 *(uint32_t *)buf->aub_buf = *(uint32_t *)message;
653 bp = &(kctx->auk_dbuffer->aub_buf[0]);
  /onnv/onnv-gate/usr/src/cmd/auditd/
doorway.c 902 * message. (aub_buf is aligned on a 64 bit boundary, so casting
931 policy_update(*(uint32_t *)kl->aub_buf);
967 (void) memcpy(alt_b_copy->abq_buffer + alt_offset, kl->aub_buf,
977 alt_length = getlen(kl->aub_buf);
983 alt_b_copy = bpool_withdraw(kl->aub_buf, kl->aub_size,
998 b_copy = bpool_withdraw(kl->aub_buf, kl->aub_size,

Completed in 240 milliseconds