Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh84 function check_all function
106 check_all $TESTPOOL "ONLINE"
111 check_all $TESTPOOL "DEGRADED"
150 log_must check_all $TESTPOOL2 "SUSPENDED"
/freebsd/contrib/kyua/integration/
H A Dcmd_about_test.sh38 check_all() { function
57 check_all stdout
69 check_all stdout
/freebsd/lib/libc/tests/string/
H A Dstrverscmp_test.c10 check_all(size_t len, const char *ordered[len]) in check_all() function
43 check_all(sizeof(ordered) / sizeof(*ordered), ordered); \