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

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h223 typedef struct adr_s adr_t; typedef in typeref:struct:adr_s
314 void au_enqueue(au_kcontext_t *, au_buff_t *, adr_t *, adr_t *, int, int);
450 void adr_char(adr_t *, char *, int);
451 void adr_int32(adr_t *, int32_t *, int);
452 void adr_uint32(adr_t *, uint32_t *, int);
453 void adr_int64(adr_t *, int64_t *, int);
454 void adr_uint64(adr_t *, uint64_t *, int);
455 void adr_short(adr_t *, short *, int);
456 void adr_ushort(adr_t *, ushort_
[all...]

Completed in 45 milliseconds