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

/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c216 int lowwater; local
579 lowwater = port->txbufsize >> 2;
580 if (lowwater > 1024)
581 lowwater = 1024;
583 fepcmd_w(port, STXLWATER, lowwater, 10);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h560 u_short lowwater; /* number of times we've added buffers */ member in struct:info_io_stats
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c420 printf("offsetof(lowwater) = %d\n",
421 (int) offsetof(struct info_io_stats, lowwater));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1144 (u_int)ntohs(io->lowwater));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c1213 io->lowwater = htons((u_short) lowater_additions());

Completed in 106 milliseconds