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

/freebsd-13-stable/sbin/hastd/
H A Dcontrol.c155 struct nv *cnvin, *cnvout; local
164 cnvout = nv_alloc();
165 nv_add_uint8(cnvout, CONTROL_STATUS, "cmd");
166 error = nv_error(cnvout);
172 if (hast_proto_send(res, res->hr_ctrl, cnvout, NULL, 0) == -1) {
233 if (cnvout != NULL)
234 nv_free(cnvout);

Completed in 101 milliseconds