Searched refs:adr_short (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 194 adr_short(&adr, &magic, 1); /* magic number */ in au_to_trailer() 223 adr_short(&adr, &bytes, 1); in au_to_arg32() 252 adr_short(&adr, &bytes, 1); in au_to_arg64() 356 adr_short(&adr, (short *)p, unit_count); in au_to_data() 414 adr_short(&adr, &t_bytes, 1); in au_to_privset() 416 adr_short(&adr, &p_bytes, 1); in au_to_privset() 567 adr_short(&adr, (short *)&so->so_type, 1); in au_to_socket() 568 adr_short(&adr, (short *)&inp->inp_lport, 1); in au_to_socket() 570 adr_short(&adr, (short *)&inp->inp_fport, 1); in au_to_socket() 717 adr_short(&adr, &bytes, 1); in au_to_text() [all …]
|
H A D | adr.c | 64 adr_short(adr_t *adr, short *sp, int count) in adr_short() function
|
H A D | libbsm.h | 104 extern void adr_short(adr_t *, short *, int);
|
H A D | mapfile-vers | 143 adr_short;
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_token.c | 153 adr_short(&adr, &magic, 1); /* magic number */ in au_to_trailer() 220 adr_short(&adr, (short *)p, unit_count); in au_to_data() 354 adr_short(&adr, &bytes, 1); in au_to_text() 429 adr_short(&adr, &bytes, 1); in au_to_zonename() 519 adr_short(&adr, &bytes, 1); in au_to_arg32() 554 adr_short(&adr, &bytes, 1); in au_to_arg64() 589 adr_short(&adr, &bytes, 1); in au_to_path() 710 adr_short(&adr, &bytes, 1); in au_to_opaque() 740 adr_short(&adr, (short *)&(ipp->ip_len), 3); in au_to_ip() 742 adr_short(&adr, (short *)&(ipp->ip_sum), 1); in au_to_ip() [all …]
|
H A D | adr.c | 31 #pragma weak adr_ushort = adr_short 75 adr_short(adr_t *adr, short *sp, int count) in adr_short() function
|
H A D | audit_record.h | 453 void adr_short(adr_t *, short *, int);
|
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | proc.c | 1016 adr_short(&adr, &ssize, 1); 1035 adr_short(&adr, &ssize, 1);
|
H A D | main.c | 722 adr_short(&adr, &i, 1); in write_file_token()
|
/titanic_50/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 421 adr_short(&adr, &i, 1); in write_file_token()
|