HomeSort by: relevance | last modified time | path
    Searched defs:size_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
partitions.h 42 * - single exception: disk_partitioning_scheme::size_limit is in 512
222 daddr_t size_limit; /* 0 if not limited */ member in struct:disk_partitioning_scheme
  /src/sys/netinet/
sctputil.c 308 int size_limit, num, i, at, cnt_out=0; local in function:sctp_fill_stat_log
313 size_limit = (m->m_len - sizeof(struct sctp_cwnd_log_req));
314 if (size_limit < sizeof(struct sctp_cwnd_log)) {
318 num = size_limit/sizeof(struct sctp_cwnd_log);

Completed in 14 milliseconds