Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c567 nvlist_t *propnvl; in fmev_shdl_getauthority() local
575 if (sysevent_evc_getpropnvl(ihdl->sh_binding, &propnvl) != 0) { in fmev_shdl_getauthority()
581 if (propnvl == NULL) { in fmev_shdl_getauthority()
586 if (nvlist_lookup_nvlist(propnvl, "fmdauth", &auth) == 0) { in fmev_shdl_getauthority()
592 nvlist_free(propnvl); in fmev_shdl_getauthority()