/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 203 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/sys/bsm/ |
H A D | 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/contrib/openbsm/libbsm/ |
H A D | 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 …]
|
H A D | 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/sys/security/audit/ |
H A D | bsm_token.c | 1435 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() argument 1449 ADD_U_INT16(dptr, e_mod); in au_to_header32_tm() 1471 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 1491 ADD_U_INT16(dptr, e_mod); in au_to_header32_ex_tm() 1507 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm() argument 1521 ADD_U_INT16(dptr, e_mod); in au_to_header64_tm() 1534 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32_ex() argument 1544 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1546 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia)); in au_to_header32_ex() 1551 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument [all …]
|
/freebsd/contrib/openbsm/bsm/ |
H A D | libbsm.h | 307 u_int16_t e_mod; member 326 u_int16_t e_mod; member 337 u_int16_t e_mod; member 346 u_int16_t e_mod; member
|
/freebsd/contrib/tcsh/ |
H A D | 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()
|