Searched defs:td_driver_handle (Results 1 – 1 of 1) sorted by relevance
38 struct td_driver_handle { struct39 int type;40 char *name;42 int storage;44 int refcnt;45 td_flag_t state;47 td_disk_info_t info;49 void *data;50 const struct tap_disk *ops;52 struct list_head next;
Completed in 2 milliseconds