| /freebsd-13.1/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-13.1/sys/bsm/ |
| H A D | audit_record.h | 210 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.1/sbin/restore/ |
| H A D | utilities.c | 143 if (np->e_type != NODE) in newnode() 162 if (ep->e_type != NODE) in removenode() 184 if (ep->e_type != LEAF) in removeleaf() 269 if (ep->e_type != LEAF) in delwhiteout() 292 if (ep == NULL || ep->e_type == NODE) in lowerbnd() 310 if (ep == NULL || ep->e_type == NODE) in upperbnd() 338 ep->e_type == NODE ? "NODE" : "LEAF"); in badentry()
|
| H A D | restore.c | 128 if (ep->e_type != NODE) in deletefile() 185 if (ep->e_type == LEAF) { in removeoldleaves() 282 (((key & INOFND) && ip->e_type != type) || in nodeupdates() 283 ((key & NAMEFND) && np->e_type != type))) in nodeupdates() 366 if (ip->e_type == NODE) { in nodeupdates() 421 if (ip->e_type == LEAF) { in nodeupdates() 424 if (ip->e_type != LEAF) in nodeupdates() 540 if (np->e_type == LEAF) { in findunreflinks() 803 if (ep->e_type == NODE) { in createlinks() 828 if (ep->e_type == NODE) in checkrestore() [all …]
|
| H A D | restore.h | 74 char e_type; /* type of this entry, see below */ member
|
| H A D | symtab.c | 186 if (ep->e_type != NODE) in lookupparent() 235 np->e_type = type & ~LINK; in addentry() 277 if (ep->e_type == NODE) { in freeentry()
|
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | gelf_ehdr.c | 69 d->e_type = eh32->e_type; in gelf_getehdr() 152 eh32->e_type = s->e_type; in gelf_update_ehdr()
|
| /freebsd-13.1/contrib/openbsm/libbsm/ |
| H A D | bsm_token.c | 1480 ADD_U_INT16(dptr, e_type); in au_to_header32_tm() 1523 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm() 1555 ADD_U_INT16(dptr, e_type); in au_to_header64_tm() 1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); 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 1592 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32() 1596 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument 1603 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64() 1607 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument 1610 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header() [all …]
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | bsm_token.c | 1451 ADD_U_INT16(dptr, e_type); in au_to_header32_tm() 1493 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm() 1523 ADD_U_INT16(dptr, e_type); in au_to_header64_tm() 1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); 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 1560 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32() 1564 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument 1571 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64() 1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument 1578 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header() [all …]
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_elem_ptm.h | 64 void SetErrType(const ocsd_ptm_pkt_type e_type); 142 inline void PtmTrcPacket::SetErrType(const ocsd_ptm_pkt_type e_type) in SetErrType() argument 145 type = e_type; in SetErrType()
|
| /freebsd-13.1/lib/libipsec/ |
| H A D | pfkey.c | 478 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update() argument 485 u_int e_type, e_keylen, a_type, a_keylen, flags; 509 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_add() argument 516 u_int e_type, e_keylen, a_type, a_keylen, flags; 1120 u_int e_type, e_keylen, a_type, a_keylen, flags; 1152 if (e_type == SADB_EALG_NONE) { 1158 if (e_type != SADB_EALG_NONE) { 1168 if (e_type == SADB_X_CALG_NONE) { 1178 if (e_type != SADB_EALG_NONE) { 1210 if (e_type != SADB_EALG_NONE) [all …]
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_elem_etmv3.h | 75 void SetErrType(const ocsd_etmv3_pkt_type e_type); 186 inline void EtmV3TrcPacket::SetErrType(const ocsd_etmv3_pkt_type e_type) in SetErrType() argument 189 m_pkt_data.type = e_type; in SetErrType()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | drti.c | 155 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_base : 0; in dtrace_dof_init() 158 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0; in dtrace_dof_init()
|
| H A D | dt_pid.c | 573 GElf_Half e_type; in dt_pid_usdt_mapping() local 597 if (Pread(P, &e_type, sizeof (e_type), pmp->pr_vaddr + in dt_pid_usdt_mapping() 598 offsetof(Elf64_Ehdr, e_type)) != sizeof (e_type)) { in dt_pid_usdt_mapping() 604 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr; in dt_pid_usdt_mapping()
|
| /freebsd-13.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 372 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params() 373 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params() 387 if (eh.e_type == ET_EXEC) { in pmcstat_image_get_elf_params()
|
| /freebsd-13.1/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 306 u_int16_t e_type; member 325 u_int16_t e_type; member 336 u_int16_t e_type; member 345 u_int16_t e_type; member
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | readelf.h | 94 Elf32_Half e_type; member 111 Elf64_Half e_type; member
|
| H A D | elfclass.h | 34 type = elf_getu16(swap, elfhdr.e_type);
|
| /freebsd-13.1/stand/common/ |
| H A D | load_elf.c | 147 CONVERT_FIELD(b, e_type, e); \ in elf_header_convert() 351 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN() 368 if (ehdr->e_type == ET_EXEC) in __elfN() 379 } else if (ehdr->e_type == ET_DYN) { in __elfN() 517 if (ehdr->e_type == ET_EXEC) { 979 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) { 981 } else if (ef.ehdr->e_type != ET_DYN) {
|
| /freebsd-13.1/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 404 if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH, in select_hdr32() 413 if (tok.tt.hdr32.e_type == *ev) in select_hdr32() 433 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf, in select_return32()
|
| /freebsd-13.1/usr.bin/ldd/ |
| H A D | ldd.c | 447 if (ehdr.e_type == ET_DYN) in is_executable() 460 if (ehdr.e_type == ET_DYN && !pie) { in is_executable()
|
| /freebsd-13.1/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 872 if (eh.e_type == ET_EXEC || eh.e_type == ET_DYN) { in find_section_base() 878 } else if (eh.e_type == ET_REL) { in find_section_base() 886 warnx("unknown e_type %u", eh.e_type); in find_section_base()
|
| /freebsd-13.1/contrib/elftoolchain/elfcopy/ |
| H A D | main.c | 317 oeh.e_type = ieh.e_type; in create_elf() 322 if (ieh.e_type == ET_EXEC) in create_elf() 324 else if (ieh.e_type == ET_DYN) in create_elf() 326 else if (ieh.e_type == ET_REL) in create_elf()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf32.h | 59 Elf32_Half e_type; /* File type. */ member
|
| /freebsd-13.1/lib/libproc/ |
| H A D | proc_sym.c | 523 off = file->ehdr.e_type == ET_DYN ? in proc_addr2sym() 628 off = file->ehdr.e_type == ET_DYN ? in proc_name2sym() 714 if (file->ehdr.e_type == ET_DYN) in proc_iter_symbyaddr()
|