Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c101 struct nvlist_printops *nvprt_custops; member
111 ((pctl)->nvprt_custops->print_##type.op)
114 ((pctl)->nvprt_custops->print_##type.arg)
119 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
133 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
522 pctl->nvprt_custops = ops; in prtctl_defaults()
548 free(pctl->nvprt_custops); in nvlist_prtctl_free()