Searched defs:cuse_client_command (Results 1 – 1 of 1) sorted by relevance
111 struct cuse_client_command { struct113 struct cuse_command sub;114 struct sx sx;115 struct cv cv;116 struct thread *entered;117 struct cuse_client *client;141 TAILQ_HEAD(, cuse_client_command) head; argument