Searched refs:DriverTCB (Results 1 – 2 of 2) sorted by relevance
2393 const char* (*td_name)(struct DriverTCB*);2395 void (*td_init)(struct DriverTCB*);2396 void (*td_release)(struct DriverTCB*);2399 chtype (*td_conattr)(struct DriverTCB*);2402 bool (*td_rescol)(struct DriverTCB*);2403 bool (*td_rescolors)(struct DriverTCB*);2409 void (*td_initmouse)(struct DriverTCB*);2411 void (*td_setfilter)(struct DriverTCB*);2414 int (*td_update)(struct DriverTCB*);2424 int (*td_nap)(struct DriverTCB*, int);[all …]
180 struct DriverTCB; /* Terminal Control Block forward declaration */232 int (*term_driver)(struct DriverTCB*, const char*, int*);