Searched defs:ARENDER (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 130 #define ARENDER(pctl, type, nvl, name, arrp, count) \ macro 666 ARENDER(pctl, boolean_array, nvl, name, val, nelem); 672 ARENDER(pctl, byte_array, nvl, name, val, nelem); 678 ARENDER(pctl, int8_array, nvl, name, val, nelem); 684 ARENDER(pctl, uint8_array, nvl, name, val, nelem); 690 ARENDER(pctl, int16_array, nvl, name, val, nelem); 696 ARENDER(pctl, uint16_array, nvl, name, val, nelem); 702 ARENDER(pctl, int32_array, nvl, name, val, nelem); 708 ARENDER(pctl, uint32_array, nvl, name, val, nelem); 714 ARENDER(pct [all...] |
Completed in 86 milliseconds