Searched refs:poh (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c52 PE_OptHdr poh; local
100 memset(&poh, 0, sizeof(poh));
102 poh.oh_subsystem = IMAGE_SUBSYSTEM_EFI_APPLICATION;
103 poh.oh_entry = (uint32_t) eh.e_entry;
111 poh.oh_secalign = 0x1000;
112 poh.oh_filealign = 0x200;
147 poh.oh_textbase = (uint32_t) sh.sh_addr;
148 poh.oh_textsize = (uint32_t) roundup(sh.sh_size,
149 poh
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dtables.c60 static int table_do_get_list(ipfw_xtable_info *i, ipfw_obj_header **poh);
1732 table_do_get_list(ipfw_xtable_info *i, ipfw_obj_header **poh) argument
1750 *poh = oh;
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2346 struct pmc_ownerhash *poh; local
2349 poh = &pmc_ownerhash[hindex];
2354 LIST_INSERT_HEAD(poh, po, po_next); /* insert into hash table */
2668 struct pmc_ownerhash *poh; local
2671 poh = &pmc_ownerhash[hindex];
2674 LIST_FOREACH(po, poh, po_next)

Completed in 73 milliseconds