Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c627 size_t namelen, boolmax, nummax, strmax; in write_object() local
660 nummax = 0; in write_object()
663 nummax = i + 1; in write_object()
678 LITTLE_ENDIAN(buf + 6, nummax); in write_object()
702 convert_shorts(buf, tp->Numbers, nummax); in write_object()
703 if (Write(buf, 2, nummax) != nummax) in write_object()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_mem2.c121 u_int nummax; /* maximum number of objects */ member
543 .nummax = 10000, /* XXX very large */
550 .nummax = 1024,
557 .nummax = 1000000, /* one million! */
597 .nummax = 100,
604 .nummax = 1024,
611 .nummax = 1000000, /* one million! */
1347 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator()
1349 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()