Searched refs:mi_zalloc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dmi.h159 extern IDP mi_zalloc(size_t size);
H A Dmi.c793 if ((mi_o = (MI_OP)mi_zalloc(size + sizeof (MI_O))) == NULL)
1549 mi_zalloc(size_t size) function
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c328 ptr = (irb_t *)mi_zalloc((ipst->ips_ip6_ftable_hash_size *
H A Dip_mroute.c1331 rt = (struct mfc *)mi_zalloc(sizeof (struct mfc));
1722 mfc_rt = (struct mfc *)mi_zalloc(sizeof (struct mfc));
1743 rte = (struct rtdetq *)mi_zalloc(sizeof (struct rtdetq));
1772 * mfc_rt->mfc_rte is null by mi_zalloc
H A Dip_arp.c2259 arl->arl_name = (char *)(mi_zalloc(2 * LIFNAMSIZ));
H A Dip_multi.c148 ((structure *)mi_zalloc(sizeof (structure) * (number)))
H A Dip_if.c3231 ill_interface = (ill_if_t *)mi_zalloc(sizeof (ill_if_t));
3369 frag_ptr = (uchar_t *)mi_zalloc(ILL_FRAG_HASH_TBL_SIZE + 2 * LIFNAMSIZ);
3382 ill->ill_phyint = (phyint_t *)mi_zalloc(sizeof (phyint_t));

Completed in 130 milliseconds