Searched refs:au_write (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c203 (void) au_write(rd,
207 (void) au_write(rd, au_to_mylabel());
210 (void) au_write(rd, au_to_text(msg));
215 (void) au_write(rd, au_to_text(buf));
222 (void) au_write(rd, au_to_text(buf));
226 (void) au_write(rd, au_to_text(buf));
248 (void) au_write(rd, au_to_text(tbuf));
255 (void) au_write(rd, au_to_return64(-1, (int64_t)0));
257 (void) au_write(rd, au_to_return32(-1, (int32_t)0));
329 (void) au_write(r
[all...]
H A Daudit_rexecd.c195 (void) au_write(rd,
198 (void) au_write(rd, au_to_mylabel());
201 (void) au_write(rd, au_to_text(msg));
206 (void) au_write(rd, au_to_text(buf));
211 (void) au_write(rd, au_to_text(buf));
221 (void) au_write(rd, au_to_text(tbuf));
226 (void) au_write(rd, au_to_return64(-1, (int64_t)0));
228 (void) au_write(rd, au_to_return32(-1, (int32_t)0));
306 (void) au_write(rd,
309 (void) au_write(r
[all...]
H A Dadt_token.c165 (void) au_write(event->ae_event_handle,
168 (void) au_write(event->ae_event_handle,
200 (void) au_write(event->ae_event_handle,
225 (void) au_write(event->ae_event_handle, au_to_cmd(1, &string,
279 (void) au_write(event->ae_event_handle, au_to_tid(&tid));
304 (void) au_write(event->ae_event_handle, au_to_fmri(fmri));
324 (void) au_write(event->ae_event_handle, au_to_label(label));
359 (void) au_write(event->ae_event_handle, au_to_newgroups(n, groups));
373 (void) au_write(event->ae_event_handle, au_to_path(path));
377 (void) au_write(even
[all...]
H A Daudit_rshd.c134 (void) au_write(rd, au_to_subject_ex(uid, uid, gid, uid, gid, pid, pid,
137 (void) au_write(rd, au_to_mylabel());
146 (void) au_write(rd, au_to_text(tbuf));
152 (void) au_write(rd, au_to_text(buf));
158 (void) au_write(rd, au_to_text(buf));
159 (void) au_write(rd, au_to_text(msg));
163 (void) au_write(rd, au_to_return64(sf_flag, (int64_t)0));
165 (void) au_write(rd, au_to_return32(sf_flag, (int32_t)0));
H A Dgeneric.c416 (void) au_write(ad, au_to_subject_ex(aug_auid, aug_euid, aug_egid,
419 (void) au_write(ad, au_to_mylabel());
426 (void) au_write(ad, au_to_newgroups(ng, grplst));
430 (void) au_write(ad, au_to_text(aug_text));
433 (void) au_write(ad, au_to_text(aug_text1));
436 (void) au_write(ad, au_to_text(aug_text2));
439 (void) au_write(ad, au_to_path(aug_path));
445 (void) au_write(ad, au_to_return64((aug_sorf == 0) ? 0 : -1,
448 (void) au_write(ad, au_to_return32((aug_sorf == 0) ? 0 : -1,
H A Dlibbsm.h141 extern int au_write(int, token_t *);
H A Dau_open.c115 au_write(int d, token_t *m) function
120 adt_write_syslog("au_write no token to write", EINVAL);
125 adt_write_syslog("au_write negative audit descriptor", EBADF);
135 adt_write_syslog("au_write bad audit descriptor", EBADF);

Completed in 40 milliseconds