Home
last modified time | relevance | path

Searched refs:nvlist_prtctl_alloc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Derror.c88 if ((pctl = nvlist_prtctl_alloc()) != NULL) { in err_pretty()
H A Dinfo.c91 if ((pctl = nvlist_prtctl_alloc()) != NULL) { in info_pretty()
H A Dasru.c121 if ((pctl = nvlist_prtctl_alloc()) != NULL) { in asru_pretty()
H A Dfault.c212 if ((pctl = nvlist_prtctl_alloc()) != NULL) { in flt_pretty()
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.h91 extern nvlist_prtctl_t nvlist_prtctl_alloc(void);
H A Dmapfile-vers260 nvlist_prtctl_alloc;
H A Dlibnvpair.c526 nvlist_prtctl_alloc(void) in nvlist_prtctl_alloc() function