Home
last modified time | relevance | path

Searched refs:PARTITION_BASE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/format/
H A Dmodify_partition.c235 C_PARTITION + PARTITION_BASE); in p_modify()
278 C_PARTITION + PARTITION_BASE); in p_modify()
416 (PARTITION_BASE+i), map[i].dkl_cylno);
423 (PARTITION_BASE+i), map[i].dkl_nblk);
433 "Warning: Overlapping partition (%c) in table.\n", PARTITION_BASE+i);
437 "Warning: Non-contiguous partition (%c) in table.\n", PARTITION_BASE+i);
446 \tpartition.\n", C_PARTITION + PARTITION_BASE);
H A Dglobal.h259 #define PARTITION_BASE '0' macro
H A Dmenu_partition.c287 (PARTITION_BASE+i), in p_select()
296 (PARTITION_BASE+i), in p_select()
H A Dadd_definition.c343 i + PARTITION_BASE);
H A Dcheckdev.c798 "checkpartitions :checking partition '%c' \n", i + PARTITION_BASE); in checkpartitions()
H A Dstartup.c1132 if (ident[0] < PARTITION_BASE || ident[0] > PARTITION_BASE+9) { in sup_setpart()
1139 index = ident[0] - PARTITION_BASE; in sup_setpart()