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

/freebsd-10.2-release/share/examples/scsi_target/
H A Dscsi_cmds.c49 typedef int targ_start_func(struct ccb_accept_tio *, struct ccb_scsiio *); typedef
58 targ_start_func *start;
63 static targ_start_func tcmd_inquiry;
64 static targ_start_func tcmd_req_sense;
65 static targ_start_func tcmd_rd_cap;
67 static targ_start_func tcmd_rd_cap16;
69 static targ_start_func tcmd_rdwr;
70 static targ_start_func tcmd_rdwr_decode;
72 static targ_start_func tcmd_null_ok;
73 static targ_start_func tcmd_illegal_re
[all...]

Completed in 43 milliseconds