Home
last modified time | relevance | path

Searched refs:type_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c333 uint8_t type_len = IP_ABITS; in t_insert6() local
351 for (pos = type_len; pos > 0; --pos) { in t_insert6()
353 if (EXTRACTBIT(mask.s6_addr32[i], (pos - 1), type_len) in t_insert6()
357 bit = EXTRACTBIT(key.s6_addr32[i], (pos - 1), type_len); in t_insert6()
630 uint8_t type_len = IP_ABITS; in t_remove6() local
648 for (pos = type_len; pos > 0; --pos) { in t_remove6()
650 if (EXTRACTBIT(mask.s6_addr32[i], (pos - 1), type_len) in t_remove6()
654 bit = EXTRACTBIT(key.s6_addr32[i], (pos - 1), type_len); in t_remove6()
784 uint8_t type_len = IP_ABITS; in t_retrieve6() local
803 for (pos = type_len; pos > 0; --pos) { in t_retrieve6()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_private.h192 u16 type_len; member
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16210 uint32_t type_len; in sata_ioctl_get_ap_type() local
16258 type_len = strlen(ap_type) + 1; in sata_ioctl_get_ap_type()
16261 if (ddi_copyout((void *)&type_len, ioc->buf, ioc->bufsiz, in sata_ioctl_get_ap_type()
16265 if (ioc->bufsiz != type_len) in sata_ioctl_get_ap_type()