Searched defs:vds_operation (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c529 typedef struct vds_operation { struct
4095 static const vds_operation_t vds_operation[] = { variable
4118 (sizeof (vds_operation))/(sizeof (vds_operation[0]));
4144 if (request->operation == vds_operation[i].operation) {
4146 ASSERT(vds_operation[i].start != NULL);
4148 task->completef = vds_operation[i].complete;
4179 return (vds_operation[i].start(task));

Completed in 118 milliseconds