Searched refs:highwater (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 65 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 D | sftp-client.c | 1605 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 D | hp | 157 >6 beshort >0 - highwater %d 172 >6 beshort >0 - highwater %d 177 >6 beshort >0 - highwater %d
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 394 uint8_t highwater; /* Percent */ member
|
H A D | libpfctl.c | 2275 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 D | pfctl_parser.c | 632 printf(" %-25s %d %%\n", "highwater", cookies->highwater); in print_status()
|
H A D | pfctl.c | 2650 cookies.highwater = pf->syncookieswat[1]; in pfctl_load_syncookies()
|