Home
last modified time | relevance | path

Searched refs:curstart (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/stand/libsa/
HDcd9660read.c315 static daddr_t curstart = 0, curblk = 0; in cd9660_fsread() local
329 if (blk != curstart) { in cd9660_fsread()
330 curstart = blk; in cd9660_fsread()
345 if (curblk != curstart + blk_off) { in cd9660_fsread()
346 curblk = curstart + blk_off; in cd9660_fsread()
/freebsd-14-stable/sys/netpfil/pf/
HDpf.c2590 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
2591 curstart = curend = maxstart = maxend = 255; in pf_print_host()
2594 if (curstart == 255) in pf_print_host()
2595 curstart = i; in pf_print_host()
2598 if ((curend - curstart) > in pf_print_host()
2600 maxstart = curstart; in pf_print_host()
2603 curstart = curend = 255; in pf_print_host()
2606 if ((curend - curstart) > in pf_print_host()
2608 maxstart = curstart; in pf_print_host()