Searched refs:vds_operation (Results 1 – 1 of 1) sorted by relevance
529 typedef struct vds_operation { struct4095 static const vds_operation_t vds_operation[] = { variable4118 (sizeof (vds_operation))/(sizeof (vds_operation[0]));4144 if (request->operation == vds_operation[i].operation) { in vd_do_process_task()4146 ASSERT(vds_operation[i].start != NULL); in vd_do_process_task()4148 task->completef = vds_operation[i].complete; in vd_do_process_task()4179 return (vds_operation[i].start(task)); in vd_do_process_task()