Searched refs:nprefs (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 179 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() 188 fmd_hdl_free(hdl, prefs, sizeof (nvlist_t *) * nprefs); in free_notify_prefs() 193 uint_t *nprefs) in get_notify_prefs() argument 231 *nprefs = nslelem; in get_notify_prefs() 236 *nprefs = 0; in get_notify_prefs() 254 uint_t nprefs, nelems; in syslog_recv() local 271 ret = get_notify_prefs(hdl, nvl, &prefs, &nprefs); in syslog_recv() 286 free_notify_prefs(hdl, prefs, nprefs); in syslog_recv() 292 free_notify_prefs(hdl, prefs, nprefs); in syslog_recv() [all …]
|
/titanic_41/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 279 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()
|