/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 316 db_pci_header_t *ph, off_t hdr_off); 1614 off_t hdr_off) in db_pci_get_header() argument 1616 ph->venid = pci_config_get16(config_handle, hdr_off + PCI_CONF_VENID); in db_pci_get_header() 1617 ph->devid = pci_config_get16(config_handle, hdr_off + PCI_CONF_DEVID); in db_pci_get_header() 1618 ph->command = pci_config_get16(config_handle, hdr_off + PCI_CONF_COMM); in db_pci_get_header() 1619 ph->status = pci_config_get16(config_handle, hdr_off + PCI_CONF_STAT); in db_pci_get_header() 1620 ph->revid = pci_config_get8(config_handle, hdr_off + PCI_CONF_REVID); in db_pci_get_header() 1621 ph->pif = pci_config_get8(config_handle, hdr_off + PCI_CONF_PROGCLASS); in db_pci_get_header() 1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header() 1625 hdr_off + PCI_CONF_BASCLASS); in db_pci_get_header() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | loop.c | 73 unsigned int hdr_off, unsigned int sg, in rdsv3_loop_xmit() argument 81 ASSERT(!(hdr_off || sg || off)); in rdsv3_loop_xmit()
|
H A D | ib_send.c | 558 unsigned int hdr_off, unsigned int sg, unsigned int off) in rdsv3_ib_xmit() argument 581 ASSERT(!(hdr_off != 0 && hdr_off != sizeof (struct rdsv3_header))); in rdsv3_ib_xmit() 828 if (hdr_off == 0) in rdsv3_ib_xmit()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_signing.c | 415 int hdr_off, msg_len; in smb2_sign_reply() local 436 hdr_off = sr->smb2_reply_hdr + SMB2_SIG_OFFS; in smb2_sign_reply() 437 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c", in smb2_sign_reply()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 224 off64_t hdr_off, hdr_size; in fmd_log_check_hdr() local 230 if ((hdr_off = lseek64(lp->log_fd, 0, SEEK_CUR)) == -1L) in fmd_log_check_hdr() 315 lp->log_toc = hdr_off + hdr_size; in fmd_log_check_hdr() 316 lp->log_beg = hdr_off + hdr_size + ea_pack_object(grp, NULL, 0); in fmd_log_check_hdr()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4834 int ip_hdr_off, tcp_udp_hdr_off, hdr_off; in ql_hw_csum_setup() local 4880 mac_iocb_ptr->hdr_off = (uint16_t) in ql_hw_csum_setup() 4903 hdr_off = ip_hdr_off; in ql_hw_csum_setup() 4905 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup() 4906 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup() 4907 (uint16_t)cpu_to_le16(hdr_off); in ql_hw_csum_setup() 4937 hdr_off = ip_hdr_off; in ql_hw_csum_setup() 4939 hdr_off |= tcp_udp_hdr_off; in ql_hw_csum_setup() 4940 mac_iocb_ptr->hdr_off = in ql_hw_csum_setup() 4941 (uint16_t)cpu_to_le16(hdr_off); in ql_hw_csum_setup() [all …]
|
H A D | qlge_dbg.c | 584 le16_to_cpu(pkt->hdr_off)); in ql_dump_req_pkt()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fpu.c | 2171 size_t hdr_off; in fpu_proc_xregs_xsave_fill() local 2200 hdr_off = offsetof(prxregset_xsave_t, prx_xsh_xstate_bv); in fpu_proc_xregs_xsave_fill() 2201 bcopy((const void *)((uintptr_t)xsave + hdr_off), in fpu_proc_xregs_xsave_fill() 2202 (void *)((uintptr_t)prxsave + hdr_off), in fpu_proc_xregs_xsave_fill()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 3013 uint32_t hdr_sz = 0, hdr_off = 0; in ibmf_i_mgt_class_to_hdr_sz_off() local 3029 hdr_off = IBMF_MAD_CL_HDR_OFF_1; in ibmf_i_mgt_class_to_hdr_sz_off() 3033 hdr_off = IBMF_MAD_CL_HDR_OFF_2; in ibmf_i_mgt_class_to_hdr_sz_off() 3041 hdr_off = IBMF_MAD_CL_HDR_OFF_1; in ibmf_i_mgt_class_to_hdr_sz_off() 3045 hdr_off = IBMF_MAD_CL_HDR_OFF_2; in ibmf_i_mgt_class_to_hdr_sz_off() 3060 *offp = hdr_off; in ibmf_i_mgt_class_to_hdr_sz_off() 3065 tnf_uint, hdr_sz, hdr_sz, tnf_uint, hdr_off, hdr_off); in ibmf_i_mgt_class_to_hdr_sz_off()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | ib.h | 357 unsigned int hdr_off, unsigned int sg, unsigned int off);
|
H A D | rdsv3.h | 367 unsigned int hdr_off, unsigned int sg, unsigned int off);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 2049 uint16_t hdr_off; /* tcp/udp hdr offset */ member
|