| /freebsd-11-stable/contrib/openbsm/sys/bsm/ |
| HD | audit_record.h | 196 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 198 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 200 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 203 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod); 204 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod); 205 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod); 206 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod); 207 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
|
| /freebsd-11-stable/sys/bsm/ |
| HD | audit_record.h | 208 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 210 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 212 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 215 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod); 216 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod); 217 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod); 218 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod); 219 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
|
| /freebsd-11-stable/sys/security/audit/ |
| HD | bsm_token.c | 1438 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() argument 1452 ADD_U_INT16(dptr, e_mod); in au_to_header32_tm() 1474 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm() argument 1494 ADD_U_INT16(dptr, e_mod); in au_to_header32_ex_tm() 1510 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm() argument 1524 ADD_U_INT16(dptr, e_mod); in au_to_header64_tm() 1537 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32_ex() argument 1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1549 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia)); in au_to_header32_ex() 1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument [all …]
|
| /freebsd-11-stable/contrib/openbsm/libbsm/ |
| HD | bsm_token.c | 1465 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() argument 1481 ADD_U_INT16(dptr, e_mod); in au_to_header32_tm() 1503 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm() argument 1524 ADD_U_INT16(dptr, e_mod); in au_to_header32_ex_tm() 1540 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm() argument 1556 ADD_U_INT16(dptr, e_mod); in au_to_header64_tm() 1569 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32_ex() argument 1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1581 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia)); in au_to_header32_ex() 1586 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument [all …]
|
| HD | bsm_io.c | 931 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_mod, tok->len, err); in fetch_header32_tok() 959 print_evmod(fp, tok->tt.hdr32.e_mod, oflags); in print_header32_tok() 976 print_evmod(fp, tok->tt.hdr32.e_mod, oflags); in print_header32_tok() 1019 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32_ex.e_mod, tok->len, err); in fetch_header32_ex_tok() 1066 print_evmod(fp, tok->tt.hdr32_ex.e_mod, oflags); in print_header32_ex_tok() 1087 print_evmod(fp, tok->tt.hdr32_ex.e_mod, oflags); in print_header32_ex_tok() 1123 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr64.e_mod, tok->len, err); in fetch_header64_tok() 1151 print_evmod(fp, tok->tt.hdr64.e_mod, oflags); in print_header64_tok() 1168 print_evmod(fp, tok->tt.hdr64.e_mod, oflags); in print_header64_tok() 1207 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr64_ex.e_mod, tok->len, err); in fetch_header64_ex_tok() [all …]
|
| /freebsd-11-stable/contrib/openbsm/bsm/ |
| HD | libbsm.h | 304 u_int16_t e_mod; member 323 u_int16_t e_mod; member 334 u_int16_t e_mod; member 343 u_int16_t e_mod; member
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | tc.os.c | 1444 error_$string_t e_sub, e_mod, e_code; in apperr() local 1446 error_$get_text(*st, e_sub, &e_subl, e_mod, &e_modl, e_code, &e_codel); in apperr() 1449 e_mod[e_modl] = '\0'; in apperr() 1451 buf = xasprintf("%s (%s/%s)", e_code, e_sub, e_mod); in apperr()
|