Home
last modified time | relevance | path

Searched refs:headlen (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c348 size_t headlen; in efx_vpd_next_tag() local
360 headlen = 1; in efx_vpd_next_tag()
368 headlen = 3; in efx_vpd_next_tag()
370 if (*offsetp + headlen > size) { in efx_vpd_next_tag()
388 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag()
405 *offsetp += headlen; in efx_vpd_next_tag()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c929 #define headlen (sizeof (head) - 1) in pci_cfg_info_data() macro
937 newpath = malloc(sizeof (char) * (headlen + pathlen + 1)); in pci_cfg_info_data()
940 np += headlen; in pci_cfg_info_data()
954 #undef headlen in pci_cfg_info_data()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3841 int headlen; in ugen_epx_isoc_OUT_req_cb() local
3845 headlen = info.isoc_pkts_count * in ugen_epx_isoc_OUT_req_cb()
3848 len = min(headlen + MBLKL(reqp->isoc_data), in ugen_epx_isoc_OUT_req_cb()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c21003 int headlen; local
21026 headlen = MODE_HEADER_LENGTH;
21031 headlen = MODE_HEADER_LENGTH_GRP2;
21034 ASSERT(headlen <= buflen);
21058 if (buflen - ucmd_buf.uscsi_resid < headlen) {