Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/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)) { \
538 pctl->nvprt_custops = ops; in prtctl_defaults()
564 free(pctl->nvprt_custops); in nvlist_prtctl_free()
H A Dlibnvpair.abi856 <var-decl name='nvprt_custops' type-id='7be54adb' visibility='default'/>