Home
last modified time | relevance | path

Searched refs:e_type (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-14.2/sys/bsm/
H A Daudit_record.h208 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-14.2/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-14.2/sbin/restore/
H A Dutilities.c141 if (np->e_type != NODE) in newnode()
160 if (ep->e_type != NODE) in removenode()
182 if (ep->e_type != LEAF) in removeleaf()
267 if (ep->e_type != LEAF) in delwhiteout()
290 if (ep == NULL || ep->e_type == NODE) in lowerbnd()
308 if (ep == NULL || ep->e_type == NODE) in upperbnd()
336 ep->e_type == NODE ? "NODE" : "LEAF"); in badentry()
H A Drestore.c126 if (ep->e_type != NODE) in deletefile()
183 if (ep->e_type == LEAF) { in removeoldleaves()
280 (((key & INOFND) && ip->e_type != type) || in nodeupdates()
281 ((key & NAMEFND) && np->e_type != type))) in nodeupdates()
364 if (ip->e_type == NODE) { in nodeupdates()
419 if (ip->e_type == LEAF) { in nodeupdates()
422 if (ip->e_type != LEAF) in nodeupdates()
538 if (np->e_type == LEAF) { in findunreflinks()
801 if (ep->e_type == NODE) { in createlinks()
826 if (ep->e_type == NODE) in checkrestore()
[all …]
H A Drestore.h73 char e_type; /* type of this entry, see below */ member
H A Dsymtab.c184 if (ep->e_type != NODE) in lookupparent()
233 np->e_type = type & ~LINK; in addentry()
275 if (ep->e_type == NODE) { in freeentry()
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c69 d->e_type = eh32->e_type; in gelf_getehdr()
152 eh32->e_type = s->e_type; in gelf_update_ehdr()
/freebsd-14.2/crypto/openssl/util/
H A Dcheck-format-test-negatives.c379 } e_type; typedef
383 } e_type; member
386 } e_type; member
389 enum e_type { enum
395 enum e_type { enum
/freebsd-14.2/contrib/openbsm/libbsm/
H A Dbsm_token.c1480 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-14.2/sys/security/audit/
H A Dbsm_token.c1449 ADD_U_INT16(dptr, e_type); in au_to_header32_tm()
1491 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm()
1521 ADD_U_INT16(dptr, e_type); in au_to_header64_tm()
1545 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex()
1552 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument
1558 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
1562 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument
1569 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64()
1573 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument
1576 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header()
[all …]
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h64 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-14.2/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h75 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-14.2/lib/libpmcstat/
H A Dlibpmcstat_image.c368 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params()
369 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params()
383 if (eh.e_type != ET_REL) { in pmcstat_image_get_elf_params()
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c155 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 Ddt_pid.c573 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-14.2/lib/libipsec/
H A Dpfkey.c462 caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, in pfkey_send_update() argument
469 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update()
493 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_add()
1029 u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, in pfkey_send_x1() argument
1062 if (e_type == SADB_EALG_NONE) { in pfkey_send_x1()
1068 if (e_type != SADB_EALG_NONE) { in pfkey_send_x1()
1078 if (e_type == SADB_X_CALG_NONE) { in pfkey_send_x1()
1088 if (e_type != SADB_EALG_NONE) { in pfkey_send_x1()
1120 if (e_type != SADB_EALG_NONE) in pfkey_send_x1()
1137 p = pfkey_setsadbsa(p, ep, spi, wsize, a_type, e_type, flags); in pfkey_send_x1()
[all …]
/freebsd-14.2/contrib/openbsm/bsm/
H A Dlibbsm.h306 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-14.2/contrib/file/src/
H A Dreadelf.h94 Elf32_Half e_type; member
111 Elf64_Half e_type; member
H A Delfclass.h34 type = elf_getu16(swap, elfhdr.e_type);
/freebsd-14.2/stand/common/
H A Dload_elf.c141 CONVERT_FIELD(b, e_type, e); \ in elf_header_convert()
396 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN()
413 if (ehdr->e_type == ET_EXEC) in __elfN()
424 } else if (ehdr->e_type == ET_DYN) { in __elfN()
564 if (ehdr->e_type == ET_EXEC) {
1008 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) {
1010 } else if (ef.ehdr->e_type != ET_DYN) {
/freebsd-14.2/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c404 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-14.2/usr.bin/ldd/
H A Dldd.c447 if (ehdr.e_type == ET_DYN) in is_executable()
460 if (ehdr.e_type == ET_DYN && !pie) { in is_executable()
/freebsd-14.2/contrib/elftoolchain/addr2line/
H A Daddr2line.c872 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-14.2/contrib/elftoolchain/elfcopy/
H A Dmain.c317 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-14.2/sys/sys/
H A Delf32.h57 Elf32_Half e_type; /* File type. */ member

1234