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

/freebsd-11-stable/libexec/bootpd/
H A Ddovend.c53 int bytesleft = len; local
58 if (bytesleft < (LEN)) { \
82 bytesleft -= 6;
93 bytesleft -= 6; /* Fix real count */
106 bytesleft -= len + 2;
119 bytesleft -= len + 2;
127 &vp, &bytesleft))
141 bytesleft -= len + 2;
149 &vp, &bytesleft))
163 bytesleft
[all...]
H A Dbootpd.c1237 if (bytesleft < (LEN)) { \
1248 int bytesleft, len;
1316 bytesleft = ((byte*)bp + pktlen) - vp;
1320 pktlen, bytesleft);
1326 bytesleft -= 4;
1333 bytesleft -= 6; /* Fix real count */
1337 &vp, &bytesleft);
1348 bytesleft -= 4; /* Tag, length, and 16 bit blocksize */
1366 bytesleft -= len + 3;
1374 len = dovend_rfc1497(hp, vp, bytesleft
1240 int bytesleft, len; local
[all...]
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c281 int bytesleft, len;
288 bytesleft = BUFFERSIZE;
291 bytesleft -= 4;
297 len = dovend_rfc1497(hp, vp, bytesleft);
299 bytesleft -= len;
301 if (bytesleft < 1) {
307 bytesleft--;
277 int bytesleft, len; local
/freebsd-11-stable/sys/dev/nand/
H A Dnfc_fsl.c557 int bytesleft = 0; local
564 bytesleft = MIN((unsigned int)len, sc->pgsz - sc->fcm.read_ptr);
567 bus_read_region_1(sc->res, offset, buf, bytesleft);
568 sc->fcm.read_ptr += bytesleft;
576 int bytesleft = 0; local
583 bytesleft = MIN((unsigned int)len, sc->pgsz - sc->fcm.read_ptr);
586 bytesleft, sc->pgsz, sc->fcm.read_ptr);
589 bus_write_region_1(sc->res, offset, buf, bytesleft);
590 sc->fcm.read_ptr += bytesleft;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c1043 size_t bytesleft = 6;
1052 rval = one_cppchar_to_utf8 (ucn, &bufp, &bytesleft);
1059 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf))
1042 size_t bytesleft = 6; local

Completed in 173 milliseconds