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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16067 uint32_t type_len; local
16111 type_len = strlen(ap_type) + 1;
16114 if (ddi_copyout((void *)&type_len, ioc->buf, ioc->bufsiz,
16118 if (ioc->bufsiz != type_len)

Completed in 323 milliseconds