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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.c144 void * atapi_cdb; local
170 atapi_cdb =
176 memcpy(((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);
225 void * atapi_cdb = local
232 memcpy( ((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length);

Completed in 132 milliseconds