HomeSort by: relevance | last modified time | path
    Searched refs:new_count (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libmenu/
menu.c 571 int i, new_count = 0, sel_count = 0; local in function:set_menu_items
578 while (items[new_count] != NULL) {
579 if ((items[new_count]->parent != NULL) &&
580 (items[new_count]->parent != menu))
582 if (items[new_count]->selected == 1)
584 new_count++;
603 menu->item_count = new_count;
606 for (i = 0; i < new_count; i++) {
  /src/usr.sbin/mopd/mopd/
process.c 311 mopNextLoad(const u_char *dst, const u_char *src, u_char new_count, int trans)
338 if (new_count == ((dle->count+1) % 256)) {
340 dle->count = new_count;
341 } else if (new_count != (dle->count % 256)) {
  /src/sys/arch/xen/x86/
x86_xpmap.c 610 * new_count is # of new tables (PTE only).
615 size_t new_count, bool final)
633 * table pages (new_count + PDIRSZ entries)
641 map_end = new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE);
743 for (i = 0; i < new_count; i ++) {
794 page < new_pgd + ((new_count + PDIRSZ) * PAGE_SIZE)) {
  /src/sys/arch/powerpc/booke/
booke_machdep.c 616 size_t new_count = 0;
620 new_count = i;
623 count = new_count;
  /src/usr.sbin/makemandb/
makemandb.c 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
682 (*new_count)++;
721 int new_count = 0; /* Counter for newly indexed/updated pages */ local in function:update_db
797 &new_count, &link_count, &err_count);
830 new_count++;
843 total_count - link_count, link_count, new_count, err_count);

Completed in 15 milliseconds