Searched refs:nummax (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | write_entry.c | 704 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local 744 nummax = 0; in _nc_write_object() 747 nummax = i + 1; in _nc_write_object() 778 LITTLE_ENDIAN(buf + 6, nummax); in _nc_write_object() 807 numlen = convert_numbers(buf, tp->Numbers, nummax); in _nc_write_object() 808 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
|
| /freebsd-13-stable/sys/dev/netmap/ |
| HD | netmap_mem2.c | 119 u_int nummax; /* maximum number of objects */ member 541 .nummax = 10000, /* XXX very large */ 548 .nummax = 1024, 555 .nummax = 1000000, /* one million! */ 595 .nummax = 100, 602 .nummax = 1024, 609 .nummax = 1000000, /* one million! */ 1345 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator() 1347 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()
|