Searched refs:handoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/ctld/
H A Dkernel.c903 strlcpy(req.data.handoff.initiator_name,
904 conn->conn_initiator_name, sizeof(req.data.handoff.initiator_name));
905 strlcpy(req.data.handoff.initiator_addr,
906 conn->conn_initiator_addr, sizeof(req.data.handoff.initiator_addr));
908 strlcpy(req.data.handoff.initiator_alias,
909 conn->conn_initiator_alias, sizeof(req.data.handoff.initiator_alias));
911 memcpy(req.data.handoff.initiator_isid, conn->conn_initiator_isid,
912 sizeof(req.data.handoff.initiator_isid));
913 strlcpy(req.data.handoff.target_name,
914 conn->conn_target->t_name, sizeof(req.data.handoff
[all...]
/freebsd-13-stable/sys/dev/iscsi/
H A Discsi.c1389 struct iscsi_daemon_handoff *handoff)
1401 if (is->is_id == handoff->idh_session_id)
1421 ISCSI_SESSION_WARN(is, "handoff on already connected "
1428 strlcpy(is->is_target_alias, handoff->idh_target_alias,
1430 is->is_tsih = handoff->idh_tsih;
1431 is->is_statsn = handoff->idh_statsn;
1432 is->is_protocol_level = handoff->idh_protocol_level;
1433 is->is_initial_r2t = handoff->idh_initial_r2t;
1434 is->is_immediate_data = handoff->idh_immediate_data;
1437 handoff
1388 iscsi_ioctl_daemon_handoff(struct iscsi_softc *sc, struct iscsi_daemon_handoff *handoff) argument
[all...]
/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.c347 handoff(struct connection *conn) function
535 handoff(conn);
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ioctl.h724 struct ctl_iscsi_handoff_params handoff; member in union:ctl_iscsi_data

Completed in 117 milliseconds