Home
last modified time | relevance | path

Searched refs:highwater (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c65 size_t total, highwater; /* total allocations, and largest total */ member
104 if (zone->total > zone->highwater) in mem_alloc()
105 zone->highwater = zone->total; in mem_alloc()
166 zone->highwater = 0; in mem_setup()
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); in mem_high()
/freebsd/crypto/openssh/
H A Dsftp-client.c1605 u_int64_t offset = 0, size, highwater = 0, maxack = 0; in sftp_download() local
1676 offset = highwater = maxack = st.st_size; in sftp_download()
1768 if (!reordered && req->offset <= highwater) in sftp_download()
1769 highwater = maxack; in sftp_download()
1770 else if (!reordered && req->offset > highwater) in sftp_download()
1824 highwater = maxack; in sftp_download()
1837 debug("truncating at %llu", (unsigned long long)highwater); in sftp_download()
1838 if (ftruncate(local_fd, highwater) == -1) in sftp_download()
2044 u_int64_t highwater = 0, maxack = 0; in sftp_upload() local
2194 if (!reordered && ack->offset <= highwater) in sftp_upload()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dhp157 >6 beshort >0 - highwater %d
172 >6 beshort >0 - highwater %d
177 >6 beshort >0 - highwater %d
/freebsd/lib/libpfctl/
H A Dlibpfctl.h394 uint8_t highwater; /* Percent */ member
H A Dlibpfctl.c2275 hi = lim * s->highwater / 100; in pfctl_set_syncookies()
2335 s->highwater = nvlist_get_number(nvl, "highwater") * 100 / state_limit; in pfctl_get_syncookies()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c632 printf(" %-25s %d %%\n", "highwater", cookies->highwater); in print_status()
H A Dpfctl.c2650 cookies.highwater = pf->syncookieswat[1]; in pfctl_load_syncookies()