Searched refs:bytesleft (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/libexec/bootpd/ |
| H A D | dovend.c | 53 int bytesleft = len; local 82 bytesleft -= 6; 106 bytesleft -= len + 2; 119 bytesleft -= len + 2; 127 &vp, &bytesleft)) 141 bytesleft -= len + 2; 163 bytesleft -= len + 2; 231 bytesleft -= len + 2; 288 int *bytesleft; 330 int *bytesleft; [all …]
|
| H A D | bootpd.c | 1236 if (bytesleft < (LEN)) { \ 1247 int bytesleft, len; local 1315 bytesleft = ((byte*)bp + pktlen) - vp; 1319 pktlen, bytesleft); 1325 bytesleft -= 4; 1336 &vp, &bytesleft); 1365 bytesleft -= len + 3; 1375 bytesleft -= len; 1380 bytesleft--; 1383 if (bytesleft > 0) { [all …]
|
| /freebsd-12.1/libexec/bootpd/tools/bootpef/ |
| H A D | bootpef.c | 277 int bytesleft, len; local 284 bytesleft = BUFFERSIZE; 287 bytesleft -= 4; 293 len = dovend_rfc1497(hp, vp, bytesleft); 295 bytesleft -= len; 297 if (bytesleft < 1) { 303 bytesleft--;
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nfc_fsl.c | 559 int bytesleft = 0; in fsl_nfc_read_buf() local 566 bytesleft = MIN((unsigned int)len, sc->pgsz - sc->fcm.read_ptr); in fsl_nfc_read_buf() 569 bus_read_region_1(sc->res, offset, buf, bytesleft); in fsl_nfc_read_buf() 570 sc->fcm.read_ptr += bytesleft; in fsl_nfc_read_buf() 578 int bytesleft = 0; in fsl_nfc_write_buf() local 585 bytesleft = MIN((unsigned int)len, sc->pgsz - sc->fcm.read_ptr); in fsl_nfc_write_buf() 588 bytesleft, sc->pgsz, sc->fcm.read_ptr); in fsl_nfc_write_buf() 591 bus_write_region_1(sc->res, offset, buf, bytesleft); in fsl_nfc_write_buf() 592 sc->fcm.read_ptr += bytesleft; in fsl_nfc_write_buf()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | charset.c | 1042 size_t bytesleft = 6; in convert_ucn() local 1051 rval = one_cppchar_to_utf8 (ucn, &bufp, &bytesleft); in convert_ucn() 1058 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf)) in convert_ucn()
|