Searched refs:ZFS_BE_LAST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c52 #define ZFS_BE_LAST 8 macro
850 perpage = (ZFS_BE_LAST - ZFS_BE_FIRST + 1);
920 if (ctr <= ((ZFS_BE_LAST - ZFS_BE_FIRST + 1) * (page - 1))) {
952 if (zfs_env_index > ZFS_BE_LAST) {
958 for (; zfs_env_index <= ZFS_BE_LAST; zfs_env_index++) {

Completed in 60 milliseconds