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

/freebsd-12-stable/sbin/ggate/ggatel/
H A Dggatel.c105 ggio.gctl_length = bsize;
123 ggio.gctl_length);
125 bsize = ggio.gctl_length;
138 if ((size_t)ggio.gctl_length > bsize) {
140 ggio.gctl_length);
142 bsize = ggio.gctl_length;
147 if (pread(fd, ggio.gctl_data, ggio.gctl_length,
155 if (pwrite(fd, ggio.gctl_data, ggio.gctl_length,
/freebsd-12-stable/sbin/ggate/ggatec/
H A Dggatec.c108 ggio.gctl_length = sizeof(buf);
125 ggio.gctl_length);
127 bsize = ggio.gctl_length;
151 hdr.gh_length = ggio.gctl_length;
169 ggio.gctl_length, MSG_NOSIGNAL);
172 if (data != ggio.gctl_length) {
173 g_gate_log(LOG_ERR, "Lost connection 2 (%zd != %zd).", data, (ssize_t)ggio.gctl_length);
219 ggio.gctl_length = hdr.gh_length;
224 ggio.gctl_length, MSG_WAITALL);
228 if (data != ggio.gctl_length) {
[all...]
/freebsd-12-stable/sbin/hastd/
H A Dprimary.c499 hio->hio_ggio.gctl_length = MAXPHYS;
1116 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length);
1120 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length);
1127 (uintmax_t)ggio->gctl_offset, (uintmax_t)ggio->gctl_length);
1239 ggio->gctl_length = MAXPHYS;
1326 ggio->gctl_offset, ggio->gctl_length)) {
1330 (size_t)ggio->gctl_length);
1338 ggio->gctl_offset, ggio->gctl_length) == -1) {
1343 (size_t)ggio->gctl_length);
1352 ggio->gctl_offset, ggio->gctl_length)) {
[all...]
/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.h177 off_t gctl_length; member in struct:g_gate_ctl_io
H A Dg_gate.c855 bp->bio_length > ggio->gctl_length) {
857 ggio->gctl_length = bp->bio_length;
867 ggio->gctl_length = bp->bio_length;

Completed in 115 milliseconds