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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c109 #define CUSTPRTOP(pctl, type) \ macro
118 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
119 done = CUSTPRTOP(pctl, type)(pctl, \
132 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
133 done = CUSTPRTOP(pctl, type)(pctl, \
425 CUSTPRTOP(pctl, type) = func; \
451 CUSTPRTOP(pctl, type) = func; \

Completed in 92 milliseconds