Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/scsi/
H A Dscsi-tape.c275 conn_tape in _TME_SCSI_DEVICE_PHASE_DECL()
325 conn_tape in tme_scsi_tape_cdb_xfer0()
349 (conn_tape, in tme_scsi_tape_cdb_xfer0()
411 (conn_tape, in tme_scsi_tape_cdb_xfer0()
458 conn_tape in _TME_SCSI_DEVICE_CDB_DECL()
608 conn_tape in _TME_SCSI_DEVICE_CDB_DECL()
633 (conn_tape, in _TME_SCSI_DEVICE_CDB_DECL()
637 (conn_tape, in _TME_SCSI_DEVICE_CDB_DECL()
753 conn_tape in _TME_SCSI_DEVICE_PHASE_DECL()
770 (conn_tape, in _TME_SCSI_DEVICE_PHASE_DECL()
[all …]
H A Demulexmt02.c323 struct tme_tape_connection *conn_tape; in _tme_emulexmt02_connected() local
330 conn_tape in _tme_emulexmt02_connected()
339 = ((*conn_tape->tme_tape_connection_control) in _tme_emulexmt02_connected()
340 (conn_tape, in _tme_emulexmt02_connected()
/dports/emulators/tme/tme-0.8/host/posix/
H A Dposix-tape.c166 struct tme_tape_connection *conn_tape; in _tme_posix_tape_callout() local
219 if (conn_tape != NULL) { in _tme_posix_tape_callout()
224 (conn_tape, in _tme_posix_tape_callout()
841 struct tme_tape_connection *conn_tape; in _tme_posix_tape_control()
1230 struct tme_tape_connection *conn_tape; in _tme_posix_tape_connection_make() local
1266 struct tme_tape_connection *conn_tape; in _tme_posix_tape_connections_new() local
1279 conn = &conn_tape->tme_tape_connection; in _tme_posix_tape_connections_new()
1289 conn_tape->tme_tape_connection_read in _tme_posix_tape_connections_new()
1291 conn_tape->tme_tape_connection_write in _tme_posix_tape_connections_new()
1293 conn_tape->tme_tape_connection_release in _tme_posix_tape_connections_new()
[all …]
/dports/emulators/tme/tme-0.8/generic/
H A Dtape.c47 struct tme_tape_connection *conn_tape; in tme_tape_connection_score() local
56 conn_tape = (struct tme_tape_connection *) conn; in tme_tape_connection_score()
59 = ((conn_tape->tme_tape_connection_read != NULL in tme_tape_connection_score()
60 || conn_tape->tme_tape_connection_write != NULL) in tme_tape_connection_score()