HomeSort by: relevance | last modified time | path
    Searched defs:local_client (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 61 struct local_client *pipe_client;
72 struct local_client *client; /* Actual (localsock) client */
82 typedef int (*fd_callback_t) (struct local_client * fd, char *buf, int len,
84 struct local_client ** new_client);
87 struct local_client { struct
91 struct local_client *next;
110 extern int do_command(struct local_client *client, struct clvm_header *msg,
114 extern int do_pre_command(struct local_client *client);
115 extern int do_post_command(struct local_client *client);
116 extern void cmd_client_cleanup(struct local_client *client)
    [all...]

Completed in 82 milliseconds