Searched defs:csserve (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csserve.c | 103 * csserve() wakeup and timeout are mutually exclusive 120 * csserve() wakeup and timeout are mutually exclusive 141 csserve(Cs_t* state, void* handle, const char* path, void* (*init)(void*, int), int (*done)(void*, int), int (*con)(void*, int, Csid_t*, int, char**), int (*rd)(void*, int), int (*wr)(void*, int), int (*to)(void*)) function 206 csserve(&cs, handle, path, init, done, con, rd, wr, to);
|
H A D | cs.h | 266 #define csserve _cs_serve macro 305 extern void csserve(Cs_t*, void*, const char*, void*(*)(void*, int), int(*)(void*, int), int(*)(void*, int, Csid_t*, int, char**), int(*)(void*, int), int(*)(void*, int), int(*)(void*));
|
Completed in 12 milliseconds