Home
last modified time | relevance | path

Searched refs:IS_CURRENT_SETTINGS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/advansys/
H A Dadvansys.c281 #define IS_CURRENT_SETTINGS(c) (c->type == CTS_TYPE_CURRENT_SETTINGS) in adv_action() macro
300 if (IS_CURRENT_SETTINGS(cts) && !IS_USER_SETTINGS(cts)) { in adv_action()
303 } else if (IS_USER_SETTINGS(cts) && !IS_CURRENT_SETTINGS(cts)) { in adv_action()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c3383 #define IS_CURRENT_SETTINGS(c) ((c)->type == CTS_TYPE_CURRENT_SETTINGS) in mpt_action() macro
3731 if (IS_CURRENT_SETTINGS(cts) == 0) { in mpt_get_spi_settings()
3750 if (IS_CURRENT_SETTINGS(cts)) { in mpt_get_spi_settings()
3813 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval); in mpt_get_spi_settings()
/dragonfly/sys/dev/disk/amd/
H A Damd.c572 #define IS_CURRENT_SETTINGS(c) (c->type == CTS_TYPE_CURRENT_SETTINGS) in amd_action() macro
585 if (IS_CURRENT_SETTINGS(cts)) { in amd_action()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c4558 #define IS_CURRENT_SETTINGS(c) (c->type == CTS_TYPE_CURRENT_SETTINGS) in isp_action() macro
4561 if (!IS_CURRENT_SETTINGS(cts)) { in isp_action()
4663 if (IS_CURRENT_SETTINGS(cts)) { in isp_action()
4710 …isp_prt(isp, ISP_LOGDEBUG0, "GET %s (%d.%d.%d) to flags %x off %x per %x", IS_CURRENT_SETTINGS(cts… in isp_action()