Searched refs:node_count (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dlvm.c506 seg->node_count = grub_lvm_getvalue (&p, "stripe_count = ");
515 if (seg->node_count != 1)
519 * seg->node_count);
532 for (j = 0; j < seg->node_count; j++)
561 seg->node_count = grub_lvm_getvalue (&p, "mirror_count = ");
571 * seg->node_count);
583 for (j = 0; j < seg->node_count; j++)
607 seg->node_count = 1;
666 for (j = 0; j < lv1->segments[i].node_count; j++)
890 if (seg->node_count
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlvm.h65 unsigned int node_count; member in struct:grub_lvm_segment
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c299 int node_count = 0; local
310 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count, ctrl))
314 if (node_count == 0) {
346 if (node_count == ctrl->activeCount) {
366 ctrl->activeCount, node_count));
382 ctrl->activeCount = node_count;

Completed in 25 milliseconds