Lines Matching defs:trace
623 * Record a trace event. TRACE() has already decided whether or not
625 * to its destination - to the trace log in the response, if
630 trace(idmap_mapping *req, idmap_id_res *res, char *fmt, ...)
642 (void) fprintf(stderr, "trace nvlist_alloc(entry): %s\n",
667 /* Lazily allocate the trace list */
668 if (res->info.trace == NULL) {
669 err = nvlist_alloc(&res->info.trace, 0, 0);
671 res->info.trace = NULL; /* just in case */
673 "trace nvlist_alloc(trace): %s\n",
679 (void) nvlist_add_nvlist(res->info.trace, "", entry);