Home
last modified time | relevance | path

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

1234

/freebsd/sbin/restore/
H A Drestore.c119 if (ep->e_type != NODE) in deletefile()
176 if (ep->e_type == LEAF) { in removeoldleaves()
273 (((key & INOFND) && ip->e_type != type) || in nodeupdates()
274 ((key & NAMEFND) && np->e_type != type))) in nodeupdates()
357 if (ip->e_type == NODE) { in nodeupdates()
412 if (ip->e_type == LEAF) { in nodeupdates()
415 if (ip->e_type != LEAF) in nodeupdates()
514 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0) in findunreflinks()
531 if (np->e_type == LEAF) { in findunreflinks()
794 if (ep->e_type == NODE) { in createlinks()
[all …]
H A Dutilities.c135 if (np->e_type != NODE) in newnode()
154 if (ep->e_type != NODE) in removenode()
176 if (ep->e_type != LEAF) in removeleaf()
261 if (ep->e_type != LEAF) in delwhiteout()
284 if (ep == NULL || ep->e_type == NODE) in lowerbnd()
302 if (ep == NULL || ep->e_type == NODE) in upperbnd()
330 ep->e_type == NODE ? "NODE" : "LEAF"); in badentry()
H A Drestore.h71 char e_type; /* type of this entry, see below */ member
H A Dsymtab.c178 if (ep->e_type != NODE) in lookupparent()
227 np->e_type = type & ~LINK; in addentry()
269 if (ep->e_type == NODE) { in freeentry()
/freebsd/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/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/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/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/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, in au_to_header32_tm() argument
1480 ADD_U_INT16(dptr, e_type); 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
1523 ADD_U_INT16(dptr, e_type); 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
1555 ADD_U_INT16(dptr, e_type); 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 …]
/freebsd/sys/security/audit/
H A Dbsm_token.c1435 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() argument
1448 ADD_U_INT16(dptr, e_type); 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
1490 ADD_U_INT16(dptr, e_type); 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
1520 ADD_U_INT16(dptr, e_type); 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/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/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/lib/libpmcstat/
H A Dlibpmcstat_image.c367 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params()
368 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params()
382 if (eh.e_type != ET_REL) { in pmcstat_image_get_elf_params()
/freebsd/lib/libipsec/
H A Dpfkey.c461 caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, in pfkey_send_update() argument
468 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update()
485 caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, u_int a_keylen, in pfkey_send_add() argument
492 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_add()
1028 u_int wsize, caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, in pfkey_send_x1() argument
1061 if (e_type == SADB_EALG_NONE) { in pfkey_send_x1()
1067 if (e_type != SADB_EALG_NONE) { in pfkey_send_x1()
1077 if (e_type == SADB_X_CALG_NONE) { in pfkey_send_x1()
1087 if (e_type != SADB_EALG_NONE) { in pfkey_send_x1()
1119 if (e_type ! in pfkey_send_x1()
[all...]
/freebsd/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/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/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/stand/common/
H A Dload_elf.c139 CONVERT_FIELD(b, e_type, e); \ in elf_header_convert()
394 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN()
411 if (ehdr->e_type == ET_EXEC) in __elfN()
422 } else if (ehdr->e_type == ET_DYN) { in __elfN()
562 if (ehdr->e_type == ET_EXEC) {
1006 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) {
1008 } else if (ef.ehdr->e_type != ET_DYN) {
/freebsd/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/usr.bin/ldd/
H A Dldd.c446 if (ehdr.e_type == ET_DYN) in is_executable()
459 if (ehdr.e_type == ET_DYN && !pie) { in is_executable()
/freebsd/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/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/lib/libproc/
H A Dproc_sym.c517 off = file->ehdr.e_type == ET_DYN ? in proc_addr2sym()
622 off = file->ehdr.e_type == ET_DYN ? in proc_name2sym()
708 if (file->ehdr.e_type == ET_DYN) in proc_iter_symbyaddr()

1234