Searched refs:cond2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/tests/sys/cddl/zfs/tests/zfsd/ |
| H A D | zfsd_hotspare_006_pos.ksh | 96 cond2=$? 97 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then 114 cond2=$? 115 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore.h | 252 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 254 (val == (cond2) ? true2 : def))
|
| H A D | ecore_dbg_fw_funcs.c | 173 static u32 cond2(const u32 *r, const u32 *imm) { in cond2() function 181 cond2,
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 624 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 626 if (cond2) { \ 632 if (cond2) { \
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | ChangeLog | 2155 o unit-tests/cond2.mk: test various error conditions
|