Searched defs:st_cmd (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 88 char *st_cmd; member in struct:sock_test_cmd_s 313 for (i = 0; st_cmds[i].st_cmd != NULL; i++) { 314 if (strcmp(cmd, st_cmds[i].st_cmd) == 0) {
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 531 static int st_cmd(struct scsi_tape *un, int com, int64_t count, int wait); 1296 result = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); 1505 (void) st_update_block_pos(un, st_cmd, 0); 1513 (void) st_cmd(un, SCMD_WRITE_FILE_MARK, 0, SYNC_CMD); 1522 (void) st_cmd(un, SCMD_REWIND, 0, SYNC_CMD); 2978 err = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); 3060 err = st_cmd(un, SCMD_READ_BLKLIM, RBLSIZE, SYNC_CMD); 3063 err = st_cmd(un, SCMD_READ_BLKLIM, RBLSIZE, SYNC_CMD); 3156 err = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); 3451 if (st_cmd(u 7594 st_cmd(struct scsi_tape *un, int com, int64_t count, int wait) function [all...] |
Completed in 85 milliseconds