Searched refs:hr_ggatefd (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | subr.c | 263 if (cap_rights_limit(res->hr_ggatefd, &rights) == -1) { in drop_privs() 267 if (cap_ioctls_limit(res->hr_ggatefd, ggatecmds, in drop_privs()
|
H A D | primary.c | 295 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DESTROY, &ggiod) == -1) { in cleanup() 623 if (ioctl(res->hr_ggatefd, G_GATE_CMD_MODIFY, &ggiomodify) == 0) in enable_direct_reads() 914 res->hr_ggatefd = open("/dev/" G_GATE_CTL_NAME, O_RDWR); in init_ggate() 915 if (res->hr_ggatefd == -1) in init_ggate() 931 if (ioctl(res->hr_ggatefd, G_GATE_CMD_CREATE, &ggiocreate) == 0) { in init_ggate() 953 if (ioctl(res->hr_ggatefd, G_GATE_CMD_CANCEL, &ggiocancel) == 0) { in init_ggate() 1205 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1) in write_complete() 1243 if (ioctl(res->hr_ggatefd, G_GATE_CMD_START, ggio) == -1) { in ggate_recv_thread() 1921 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1) { in ggate_send_thread()
|
H A D | hast.h | 185 int hr_ggatefd; member
|