| /src/usr.sbin/sysinst/ |
| install.c | 56 size_t num_parts, i, j; local 66 num_parts = 0; 72 for (j = 0; j < num_parts; j++) { 80 allparts[num_parts++] = parts; 87 for (j = 0; j < num_parts; j++) { 95 allparts[num_parts++] = parts; 103 for (i = 0; i < num_parts; i++) { 111 for (i = 0; i < num_parts; i++) { 137 for (i = 0; i < num_parts; i++) {
|
| /src/external/bsd/nsd/dist/ |
| xfr-inspect.c | 86 /** inspect header of xfr file, return num_parts */ 93 uint32_t old_serial, new_serial, num_parts, type; local 111 !xi_diff_read_32(in, &num_parts) || 130 printf("num_parts: %d\n", (int)num_parts); 140 return num_parts; 335 /** list header of xfr file, return num_parts */ 342 uint32_t old_serial, new_serial, num_parts, type; local 360 !xi_diff_read_32(in, &num_parts) || 379 printf("; num_parts: %d\n", (int)num_parts) [all...] |
| difffile.h | 40 uint32_t new_serial, uint32_t num_parts, uint8_t commit,
|
| difffile.c | 108 uint32_t num_parts, uint8_t commit, const char* log_str, 132 !write_32(df, num_parts) || 1381 uint32_t old_serial, new_serial, num_parts, type; local 1399 /* committed and num_parts are first because they need to be 1404 !diff_read_32(in, &num_parts) || 1439 if(num_parts == 0) { 1458 for(i=0; i<num_parts; i++) { 1462 i, num_parts, &is_axfr, &delete_mode,
|
| /src/sys/arch/mac68k/mac68k/ |
| disksubr.c | 80 #define NUM_PARTS 32 179 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, 185 for (i = 0; i < num_parts; i++) { 220 * than NUM_PARTS but read that many entries. Each entry has a magic 270 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot)) 271 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot); 272 if (getNamedType(part, NUM_PARTS, lp, UFS_PART, 0, &maxslot)) 273 getNamedType(part, NUM_PARTS, lp, UFS_PART, -1, &maxslot); 274 getNamedType(part, NUM_PARTS, lp, SWAP_PART, -1, &maxslot); 277 for (i = 0; i < NUM_PARTS; i++) [all...] |
| /src/sys/arch/macppc/macppc/ |
| disksubr.c | 122 #define NUM_PARTS 32 263 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot) 268 for (i = 0; i < num_parts; i++) { 303 * than NUM_PARTS but read that many entries. Each entry has a magic 333 bp = geteblk((int)lp->d_secsize * NUM_PARTS); 338 bp->b_bcount = lp->d_secsize * NUM_PARTS; 352 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot)) 353 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot); 354 if (getNamedType(part, NUM_PARTS, lp, UFS_PART, 0, &maxslot)) 355 getNamedType(part, NUM_PARTS, lp, UFS_PART, -1, &maxslot) [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.c | 789 findStdType(num_parts, in_use, type, count, alt) 790 int num_parts; 799 for (i = 0; i < num_parts; i++) {
|