Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c110 #define CUSTPRTOP(pctl, type) \ macro
119 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
120 done = CUSTPRTOP(pctl, type)(pctl, \
133 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
134 done = CUSTPRTOP(pctl, type)(pctl, \
426 CUSTPRTOP(pctl, type) = func; \
452 CUSTPRTOP(pctl, type) = func; \