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

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c911 struct g_gate_ctl_cancel ggiocancel; local
950 bzero(&ggiocancel, sizeof(ggiocancel));
951 ggiocancel.gctl_version = G_GATE_VERSION;
952 ggiocancel.gctl_unit = G_GATE_NAME_GIVEN;
953 snprintf(ggiocancel.gctl_name, sizeof(ggiocancel.gctl_name), "hast/%s",
955 if (ioctl(res->hr_ggatefd, G_GATE_CMD_CANCEL, &ggiocancel) == 0) {
957 res->hr_ggateunit = ggiocancel.gctl_unit;

Completed in 43 milliseconds