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

/freebsd-12-stable/share/examples/scsi_target/
H A Dscsi_cmds.c51 typedef int targ_start_func(struct ccb_accept_tio *, struct ccb_scsiio *); typedef
60 targ_start_func *start;
65 static targ_start_func tcmd_inquiry;
66 static targ_start_func tcmd_req_sense;
67 static targ_start_func tcmd_rd_cap;
69 static targ_start_func tcmd_rd_cap16;
71 static targ_start_func tcmd_rdwr;
72 static targ_start_func tcmd_rdwr_decode;
74 static targ_start_func tcmd_null_ok;
75 static targ_start_func tcmd_illegal_re
[all...]

Completed in 152 milliseconds