Searched refs:cond2 (Results 1 – 7 of 7) sorted by relevance
| /src/tests/sys/cddl/zfs/tests/zfsd/ |
| H A D | zfsd_hotspare_006_pos.ksh | 94 cond2=$? 95 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then 112 cond2=$? 113 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then
|
| /src/crypto/krb5/src/util/ |
| H A D | valgrind-suppressions | 36 glibc.x86_64.dlopen.cond2 76 glibc.x86_64.dlsym.cond2
|
| /src/sys/contrib/dev/rtw88/ |
| H A D | phy.c | 23 struct rtw_phy_cond2 cond2; member 1088 struct rtw_phy_cond2 cond2 = {}; in rtw_phy_setup_phy_cond() local 1117 cond2.type_alna = efuse->alna_type; in rtw_phy_setup_phy_cond() 1118 cond2.type_glna = efuse->glna_type; in rtw_phy_setup_phy_cond() 1119 cond2.type_apa = efuse->apa_type; in rtw_phy_setup_phy_cond() 1120 cond2.type_gpa = efuse->gpa_type; in rtw_phy_setup_phy_cond() 1124 hal->phy_cond2 = cond2; in rtw_phy_setup_phy_cond() 1131 struct rtw_phy_cond2 cond2) in check_positive() argument 1154 if ((cond.rfe & BIT(0)) && cond2.type_glna != drv_cond2.type_glna) in check_positive() 1157 if ((cond.rfe & BIT(1)) && cond2.type_gpa != drv_cond2.type_gpa) in check_positive() [all …]
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | ecore.h | 251 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 253 (val == (cond2) ? true2 : def))
|
| H A D | ecore_dbg_fw_funcs.c | 171 static u32 cond2(const u32 *r, const u32 *imm) { in cond2() function 179 cond2,
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 670 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 672 if (cond2) { \ 678 if (cond2) { \
|
| /src/contrib/bmake/ |
| H A D | ChangeLog | 3365 o unit-tests/cond2.mk: test various error conditions
|