Searched refs:startupFile (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile15 option add *textBackground ivory startupFile
16 option add *MessageInfo.background DarkSeaGreen startupFile
17 option add *TextInfo.background DarkSeaGreen startupFile
18 option add *activeBackground ForestGreen startupFile
19 option add *activeForeground white startupFile
20 option add *selectForeground white startupFile
21 option add *selectBackground ForestGreen startupFile
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit12 option add *edit.width 5i startupFile
13 option add *edit.height 4i startupFile
14 option add *Fileselectiondialog.width 4i startupFile
15 option add *Fileselectiondialog.height 5i startupFile
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A Dlobster.tcl83 # These don't seem to take effect without the startupFile
85 option add *Dialog.msg.font LobsterBold startupFile
86 option add *Dialog.dtl.font LobsterBold startupFile
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog18 option add *Scrolledtext.textBackground white startupFile
19 option add *Scrolledlistbox.textBackground white startupFile
20 option add *Scrolledhtml.textBackground white startupFile
21 option add *Scrolledhtml.padX 10 startupFile
22 option add *boxColor blue startupFile
23 option add *boxTextColor white startupFile
/macosx-10.10/pdisk-9/
H A Dhfs_misc.c144 HFSPlusForkData startupFile; member in struct:HFSPlusVolumeHeader
/macosx-10.10/hfs-285/newfs_hfs/
H A Dhfs_endian.c148 hfs_swap_HFSPlusForkData (&src->startupFile);
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c169 CMP_FILE(vdp, startupFile) == 0)
308 ADDEXTS(vop, startupFile, kHFSStartupFileID);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h694 HFSPlusForkData startupFile; /* boot file (secondary loader) */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsutils.c711 if (vhp->startupFile.totalBlocks != 0) {
716 cfork.cf_size = SWAP_BE64 (vhp->startupFile.logicalSize);
717 cfork.cf_clump = SWAP_BE32 (vhp->startupFile.clumpSize);
718 cfork.cf_blocks = SWAP_BE32 (vhp->startupFile.totalBlocks);
723 SWAP_BE32 (vhp->startupFile.extents[i].startBlock);
725 SWAP_BE32 (vhp->startupFile.extents[i].blockCount);
H A Dhfs_vfsops.c3982 volumeHeader->startupFile.extents[i].startBlock =
3984 volumeHeader->startupFile.extents[i].blockCount =
3987 volumeHeader->startupFile.logicalSize = SWAP_BE64 (fp->ff_size);
3988 volumeHeader->startupFile.totalBlocks = SWAP_BE32 (fp->ff_blocks);
3989 volumeHeader->startupFile.clumpSize = SWAP_BE32 (fp->ff_clumpsize);
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.c179 hfs_swap_HFSPlusForkData (&src->startupFile);
H A DSVerify1.c1640 CopyMemory( volumeHeader->startupFile.extents, fcb->fcbExtents32, sizeof(HFSPlusExtentRecord) );
1645 fcb->fcbLogicalSize = volumeHeader->startupFile.logicalSize;
1646 fcb->fcbPhysicalSize = (UInt64) volumeHeader->startupFile.totalBlocks *

Completed in 120 milliseconds