Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/devfsadm/
H A Dcfg_link.c920 #define headlen (sizeof (head) - 1) in pci_cfg_info_data() macro
928 newpath = malloc(sizeof (char) * (headlen + pathlen + 1)); in pci_cfg_info_data()
931 np += headlen; in pci_cfg_info_data()
945 #undef headlen in pci_cfg_info_data()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c154 uint32_t headlen; /* HTTP header length */ member
1745 http->headlen = (cp - *cpp); in nl7c_http_response()
1753 uri->resplen += http->headlen; in nl7c_http_response()
1926 req->response_len -= (uint_t)shttp->headlen; in nl7c_http_log()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3814 int headlen; in ugen_epx_isoc_OUT_req_cb() local
3818 headlen = info.isoc_pkts_count * in ugen_epx_isoc_OUT_req_cb()
3821 len = min(headlen + MBLKL(reqp->isoc_data), in ugen_epx_isoc_OUT_req_cb()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c21631 int headlen; local
21654 headlen = MODE_HEADER_LENGTH;
21659 headlen = MODE_HEADER_LENGTH_GRP2;
21662 ASSERT(headlen <= buflen);
21686 if (buflen - ucmd_buf.uscsi_resid < headlen) {