Home
last modified time | relevance | path

Searched refs:psh (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c50 PE_SecHdr psh; in create_pe() local
176 memset(&psh, 0, sizeof(psh)); in create_pe()
177 strncpy(psh.sh_name, name, sizeof(psh.sh_name)); in create_pe()
178 psh.sh_addr = sh.sh_addr; in create_pe()
179 psh.sh_virtsize = sh.sh_size; in create_pe()
181 psh.sh_rawsize = roundup(sh.sh_size, poh.oh_filealign); in create_pe()
183 psh.sh_char |= IMAGE_SCN_CNT_UNINITIALIZED_DATA; in create_pe()
188 psh.sh_char |= IMAGE_SCN_MEM_READ; in create_pe()
190 psh.sh_char |= IMAGE_SCN_MEM_WRITE; in create_pe()
192 psh.sh_char |= IMAGE_SCN_MEM_EXECUTE | in create_pe()
[all …]
/freebsd/lib/libthr/thread/
H A Dthr_pshared.c38 struct psh { struct
39 LIST_ENTRY(psh) link;
44 LIST_HEAD(pshared_hash_head, psh); argument
105 struct psh *h, *h1; in pshared_gc()
128 struct psh *h; in pshared_lookup()
142 struct psh *h; in pshared_insert()
189 struct psh *h; in pshared_remove()
/freebsd/usr.sbin/uefisign/
H A Dpe.c227 const struct pe_section_header *psh; in parse_section_table() local
230 range_check(x, off, sizeof(*psh) * number_of_sections, in parse_section_table()
233 if (x->x_headers_len < off + sizeof(*psh) * number_of_sections) in parse_section_table()
236 psh = (const struct pe_section_header *)(x->x_buf + off); in parse_section_table()
245 if (psh->psh_size_of_raw_data > 0 && in parse_section_table()
246 psh->psh_pointer_to_raw_data < x->x_headers_len) in parse_section_table()
249 range_check(x, psh->psh_pointer_to_raw_data, in parse_section_table()
250 psh->psh_size_of_raw_data, "section"); in parse_section_table()
253 i, psh->psh_pointer_to_raw_data, psh->psh_size_of_raw_data); in parse_section_table()
255 x->x_section_off[i] = psh->psh_pointer_to_raw_data; in parse_section_table()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h119 psh:1, member
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c2917 find_ref_sh(uint16_t opcode, uint8_t version, struct ipfw_sopt_handler *psh) in find_ref_sh() argument
2931 *psh = *sh; in find_ref_sh()
2938 find_unref_sh(struct ipfw_sopt_handler *psh) in find_unref_sh() argument
2943 sh = find_sh(psh->opcode, psh->version, NULL); in find_unref_sh()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h989 __u8 psh:1; member
997 __u8 psh:1; member
H A Dcxgb_common.h775 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh);
H A Dcxgb_t3_hw.c3299 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh) in t3_tp_set_coalescing_size() argument
3311 if (psh) in t3_tp_set_coalescing_size()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1644 __u8 psh:1; member
1652 __u8 psh:1; member