Searched refs:part2 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | zfs_set_common.kshlib | 167 typeset part1 part2 179 part2="$(random_string VALID_NAME_CHAR $len)" 180 if [[ -z $part1 && -z $part2 ]]; then 186 $ECHO "${part1}:${part2}" 201 typeset part1 part2 205 part2="$(random_string INVALID_NAME_CHAR $len)" 208 if [[ "$part1" == *":"* && "$part2" == "="* ]]; then 214 $ECHO "${part1}${part2}"
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
H A D | ticparse.c | 56 int part2 = 0; /* set to allow old compiled defns to be used */ variable 476 || (part2 == 0 && sb.st_mtime < start_time)) { 658 for (part2=0; part2<2; part2++) { in compile() 661 DEBUG(2, "\n\nPART %d\n\n", part2); in compile()
|
/titanic_44/usr/src/cmd/tic/ |
H A D | tic_parse.c | 110 int part2 = 0; /* set to allow old compiled defns to be used */ variable 184 for (part2 = 0; part2 < 2; part2++) { in compile() 186 DEBUG(2, "\n\nPART %d\n\n", part2); in compile() 852 part2 == 0 && statbuf.st_mtime < start_time) {
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 680 | drive | part1 | part2 | part3 | 690 specifies the @dfn{top-level} partition number, @samp{part2} specifies a 695 number, and @samp{part2} and @samp{part3} are both 0xFF. As another 699 partition number, @samp{part2} contains the BSD sub-partition within 707 @samp{part1} will be 5, and @samp{part2} and @samp{part3} will both be
|
H A D | multiboot.info | 639 | drive | part1 | part2 | part3 | 647 specifies the "top-level" partition number, `part2' specifies a 652 and `part2' and `part3' are both 0xFF. As another example, if a disk is 656 `part2' contains the BSD sub-partition within that DOS partition, and 664 style, then `part1' will be 5, and `part2' and `part3' will both be
|