Searched defs:condev (Results 1 – 2 of 2) sorted by relevance
223 struct condev { struct224 char *CU_meth; /* method, such as 'ACU' or 'DIR' */225 char *CU_brand; /* brand, such as 'Hayes' or 'Vadic' */226 int (*CU_gen)(); /* what to call to search for brands */227 int (*CU_open)(); /* what to call to open brand */228 int (*CU_clos)(); /* what to call to close brand */
307 struct condev { struct308 char *CU_meth; /* method, such as 'ACU' or 'DIR' */309 char *CU_brand; /* brand, such as 'Hayes' or 'Vadic' */310 int (*CU_gen)(); /* what to call to search for brands */311 int (*CU_open)(); /* what to call to open brand */312 int (*CU_clos)(); /* what to call to close brand */