Searched refs:RENDER (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 589 RENDER(pctl, boolean, nvl, name, 1); in nvlist_print_with_indent() 601 RENDER(pctl, byte, nvl, name, val); in nvlist_print_with_indent() 607 RENDER(pctl, int8, nvl, name, val); in nvlist_print_with_indent() 613 RENDER(pctl, uint8, nvl, name, val); in nvlist_print_with_indent() 619 RENDER(pctl, int16, nvl, name, val); in nvlist_print_with_indent() 625 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 631 RENDER(pctl, int32, nvl, name, val); in nvlist_print_with_indent() 637 RENDER(pctl, uint32, nvl, name, val); in nvlist_print_with_indent() 643 RENDER(pctl, int64, nvl, name, val); in nvlist_print_with_indent() 649 RENDER(pctl, uint64, nvl, name, val); in nvlist_print_with_indent() [all …]
|