Home
last modified time | relevance | path

Searched refs:NVLIST_INDENT_TABBED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.h88 NVLIST_INDENT_TABBED /* Indent with tabstops */ enumerator
H A Dlibnvpair.c165 case NVLIST_INDENT_TABBED: in indent()
328 if (mode < NVLIST_INDENT_ABS || mode > NVLIST_INDENT_TABBED) in nvlist_prtctl_setindent()
329 mode = NVLIST_INDENT_TABBED; in nvlist_prtctl_setindent()
513 pctl->nvprt_indent_mode = NVLIST_INDENT_TABBED; in prtctl_defaults()