Searched defs:csbind (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csbind.c | 31 * low level for csbind() 206 csbind(register Cs_t* state, const char* type, unsigned long addr, unsigned long port, unsigned long clone) function 263 return csbind(&cs, type, addr, port, clone);
|
H A D | cs.h | 192 unsigned long addr; /* addr from csbind() */ 193 unsigned long port; /* port from csbind() */ 243 #define csbind _cs_bind macro 281 extern int csbind(Cs_t*, const char*, unsigned long, unsigned long, unsigned long);
|
/ast/src/cmd/3d/ |
H A D | cs_3d.h | 35 #define csbind _3d_csbind macro
|
Completed in 13 milliseconds