Searched defs:handle_ops (Results 1 – 1 of 1) sorted by relevance
121 struct handle_ops { struct122 uint32_t (*poll)(struct handle* handle, uint32_t emask, bool finalize);123 void (*shutdown)(struct handle* handle);124 void (*destroy)(struct handle* handle);125 ssize_t (*user_writev)(struct handle* handle,128 ssize_t (*user_readv)(struct handle* handle,152 struct handle_ops* ops, argument