Searched refs:nvlist_prtctl_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/ |
H A D | libnvpair.h | 85 typedef struct nvlist_prtctl *nvlist_prtctl_t; /* opaque */ typedef 92 _LIBNVPAIR_H nvlist_prtctl_t nvlist_prtctl_alloc(void); 93 _LIBNVPAIR_H void nvlist_prtctl_free(nvlist_prtctl_t); 94 _LIBNVPAIR_H void nvlist_prt(nvlist_t *, nvlist_prtctl_t); 97 _LIBNVPAIR_H void nvlist_prtctl_setdest(nvlist_prtctl_t, FILE *); 98 _LIBNVPAIR_H FILE *nvlist_prtctl_getdest(nvlist_prtctl_t); 101 _LIBNVPAIR_H void nvlist_prtctl_setindent(nvlist_prtctl_t, 103 _LIBNVPAIR_H void nvlist_prtctl_doindent(nvlist_prtctl_t, int); 111 _LIBNVPAIR_H void nvlist_prtctl_setfmt(nvlist_prtctl_t, enum nvlist_prtctl_fmt, 113 _LIBNVPAIR_H void nvlist_prtctl_dofmt(nvlist_prtctl_t, enum nvlist_prtctl_fmt, [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 143 static void nvlist_print_with_indent(nvlist_t *, nvlist_prtctl_t); 154 indent(nvlist_prtctl_t pctl, int onemore) in indent() 190 nvprint_##type_and_variant(nvlist_prtctl_t pctl, void *private, \ 238 nvaprint_##type_and_variant(nvlist_prtctl_t pctl, void *private, \ 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() [all …]
|
H A D | libnvpair.abi | 268 <typedef-decl name='nvlist_prtctl_t' type-id='196db161' id='b0c1ff8d'/>
|