Searched refs:pctl (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c103 #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...]
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Derror.c59 nvlist_prtctl_t pctl)
66 if (pctl)
67 nvlist_prt(rp->rec_nvl, pctl);
84 nvlist_prtctl_t pctl; local
87 if ((pctl = nvlist_prtctl_alloc()) != NULL) {
88 nvlist_prtctl_setdest(pctl, fp);
89 nvlist_prtctlop_nvlist(pctl, fmdump_render_nvlist, NULL);
92 rc = err_verb23_cmn(lp, rp, fp, pctl);
94 nvlist_prtctl_free(pctl);
58 err_verb23_cmn(fmd_log_t *lp, const fmd_log_record_t *rp, FILE *fp, nvlist_prtctl_t pctl) argument
H A Dinfo.c59 nvlist_prtctl_t pctl)
69 if (pctl)
70 nvlist_prt(rp->rec_nvl, pctl);
87 nvlist_prtctl_t pctl; local
90 if ((pctl = nvlist_prtctl_alloc()) != NULL) {
91 nvlist_prtctl_setdest(pctl, fp);
92 nvlist_prtctlop_nvlist(pctl, fmdump_render_nvlist, NULL);
95 rc = info_verb23_cmn(lp, rp, fp, pctl);
97 nvlist_prtctl_free(pctl);
58 info_verb23_cmn(fmd_log_t *lp, const fmd_log_record_t *rp, FILE *fp, nvlist_prtctl_t pctl) argument
H A Dnvlrender.c45 fmdump_render_nvlist(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, argument
49 FILE *fp = nvlist_prtctl_getdest(pctl);
68 nvlist_prtctl_doindent(pctl, 1);
69 nvlist_prtctl_dofmt(pctl, NVLIST_FMT_MEMBER_NAME, name);
H A Dasru.c74 nvlist_prtctl_t pctl)
98 if (pctl)
99 nvlist_prt(rp->rec_nvl, pctl);
117 nvlist_prtctl_t pctl; local
120 if ((pctl = nvlist_prtctl_alloc()) != NULL) {
121 nvlist_prtctl_setdest(pctl, fp);
122 nvlist_prtctlop_nvlist(pctl, fmdump_render_nvlist, NULL);
125 rc = asru_verb23_cmn(lp, rp, fp, pctl);
127 nvlist_prtctl_free(pctl);
73 asru_verb23_cmn(fmd_log_t *lp, const fmd_log_record_t *rp, FILE *fp, nvlist_prtctl_t pctl) argument
H A Dfault.c151 nvlist_prtctl_t pctl)
189 if (pctl)
190 nvlist_prt(rp->rec_nvl, pctl);
208 nvlist_prtctl_t pctl; local
211 if ((pctl = nvlist_prtctl_alloc()) != NULL) {
212 nvlist_prtctl_setdest(pctl, fp);
213 nvlist_prtctlop_nvlist(pctl, fmdump_render_nvlist, NULL);
216 rc = flt_verb23_cmn(lp, rp, fp, pctl);
218 nvlist_prtctl_free(pctl);
150 flt_verb23_cmn(fmd_log_t *lp, const fmd_log_record_t *rp, FILE *fp, nvlist_prtctl_t pctl) argument

Completed in 103 milliseconds