Searched refs:pctl (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 103 #define DFLTPRTOP(pctl, type) \ 104 ((pctl)->nvprt_dfltops->print_##type.op) 106 #define DFLTPRTOPARG(pctl, type) \ 107 ((pctl)->nvprt_dfltops->print_##type.arg) 109 #define CUSTPRTOP(pctl, type) \ 110 ((pctl)->nvprt_custops->print_##type.op) 112 #define CUSTPRTOPARG(pctl, type) \ 113 ((pctl)->nvprt_custops->print_##type.arg) 115 #define RENDER(pctl, type, nvl, name, val) \ 118 if ((pctl) 154 indent(nvlist_prtctl_t pctl, int onemore) argument 258 nvprint_nvlist(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t *value) argument 278 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) argument 311 nvlist_prtctl_setdest(nvlist_prtctl_t pctl, FILE *fp) argument 317 nvlist_prtctl_getdest(nvlist_prtctl_t pctl) argument 324 nvlist_prtctl_setindent(nvlist_prtctl_t pctl, enum nvlist_indent_mode mode, int start, int inc) argument 342 nvlist_prtctl_doindent(nvlist_prtctl_t pctl, int onemore) argument 349 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, const char *fmt) argument 382 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) argument 508 prtctl_defaults(FILE *fp, struct nvlist_prtctl *pctl, struct nvlist_printops *ops) argument 527 struct nvlist_prtctl *pctl; local 544 nvlist_prtctl_free(nvlist_prtctl_t pctl) argument 564 nvlist_print_with_indent(nvlist_t *nvl, nvlist_prtctl_t pctl) argument 764 nvlist_prt(nvlist_t *nvl, nvlist_prtctl_t pctl) argument [all...] |
Completed in 23 milliseconds