Searched refs:psh (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | pe.c | 50 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-12-stable/lib/libthr/thread/ |
| D | thr_pshared.c | 41 struct psh { struct 42 LIST_ENTRY(psh) link; 47 LIST_HEAD(pshared_hash_head, psh); argument 103 struct psh *h, *h1; in pshared_gc() 126 struct psh *h; in pshared_lookup() 140 struct psh *h; in pshared_insert() 187 struct psh *h; in pshared_remove()
|
| /freebsd-12-stable/usr.sbin/uefisign/ |
| D | pe.c | 228 const struct pe_section_header *psh; in parse_section_table() local 231 range_check(x, off, sizeof(*psh) * number_of_sections, in parse_section_table() 234 if (x->x_headers_len <= off + sizeof(*psh) * number_of_sections) in parse_section_table() 237 psh = (const struct pe_section_header *)(x->x_buf + off); in parse_section_table() 246 if (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() 256 x->x_section_len[i] = psh->psh_size_of_raw_data; in parse_section_table() [all …]
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmip.h | 106 uint32_t psh :1; member 144 uint32_t psh :1; member
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_tcp_ip.h | 122 psh:1, member
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | mdebugread.c | 3531 SYMR *psh; in parse_partial_symbols() local 3537 psh = &ext_ptr->asym; in parse_partial_symbols() 3540 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil) in parse_partial_symbols() 3543 svalue = psh->value; in parse_partial_symbols() 3544 switch (psh->sc) in parse_partial_symbols() 3563 switch (psh->st) in parse_partial_symbols() 3579 unknown_ext_complaint (debug_info->ssext + psh->iss); in parse_partial_symbols() 3584 if (SC_IS_COMMON (psh->sc)) in parse_partial_symbols() 3590 name = debug_info->ssext + psh->iss; in parse_partial_symbols()
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | ip_fw_sockopt.c | 3460 find_ref_sh(uint16_t opcode, uint8_t version, struct ipfw_sopt_handler *psh) in find_ref_sh() argument 3474 *psh = *sh; in find_ref_sh() 3481 find_unref_sh(struct ipfw_sopt_handler *psh) in find_unref_sh() argument 3486 sh = find_sh(psh->opcode, psh->version, NULL); in find_unref_sh()
|
| /freebsd-12-stable/sys/dev/cxgb/common/ |
| D | cxgb_t3_cpl.h | 991 __u8 psh:1; member 999 __u8 psh:1; member
|
| D | cxgb_common.h | 777 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh);
|
| D | cxgb_t3_hw.c | 3302 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh) in t3_tp_set_coalescing_size() argument 3314 if (psh) in t3_tp_set_coalescing_size()
|
| /freebsd-12-stable/sys/dev/cxgbe/common/ |
| D | t4_msg.h | 1627 __u8 psh:1; member 1635 __u8 psh:1; member
|