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

/freebsd-11-stable/stand/libsa/zfs/
H A Dzfs.c54 #define ZFS_BE_LAST 8 macro
962 perpage = (ZFS_BE_LAST - ZFS_BE_FIRST + 1);
1032 if (ctr <= ((ZFS_BE_LAST - ZFS_BE_FIRST + 1) * (page - 1))) {
1064 if (zfs_env_index > ZFS_BE_LAST) {
1070 for (; zfs_env_index <= ZFS_BE_LAST; zfs_env_index++) {

Completed in 76 milliseconds