Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c179 free_notify_prefs(fmd_hdl_t *hdl, nvlist_t **prefs, uint_t nprefs) in free_notify_prefs() argument
183 for (i = 0; i < nprefs; i++) { in free_notify_prefs()
187 fmd_hdl_free(hdl, prefs, sizeof (nvlist_t *) * nprefs); in free_notify_prefs()
192 uint_t *nprefs) in get_notify_prefs() argument
230 *nprefs = nslelem; in get_notify_prefs()
235 *nprefs = 0; in get_notify_prefs()
253 uint_t nprefs, nelems; in syslog_recv() local
270 ret = get_notify_prefs(hdl, nvl, &prefs, &nprefs); in syslog_recv()
285 free_notify_prefs(hdl, prefs, nprefs); in syslog_recv()
291 free_notify_prefs(hdl, prefs, nprefs); in syslog_recv()
[all …]
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c279 nvlist_t ***pref_nvl, uint_t *nprefs) in nd_get_notify_prefs() argument
312 *nprefs = 0; in nd_get_notify_prefs()
316 (void) nvlist_dup(mech_nvl, *pref_nvl + *nprefs, 0); in nd_get_notify_prefs()
317 ++*nprefs; in nd_get_notify_prefs()
321 if (*nprefs == 0) { in nd_get_notify_prefs()