Searched refs:gctl_length (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/ggate/ggatec/ |
| H A D | ggatec.c | 116 ggio.gctl_length = buf_capacity; in send_thread() 134 ggio.gctl_length); in send_thread() 135 newbuf = malloc(ggio.gctl_length); in send_thread() 139 buf_capacity = ggio.gctl_length; in send_thread() 174 hdr.gh_length = ggio.gctl_length; in send_thread() 192 ggio.gctl_length, MSG_NOSIGNAL); in send_thread() 195 if (numbytesprocd != ggio.gctl_length) { in send_thread() 197 numbytesprocd, (ssize_t)ggio.gctl_length); in send_thread() 250 ggio.gctl_length = hdr.gh_length; in recv_thread() 253 if (ggio.gctl_length > buf_capacity) { in recv_thread() [all …]
|
| /freebsd/sbin/ggate/ggatel/ |
| H A D | ggatel.c | 109 ggio.gctl_length = bsize; in g_gatel_serve() 127 ggio.gctl_length); in g_gatel_serve() 129 bsize = ggio.gctl_length; in g_gatel_serve() 142 if ((size_t)ggio.gctl_length > bsize) { in g_gatel_serve() 144 ggio.gctl_length); in g_gatel_serve() 146 bsize = ggio.gctl_length; in g_gatel_serve() 151 if (pread(fd, ggio.gctl_data, ggio.gctl_length, in g_gatel_serve() 159 if (pwrite(fd, ggio.gctl_data, ggio.gctl_length, in g_gatel_serve()
|
| /freebsd/sbin/hastd/ |
| H A D | primary.c | 496 hio->hio_ggio.gctl_length = MAXPHYS; in init_environment() 1113 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length); in reqlog() 1117 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length); in reqlog() 1124 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length); in reqlog() 1236 ggio->gctl_length = MAXPHYS; in ggate_recv_thread() 1323 ggio->gctl_offset, ggio->gctl_length)) { in ggate_recv_thread() 1327 (size_t)ggio->gctl_length); in ggate_recv_thread() 1335 ggio->gctl_offset, ggio->gctl_length) == -1) { in ggate_recv_thread() 1340 (size_t)ggio->gctl_length); in ggate_recv_thread() 1349 ggio->gctl_offset, ggio->gctl_length)) { in ggate_recv_thread() [all …]
|
| /freebsd/sys/geom/gate/ |
| H A D | g_gate.h | 157 off_t gctl_length; member
|
| H A D | g_gate.c | 865 bp->bio_length > ggio->gctl_length) { in g_gate_ioctl() 867 ggio->gctl_length = bp->bio_length; in g_gate_ioctl() 877 ggio->gctl_length = bp->bio_length; in g_gate_ioctl()
|