Searched defs:type_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c335 uint8_t type_len = IP_ABITS; local
353 for (pos = type_len; pos > 0; --pos) {
355 if (EXTRACTBIT(mask.s6_addr32[i], (pos - 1), type_len)
359 bit = EXTRACTBIT(key.s6_addr32[i], (pos - 1), type_len);
632 uint8_t type_len = IP_ABITS; local
650 for (pos = type_len; pos > 0; --pos) {
652 if (EXTRACTBIT(mask.s6_addr32[i], (pos - 1), type_len)
656 bit = EXTRACTBIT(key.s6_addr32[i], (pos - 1), type_len);
786 uint8_t type_len = IP_ABITS; local
805 for (pos = type_len; po
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16145 uint32_t type_len; local
16193 type_len = strlen(ap_type) + 1;
16196 if (ddi_copyout((void *)&type_len, ioc->buf, ioc->bufsiz,
16200 if (ioc->bufsiz != type_len)

Completed in 101 milliseconds