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

/freebsd-9.3-release/sbin/hastd/
H A Dhast.h185 int hr_ggatefd; member in struct:hast_resource
H A Dprimary.c296 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DESTROY, &ggiod) == -1) {
625 if (ioctl(res->hr_ggatefd, G_GATE_CMD_MODIFY, &ggiomodify) == 0)
916 res->hr_ggatefd = open("/dev/" G_GATE_CTL_NAME, O_RDWR);
917 if (res->hr_ggatefd == -1)
933 if (ioctl(res->hr_ggatefd, G_GATE_CMD_CREATE, &ggiocreate) == 0) {
955 if (ioctl(res->hr_ggatefd, G_GATE_CMD_CANCEL, &ggiocancel) == 0) {
1207 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1)
1245 if (ioctl(res->hr_ggatefd, G_GATE_CMD_START, ggio) == -1) {
1923 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1) {

Completed in 114 milliseconds