Searched refs:cmd_spec (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 737 uint32_t flags, int retry_count, int timeout, const char *cmd_spec, in csio_build() argument 749 va_start(ap, cmd_spec); in csio_build() 752 &cmdlen, NULL, NULL, cmd_spec, &ap)) == -1) in csio_build() 775 int timeout, const char *cmd_spec, in csio_build_visit() argument 794 &cmdlen, arg_get, gethook, cmd_spec, NULL)) == -1) in csio_build_visit()
|
H A D | camlib.h | 164 int timeout, const char *cmd_spec, ...); 167 int timeout, const char *cmd_spec,
|