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

/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h203 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
205 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
207 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
210 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
211 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
212 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
213 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
214 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
/freebsd-13-stable/sys/bsm/
H A Daudit_record.h210 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
212 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
214 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
217 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
218 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
219 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
220 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
221 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c1465 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1481 ADD_U_INT16(dptr, e_mod);
1503 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1524 ADD_U_INT16(dptr, e_mod);
1540 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1556 ADD_U_INT16(dptr, e_mod);
1569 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1581 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1586 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1596 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1607 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1615 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
[all...]
H A Dbsm_io.c931 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_mod, tok->len, err);
959 print_evmod(fp, tok->tt.hdr32.e_mod, oflags);
976 print_evmod(fp, tok->tt.hdr32.e_mod, oflags);
1019 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32_ex.e_mod, tok->len, err);
1066 print_evmod(fp, tok->tt.hdr32_ex.e_mod, oflags);
1087 print_evmod(fp, tok->tt.hdr32_ex.e_mod, oflags);
1123 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr64.e_mod, tok->len, err);
1151 print_evmod(fp, tok->tt.hdr64.e_mod, oflags);
1168 print_evmod(fp, tok->tt.hdr64.e_mod, oflags);
1207 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr64_ex.e_mod, to
[all...]
/freebsd-13-stable/sys/security/audit/
H A Dbsm_token.c1438 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1452 ADD_U_INT16(dptr, e_mod);
1474 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1494 ADD_U_INT16(dptr, e_mod);
1510 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1524 ADD_U_INT16(dptr, e_mod);
1537 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1549 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1564 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1583 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
[all...]
/freebsd-13-stable/contrib/openbsm/bsm/
H A Dlibbsm.h307 u_int16_t e_mod; member in struct:__anon5778
326 u_int16_t e_mod; member in struct:__anon5779
337 u_int16_t e_mod; member in struct:__anon5780
346 u_int16_t e_mod; member in struct:__anon5781
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.c1444 error_$string_t e_sub, e_mod, e_code; local
1446 error_$get_text(*st, e_sub, &e_subl, e_mod, &e_modl, e_code, &e_codel);
1449 e_mod[e_modl] = '\0';
1451 buf = xasprintf("%s (%s/%s)", e_code, e_sub, e_mod);

Completed in 193 milliseconds