Searched refs:headlen (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c348 size_t headlen; local
360 headlen = 1;
368 headlen = 3;
370 if (*offsetp + headlen > size) {
388 if (*offsetp + headlen + length > size) {
405 *offsetp += headlen;
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c920 #define headlen (sizeof (head) - 1) macro
928 newpath = malloc(sizeof (char) * (headlen + pathlen + 1));
931 np += headlen;
945 #undef headlen macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c154 uint32_t headlen; /* HTTP header length */ member in struct:http_s
1745 http->headlen = (cp - *cpp);
1753 uri->resplen += http->headlen;
1926 req->response_len -= (uint_t)shttp->headlen;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3826 int headlen; local
3830 headlen = info.isoc_pkts_count *
3833 len = min(headlen + MBLKL(reqp->isoc_data),
/illumos-gate/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) {

Completed in 147 milliseconds