Lines Matching defs:hd
191 ndr_handle_t *hd;
194 if ((hd = ndr_hdlookup(mxa, id)) == NULL)
197 if ((ctx = (logr_context_t *)hd->nh_data) == NULL)
203 return (hd);
268 ndr_handle_t *hd;
270 if ((hd = ndr_hdlookup(mxa, id)) == NULL) {
275 logr_context_data_free(hd->nh_data);
295 ndr_handle_t *hd;
314 if (id && ((hd = logr_hdlookup(mxa, id)) != NULL)) {
315 hd->nh_data_free = logr_context_data_free;
338 ndr_handle_t *hd;
342 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
347 ctx = (logr_context_t *)hd->nh_data;
365 ndr_handle_t *hd;
369 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
374 ctx = (logr_context_t *)hd->nh_data;
494 ndr_handle_t *hd;
503 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
508 ctx = (logr_context_t *)hd->nh_data;