Home
last modified time | relevance | path

Searched refs:fail_on_disconnection (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iscsi/
H A Discsi.c119 static int fail_on_disconnection = 0; variable
120 SYSCTL_INT(_kern_iscsi, OID_AUTO, fail_on_disconnection, CTLFLAG_RWTUN,
121 &fail_on_disconnection, 0, "Destroy CAM SIM on connection failure");
438 if (fail_on_disconnection) { in iscsi_maintenance_thread_reconnect()
2562 (is->is_connected == false && fail_on_disconnection)) { in iscsi_action()
2702 fail_on_disconnection = 1; in iscsi_shutdown_pre()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c32 SYSCTL_BOOL(_kern_nvmf, OID_AUTO, fail_on_disconnection, CTLFLAG_RWTUN,