Searched refs:RENDER (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 116 #define RENDER(pctl, type, nvl, name, val) \ macro 604 RENDER(pctl, boolean, nvl, name, 1); in nvlist_print_with_indent() 610 RENDER(pctl, boolean_value, nvl, name, val); in nvlist_print_with_indent() 616 RENDER(pctl, byte, nvl, name, val); in nvlist_print_with_indent() 622 RENDER(pctl, int8, nvl, name, val); in nvlist_print_with_indent() 628 RENDER(pctl, uint8, nvl, name, val); in nvlist_print_with_indent() 634 RENDER(pctl, int16, nvl, name, val); in nvlist_print_with_indent() 640 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 646 RENDER(pctl, int32, nvl, name, val); in nvlist_print_with_indent() 652 RENDER(pctl, uint32, nvl, name, val); in nvlist_print_with_indent() [all …]
|