Home
last modified time | relevance | path

Searched refs:post_event (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2705 post_event(const char *subclass, nvlist_t *nvl) in post_event() function
2980 return (post_event(ESC_IPMP_PROBE_STATE, nvl)); in probe_state_event()
3014 return (post_event(ESC_IPMP_GROUP_STATE, nvl)); in phyint_group_state_event()
3053 return (post_event(ESC_IPMP_GROUP_CHANGE, nvl)); in phyint_group_change_event()
3100 return (post_event(ESC_IPMP_GROUP_MEMBER_CHANGE, nvl)); in phyint_group_member_event()
3143 return (post_event(ESC_IPMP_IF_CHANGE, nvl)); in phyint_state_event()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c6018 int post_event = 0; in devi_detach_node() local
6134 post_event = 1; in devi_detach_node()
6138 if (post_event && ret == NDI_SUCCESS) { in devi_detach_node()