Searched defs:handle (Results 1 – 4 of 4) sorted by relevance
16 int handle = open(router, O_RDWR, 0); in r_open() local23 void r_close(int handle) in r_close()28 int r_read(int handle, char *buf, uint32 size) in r_read()46 int r_write (int handle, const char *buf, uint32 size) in r_write()64 int r_control(int handle, const uint32 cmd, void *arg) in r_control()
64 void *handle; in load() local
214 overlay_handle_t handle) in overlay_initialize()
260 int handle; member