Lines Matching defs:ccb
401 int8_t ccb[16]; in ast_strategy() local
531 int8_t ccb[16] = { ATAPI_MODE_SENSE, 0x08, page, pagesize>>8, pagesize, in ast_mode_sense() local
542 int8_t ccb[16] = { ATAPI_MODE_SELECT, 0x10, 0, pagesize>>8, pagesize, in ast_mode_select() local
552 int8_t ccb[16] = { ATAPI_WEOF, 0x01, 0, 0, function, 0, 0, 0, in ast_write_filemark() local
575 int8_t ccb[16] = { ATAPI_READ_POSITION, (hard ? 0x01 : 0), 0, 0, 0, 0, 0, 0, in ast_read_position() local
589 int8_t ccb[16] = { ATAPI_SPACE, function, count>>16, count>>8, count, in ast_space() local
598 int8_t ccb[16] = { ATAPI_LOCATE, 0x01 | (hard ? 0x4 : 0), 0, in ast_locate() local
612 int8_t ccb[16] = { ATAPI_PREVENT_ALLOW, 0, 0, 0, lock, in ast_prevent_allow() local
622 int8_t ccb[16] = { ATAPI_START_STOP, 0x01, 0, 0, function, 0, 0, 0, in ast_load_unload() local
640 int8_t ccb[16] = { ATAPI_REZERO, 0x01, 0, 0, 0, 0, 0, 0, in ast_rewind() local
653 int8_t ccb[16] = { ATAPI_ERASE, 3, 0, 0, 0, 0, 0, 0, in ast_erase() local
666 int8_t ccb[16] = { ATAPI_TEST_UNIT_READY, 0, 0, 0, 0, in ast_test_ready() local
676 int8_t ccb[16] = { ATAPI_POLL_DSC, 0, 0, 0, 0, in ast_wait_dsc() local