Searched refs:psh (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c50 PE_SecHdr psh; local
176 memset(&psh, 0, sizeof(psh));
177 strncpy(psh.sh_name, name, sizeof(psh.sh_name));
178 psh.sh_addr = sh.sh_addr;
179 psh.sh_virtsize = sh.sh_size;
181 psh.sh_rawsize = roundup(sh.sh_size, poh.oh_filealign);
183 psh.sh_char |= IMAGE_SCN_CNT_UNINITIALIZED_DATA;
188 psh
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c41 struct psh { struct
42 LIST_ENTRY(psh) link;
47 LIST_HEAD(pshared_hash_head, psh);
103 struct psh *h, *h1;
126 struct psh *h;
140 struct psh *h;
187 struct psh *h;
/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c228 const struct pe_section_header *psh; local
231 range_check(x, off, sizeof(*psh) * number_of_sections,
234 if (x->x_headers_len <= off + sizeof(*psh) * number_of_sections)
237 psh = (const struct pe_section_header *)(x->x_buf + off);
246 if (psh->psh_pointer_to_raw_data < x->x_headers_len)
249 range_check(x, psh->psh_pointer_to_raw_data,
250 psh->psh_size_of_raw_data, "section");
253 i, psh->psh_pointer_to_raw_data, psh->psh_size_of_raw_data);
255 x->x_section_off[i] = psh
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h106 uint32_t psh :1; member in struct:__anon8412
144 uint32_t psh :1; member in struct:__anon8413::__anon8417
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h122 psh:1, member in struct:ecore_tcphdr
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c3539 SYMR *psh;
3545 psh = &ext_ptr->asym;
3548 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil)
3551 svalue = psh->value;
3552 switch (psh->sc)
3571 switch (psh->st)
3587 unknown_ext_complaint (debug_info->ssext + psh->iss);
3592 if (SC_IS_COMMON (psh->sc))
3598 name = debug_info->ssext + psh
3531 SYMR *psh; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h990 __u8 psh:1; member in struct:cpl_rx_data
998 __u8 psh:1; member in struct:cpl_rx_data
H A Dcxgb_common.h776 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh);
H A Dcxgb_t3_hw.c3297 * @psh: whether a set PSH bit should deliver coalesced data
3301 int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh) argument
3313 if (psh)
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3458 find_ref_sh(uint16_t opcode, uint8_t version, struct ipfw_sopt_handler *psh) argument
3472 *psh = *sh;
3479 find_unref_sh(struct ipfw_sopt_handler *psh) argument
3484 sh = find_sh(psh->opcode, psh->version, NULL);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1624 __u8 psh:1; member in struct:cpl_rx_data
1632 __u8 psh:1; member in struct:cpl_rx_data

Completed in 182 milliseconds