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

/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.c241 #define IS_CURRENT_SETTINGS(c) (c->type == CTS_TYPE_CURRENT_SETTINGS) macro
260 if (IS_CURRENT_SETTINGS(cts) && !IS_USER_SETTINGS(cts)) {
263 } else if (IS_USER_SETTINGS(cts) && !IS_CURRENT_SETTINGS(cts)) {
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c3318 #define IS_CURRENT_SETTINGS(c) ((c)->type == CTS_TYPE_CURRENT_SETTINGS) macro
3711 if (IS_CURRENT_SETTINGS(cts) == 0) {
3730 if (IS_CURRENT_SETTINGS(cts)) {
3794 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval);
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c3193 #define IS_CURRENT_SETTINGS(c) (c->type == CTS_TYPE_CURRENT_SETTINGS) macro
3196 if (!IS_CURRENT_SETTINGS(cts)) {
3294 if (IS_CURRENT_SETTINGS(cts)) {
3341 isp_prt(isp, ISP_LOGDEBUG0, "GET %s (%d.%d.%jx) to flags %x off %x per %x", IS_CURRENT_SETTINGS(cts)? "ACTIVE" : "NVRAM",

Completed in 107 milliseconds