Home
last modified time | relevance | path

Searched defs:clvm_header (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvm.h27 struct clvm_header { struct
28 uint8_t cmd; /* See below */
29 uint8_t flags; /* See below */
30 uint16_t xid; /* Transaction ID */
31 uint32_t clientid; /* Only used in Daemon->Daemon comms */
32 int32_t status; /* For replies, whether request succeeded */
33 uint32_t arglen; /* Length of argument below.
36 char node[1]; /* Actually a NUL-terminated string, node name.
40 char args[1]; /* Arguments for the command follow the
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dclvm.h27 struct clvm_header { struct
28 uint8_t cmd; /* See below */
29 uint8_t flags; /* See below */
30 uint16_t xid; /* Transaction ID */
31 uint32_t clientid; /* Only used in Daemon->Daemon comms */
32 int32_t status; /* For replies, whether request succeeded */
33 uint32_t arglen; /* Length of argument below.
36 char node[1]; /* Actually a NUL-terminated string, node name.
40 char args[1]; /* Arguments for the command follow the