Lines Matching refs:mxa
189 logr_hdlookup(ndr_xa_t *mxa, ndr_hdid_t *id)
194 if ((hd = ndr_hdlookup(mxa, id)) == NULL)
233 logr_hdalloc(ndr_xa_t *mxa, char *logname)
253 return (ndr_hdalloc(mxa, ctx));
264 logr_s_EventLogClose(void *arg, ndr_xa_t *mxa)
270 if ((hd = ndr_hdlookup(mxa, id)) == NULL) {
276 ndr_hdfree(mxa, id);
291 logr_s_EventLogOpen(void *arg, ndr_xa_t *mxa)
298 if (!ndr_is_admin(mxa)) {
313 id = logr_hdalloc(mxa, log_name);
314 if (id && ((hd = logr_hdlookup(mxa, id)) != NULL)) {
334 logr_s_EventLogQueryCount(void *arg, ndr_xa_t *mxa)
342 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
361 logr_s_EventLogGetOldestRec(void *arg, ndr_xa_t *mxa)
369 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
490 logr_s_EventLogRead(void *arg, ndr_xa_t *mxa)
503 if ((hd = logr_hdlookup(mxa, id)) == NULL) {
548 param->buf = NDR_STRDUP(mxa, "");
554 param->buf = NDR_MALLOC(mxa, param->nbytes_to_read);