Lines Matching +defs:nested +defs:label
459 struct disklabel label;
488 error = ioctl(dev, DIOCGDINFO, &label);
493 for (part = 0; part < label.d_npartitions; part++) {
495 if (label.d_partitions[part].p_fstype == FS_UNUSED
496 || label.d_partitions[part].p_size == 0)
499 if (label.d_partitions[part].p_fstype == FS_ISO9660) {
500 sess = label.d_partitions[part].p_cdsession;
809 int nested;
811 for (nested = 0; dist->set != SET_GROUP_END || nested--; dist++) {
813 nested++;
840 int nested;
848 nested = 0;
850 while ((++dist)->set != SET_GROUP_END || nested--) {
852 nested++;
883 int nested;
897 nested = 0;
898 while ((++dist)->set != SET_GROUP_END || nested--) {
900 nested++;
1093 int nested;
1096 nested = 0;
1097 while ((++dist)->set != SET_GROUP_END || nested--) {
1100 nested++;