Searched refs:poh (Results 1 – 4 of 4) sorted by relevance
52 PE_OptHdr poh; in create_pe() local100 memset(&poh, 0, sizeof(poh)); in create_pe()102 poh.oh_subsystem = IMAGE_SUBSYSTEM_EFI_APPLICATION; in create_pe()103 poh.oh_entry = (uint32_t) eh.e_entry; in create_pe()111 poh.oh_secalign = 0x1000; in create_pe()112 poh.oh_filealign = 0x200; in create_pe()147 poh.oh_textbase = (uint32_t) sh.sh_addr; in create_pe()148 poh.oh_textsize = (uint32_t) roundup(sh.sh_size, in create_pe()149 poh.oh_filealign); in create_pe()152 poh.oh_database = sh.sh_addr; in create_pe()[all …]
2059 struct pmc_ownerhash *poh; in pmc_allocate_owner_descriptor() local2062 poh = &pmc_ownerhash[hindex]; in pmc_allocate_owner_descriptor()2067 LIST_INSERT_HEAD(poh, po, po_next); /* insert into hash table */ in pmc_allocate_owner_descriptor()2163 struct pmc_ownerhash *poh; in pmc_find_owner_descriptor() local2166 poh = &pmc_ownerhash[hindex]; in pmc_find_owner_descriptor()2169 LIST_FOREACH(po, poh, po_next) in pmc_find_owner_descriptor()
60 static int table_do_get_list(ipfw_xtable_info *i, ipfw_obj_header **poh);1728 table_do_get_list(ipfw_xtable_info *i, ipfw_obj_header **poh) in table_do_get_list() argument1746 *poh = oh; in table_do_get_list()
149625 poh