Lines Matching refs:hd
192 ndr_handle_t *hd; in logr_hdlookup() local
195 if ((hd = ndr_hdlookup(mxa, id)) == NULL) in logr_hdlookup()
198 if ((ctx = (logr_context_t *)hd->nh_data) == NULL) in logr_hdlookup()
204 return (hd); in logr_hdlookup()
269 ndr_handle_t *hd; in logr_s_EventLogClose() local
271 if ((hd = ndr_hdlookup(mxa, id)) == NULL) { in logr_s_EventLogClose()
276 logr_context_data_free(hd->nh_data); in logr_s_EventLogClose()
296 ndr_handle_t *hd; in logr_s_EventLogOpen() local
315 if (id && ((hd = logr_hdlookup(mxa, id)) != NULL)) { in logr_s_EventLogOpen()
316 hd->nh_data_free = logr_context_data_free; in logr_s_EventLogOpen()
339 ndr_handle_t *hd; in logr_s_EventLogQueryCount() local
343 if ((hd = logr_hdlookup(mxa, id)) == NULL) { in logr_s_EventLogQueryCount()
348 ctx = (logr_context_t *)hd->nh_data; in logr_s_EventLogQueryCount()
366 ndr_handle_t *hd; in logr_s_EventLogGetOldestRec() local
370 if ((hd = logr_hdlookup(mxa, id)) == NULL) { in logr_s_EventLogGetOldestRec()
375 ctx = (logr_context_t *)hd->nh_data; in logr_s_EventLogGetOldestRec()
495 ndr_handle_t *hd; in logr_s_EventLogRead() local
504 if ((hd = logr_hdlookup(mxa, id)) == NULL) { in logr_s_EventLogRead()
509 ctx = (logr_context_t *)hd->nh_data; in logr_s_EventLogRead()