Symbol: mac_unicast_impl_t
usr/src/uts/common/io/mac/mac.c
7392
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
1213
static mac_unicast_impl_t *
usr/src/uts/common/io/mac/mac_client.c
1216
mac_unicast_impl_t *muip = mcip->mci_unicast_list;
usr/src/uts/common/io/mac/mac_client.c
156
mac_unicast_impl_t *);
usr/src/uts/common/io/mac/mac_client.c
163
uint8_t *, mac_resource_props_t *, boolean_t, mac_unicast_impl_t *);
usr/src/uts/common/io/mac/mac_client.c
165
mac_unicast_impl_t *, flow_entry_t *);
usr/src/uts/common/io/mac/mac_client.c
2330
mac_unicast_impl_t *muip)
usr/src/uts/common/io/mac/mac_client.c
2552
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
2641
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2744
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2889
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
2939
mac_client_datapath_teardown(mac_client_handle_t mch, mac_unicast_impl_t *muip,
usr/src/uts/common/io/mac/mac_client.c
3046
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3066
mac_unicast_impl_t *muip = (mac_unicast_impl_t *)mah;
usr/src/uts/common/io/mac/mac_client.c
3067
mac_unicast_impl_t *pre;
usr/src/uts/common/io/mac/mac_client.c
3094
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3109
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3142
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3230
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
3253
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
4852
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
5121
mac_client_get_flow(mac_client_impl_t *mcip, mac_unicast_impl_t *muip)
usr/src/uts/common/io/mac/mac_client.c
563
mac_unicast_impl_t *mui_list, *oth_mui_list;
usr/src/uts/common/sys/mac_client_impl.h
210
mac_unicast_impl_t *mci_unicast_list; /* mci_rw_lock */