Symbol: mac_notify_type_t
usr/src/uts/common/io/aggr/aggr_port.c
455
aggr_port_notify_cb(void *arg, mac_notify_type_t type)
usr/src/uts/common/io/aggr/aggr_port.c
58
static void aggr_port_notify_cb(void *, mac_notify_type_t);
usr/src/uts/common/io/bridge.c
2187
bridge_notify_cb(void *arg, mac_notify_type_t note_type)
usr/src/uts/common/io/dld/dld_str.c
1448
mac_notify_type_t type;
usr/src/uts/common/io/dld/dld_str.c
1778
str_notify(void *arg, mac_notify_type_t type)
usr/src/uts/common/io/dls/dls_link.c
619
dls_link_notify(void *arg, mac_notify_type_t type)
usr/src/uts/common/io/fcoe/fcoe_eth.c
274
fcoe_mac_notify(void *arg, mac_notify_type_t type)
usr/src/uts/common/io/fcoe/fcoe_eth.c
48
static void fcoe_mac_notify(void *arg, mac_notify_type_t type);
usr/src/uts/common/io/mac/mac.c
904
i_mac_notify(mac_impl_t *mip, mac_notify_type_t type)
usr/src/uts/common/io/vnic/vnic_dev.c
1291
vnic_notify_cb(void *arg, mac_notify_type_t type)
usr/src/uts/common/io/vnic/vnic_dev.c
99
static void vnic_notify_cb(void *, mac_notify_type_t);
usr/src/uts/common/sys/dls.h
109
extern void str_notify(void *, mac_notify_type_t);
usr/src/uts/common/sys/mac.h
422
typedef void (*mac_notify_t)(void *, mac_notify_type_t);
usr/src/uts/common/sys/mac_impl.h
629
mac_notify_type_t mnt_type;
usr/src/uts/common/sys/mac_impl.h
817
extern void i_mac_notify(mac_impl_t *, mac_notify_type_t);
usr/src/uts/sun4v/io/vsw_phys.c
1341
vsw_notify_cb(void *arg, mac_notify_type_t type)
usr/src/uts/sun4v/io/vsw_phys.c
94
static void vsw_notify_cb(void *arg, mac_notify_type_t type);