Lines Matching defs:pctl
103 #define DFLTPRTOP(pctl, type) \ argument
106 #define DFLTPRTOPARG(pctl, type) \ argument
109 #define CUSTPRTOP(pctl, type) \ argument
112 #define CUSTPRTOPARG(pctl, type) \ argument
115 #define RENDER(pctl, type, nvl, name, val) \ argument
129 #define ARENDER(pctl, type, nvl, name, arrp, count) \ argument
154 indent(nvlist_prtctl_t pctl, int onemore) in indent()
272 nvprint_nvlist(nvlist_prtctl_t pctl, void *private, in nvprint_nvlist()
292 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, in nvaprint_nvlist_array()
326 nvlist_prtctl_setdest(nvlist_prtctl_t pctl, FILE *fp) in nvlist_prtctl_setdest()
332 nvlist_prtctl_getdest(nvlist_prtctl_t pctl) in nvlist_prtctl_getdest()
339 nvlist_prtctl_setindent(nvlist_prtctl_t pctl, enum nvlist_indent_mode mode, in nvlist_prtctl_setindent()
357 nvlist_prtctl_doindent(nvlist_prtctl_t pctl, int onemore) in nvlist_prtctl_doindent()
364 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, in nvlist_prtctl_setfmt()
397 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) in nvlist_prtctl_dofmt()
524 prtctl_defaults(FILE *fp, struct nvlist_prtctl *pctl, in prtctl_defaults()
543 struct nvlist_prtctl *pctl; in nvlist_prtctl_alloc() local
560 nvlist_prtctl_free(nvlist_prtctl_t pctl) in nvlist_prtctl_free()
580 nvlist_print_with_indent(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_print_with_indent()
780 nvlist_prt(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_prt()