Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c797 boolean_t *bool_array_value; in dump_nvlist() local
860 &bool_array_value, &count); in dump_nvlist()
864 bool_array_value[i] ? "true" : "false"); in dump_nvlist()