Lines Matching defs:pctl
104 #define DFLTPRTOP(pctl, type) \ argument
107 #define DFLTPRTOPARG(pctl, type) \ argument
110 #define CUSTPRTOP(pctl, type) \ argument
113 #define CUSTPRTOPARG(pctl, type) \ argument
116 #define RENDER(pctl, type, nvl, name, val) \ argument
130 #define ARENDER(pctl, type, nvl, name, arrp, count) \ argument
155 indent(nvlist_prtctl_t pctl, int onemore) in indent()
259 nvprint_nvlist(nvlist_prtctl_t pctl, void *private, in nvprint_nvlist()
279 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, in nvaprint_nvlist_array()
312 nvlist_prtctl_setdest(nvlist_prtctl_t pctl, FILE *fp) in nvlist_prtctl_setdest()
318 nvlist_prtctl_getdest(nvlist_prtctl_t pctl) in nvlist_prtctl_getdest()
325 nvlist_prtctl_setindent(nvlist_prtctl_t pctl, enum nvlist_indent_mode mode, in nvlist_prtctl_setindent()
343 nvlist_prtctl_doindent(nvlist_prtctl_t pctl, int onemore) in nvlist_prtctl_doindent()
350 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, in nvlist_prtctl_setfmt()
383 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) in nvlist_prtctl_dofmt()
509 prtctl_defaults(FILE *fp, struct nvlist_prtctl *pctl, in prtctl_defaults()
528 struct nvlist_prtctl *pctl; in nvlist_prtctl_alloc() local
545 nvlist_prtctl_free(nvlist_prtctl_t pctl) in nvlist_prtctl_free()
565 nvlist_print_with_indent(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_print_with_indent()
765 nvlist_prt(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_prt()