Searched refs:hio_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sbin/hastd/
H A Dsecondary.c71 uint8_t hio_cmd; member in struct:hio
147 hio->hio_cmd = HIO_UNDEF;
162 dsthio->hio_cmd = srchio->hio_cmd;
523 switch (hio->hio_cmd) {
547 "UNKNOWN(%u).", (unsigned int)hio->hio_cmd);
558 hio->hio_cmd = nv_get_uint8(nv, "cmd");
559 if (hio->hio_cmd == 0) {
564 if (hio->hio_cmd != HIO_KEEPALIVE) {
572 switch (hio->hio_cmd) {
[all...]

Completed in 321 milliseconds