Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c116 #define RENDER(pctl, type, nvl, name, val) \ macro
588 RENDER(pctl, boolean, nvl, name, 1); in nvlist_print_with_indent()
594 RENDER(pctl, boolean_value, nvl, name, val); in nvlist_print_with_indent()
600 RENDER(pctl, byte, nvl, name, val); in nvlist_print_with_indent()
606 RENDER(pctl, int8, nvl, name, val); in nvlist_print_with_indent()
612 RENDER(pctl, uint8, nvl, name, val); in nvlist_print_with_indent()
618 RENDER(pctl, int16, nvl, name, val); in nvlist_print_with_indent()
624 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent()
630 RENDER(pctl, int32, nvl, name, val); in nvlist_print_with_indent()
636 RENDER(pctl, uint32, nvl, name, val); in nvlist_print_with_indent()
[all …]