Searched refs:nvprt_custops (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c100 struct nvlist_printops *nvprt_custops; member in struct:nvlist_prtctl
110 ((pctl)->nvprt_custops->print_##type.op)
113 ((pctl)->nvprt_custops->print_##type.arg)
118 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
132 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
521 pctl->nvprt_custops = ops;
547 free(pctl->nvprt_custops);

Completed in 121 milliseconds