Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1372 int nelm; in nvpair_value() local
1374 nelm = BSWAP_32(*(uint32_t *)nvp); in nvpair_value()
1375 if (valtype != DATA_TYPE_BOOLEAN && nelm < 1) in nvpair_value()
1401 *nelmp = nelm; in nvpair_value()
1501 int nelm, i; in vdev_get_bootpath() local
1505 DATA_TYPE_NVLIST_ARRAY, &nelm)) in vdev_get_bootpath()
1508 for (i = 0; i < nelm; i++) { in vdev_get_bootpath()