Searched refs:RENDER (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 115 #define RENDER(pctl, type, nvl, name, val) \ macro 603 RENDER(pctl, boolean, nvl, name, 1); in nvlist_print_with_indent() 609 RENDER(pctl, boolean_value, nvl, name, val); in nvlist_print_with_indent() 615 RENDER(pctl, byte, nvl, name, val); in nvlist_print_with_indent() 621 RENDER(pctl, int8, nvl, name, val); in nvlist_print_with_indent() 627 RENDER(pctl, uint8, nvl, name, val); in nvlist_print_with_indent() 633 RENDER(pctl, int16, nvl, name, val); in nvlist_print_with_indent() 639 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 645 RENDER(pctl, int32, nvl, name, val); in nvlist_print_with_indent() 651 RENDER(pctl, uint32, nvl, name, val); in nvlist_print_with_indent() [all …]
|