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

/freebsd-11-stable/sbin/hastd/
H A Dsecondary.c73 uint8_t hio_cmd; member in struct:hio
149 hio->hio_cmd = HIO_UNDEF;
164 dsthio->hio_cmd = srchio->hio_cmd;
525 switch (hio->hio_cmd) {
549 "UNKNOWN(%u).", (unsigned int)hio->hio_cmd);
560 hio->hio_cmd = nv_get_uint8(nv, "cmd");
561 if (hio->hio_cmd == 0) {
566 if (hio->hio_cmd != HIO_KEEPALIVE) {
574 switch (hio->hio_cmd) {
[all...]

Completed in 98 milliseconds