Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Dgroupspace_003_pos.ksh77 ((grp_cnt = user1_cnt + user2_cnt))
89 [[ $(group_object_count $fs $QGROUP) -eq $grp_cnt ]] ||
90 log_fail "expected $grp_cnt"
100 [[ $(group_object_count $snapfs $QGROUP) -eq $grp_cnt ]] ||
101 log_fail "expected $grp_cnt files for $QGROUP"
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c739 int argn, value, gci = 0, grp_cnt = 0, paren = 0, nerr = 0; in get_thresh() local
752 grp_cnt = *vcntp - gci; in get_thresh()
753 *(*vlistp + gci) = grp_cnt; in get_thresh()
767 if (nerr == 0 && grp_cnt) in get_thresh()