Searched refs:gctl_data (Results 1 – 5 of 5) sorted by relevance
| /trueos/sbin/ggate/ggatel/ |
| HD | ggatel.c | 99 ggio.gctl_data = malloc(bsize); in g_gatel_serve() 112 free(ggio.gctl_data); in g_gatel_serve() 120 ggio.gctl_data = realloc(ggio.gctl_data, in g_gatel_serve() 122 if (ggio.gctl_data != NULL) { in g_gatel_serve() 137 ggio.gctl_data = realloc(ggio.gctl_data, in g_gatel_serve() 139 if (ggio.gctl_data != NULL) in g_gatel_serve() 145 if (pread(fd, ggio.gctl_data, ggio.gctl_length, in g_gatel_serve() 153 if (pwrite(fd, ggio.gctl_data, ggio.gctl_length, in g_gatel_serve()
|
| /trueos/sbin/ggate/ggatec/ |
| HD | ggatec.c | 102 ggio.gctl_data = buf; in send_thread() 121 ggio.gctl_data = realloc(ggio.gctl_data, in send_thread() 123 if (ggio.gctl_data != NULL) { in send_thread() 165 data = g_gate_send(sendfd, ggio.gctl_data, in send_thread() 195 ggio.gctl_data = buf; in recv_thread() 219 data = g_gate_recv(recvfd, ggio.gctl_data, in recv_thread()
|
| /trueos/sys/geom/gate/ |
| HD | g_gate.h | 177 void *gctl_data; member
|
| HD | g_gate.c | 844 error = copyout(bp->bio_data, ggio->gctl_data, in g_gate_ioctl() 898 error = copyin(ggio->gctl_data, in g_gate_ioctl()
|
| /trueos/sbin/hastd/ |
| HD | primary.c | 492 hio->hio_ggio.gctl_data = malloc(MAXPHYS); in init_environment() 493 if (hio->hio_ggio.gctl_data == NULL) { in init_environment() 1404 ret = pread(res->hr_localfd, ggio->gctl_data, in local_send_thread() 1427 ret = pwrite(res->hr_localfd, ggio->gctl_data, in local_send_thread() 1584 data = ggio->gctl_data; in remote_send_thread() 1795 ggio->gctl_data, ggio->gctl_length) == -1) { in remote_recv_thread()
|