Searched refs:preflight (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/cups-408/cups/tools/
H A Dtestosx46 cat >$pkgdir/Resources/preflight <<EOF
56 cat >$pkgdir/Resources/preflight <<EOF
63 chmod 755 $pkgdir/Resources/preflight
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c5497 hibernate_consider_discard(vm_page_t m, boolean_t preflight) argument
5509 if (!preflight) hibernate_stats.cd_lock_failed++;
5515 if (!preflight) hibernate_stats.cd_found_wired++;
5519 if (!preflight) hibernate_stats.cd_found_precious++;
5526 if (!preflight) hibernate_stats.cd_found_busy++;
5533 if (!preflight) hibernate_stats.cd_found_unusual++;
5537 if (!preflight) hibernate_stats.cd_found_cleaning++;
5541 if (!preflight) hibernate_stats.cd_found_laundry++;
5564 if (!preflight)
5568 if (!preflight)
5691 hibernate_page_list_setall(hibernate_page_list_t * page_list, hibernate_page_list_t * page_list_wired, hibernate_page_list_t * page_list_pal, boolean_t preflight, boolean_t will_discard, uint32_t * pagesOut) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.h75 extern void preflight(ImageLoader* image, const ImageLoader::RPathChain& loaderRPaths);
H A DImageLoader.h352 void link(const LinkContext& context, bool forceLazysBound, bool preflight, bool neverUnload, const RPathChain& loaderRPaths);
H A DdyldAPIs.cpp1373 dyld::preflight(image, callersRPaths); // image object deleted by dyld::preflight()
H A Ddyld.cpp4289 void preflight(ImageLoader* image, const ImageLoader::RPathChain& loaderRPaths) function in namespace:dyld
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.h113 UBool preflight, UErrorCode &errorCode);
H A Dcollationkeys.cpp229 UBool preflight, UErrorCode &errorCode) {
337 // calculate (preflight) the whole sort key length.
338 if(!preflight && sink.Overflowed()) {
224 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h252 extern int cat_remove_idhash (cat_preflightid_t *preflight);
253 extern int cat_insert_idhash (struct hfsmount *hfsmp, cat_preflightid_t *preflight);
H A Dhfs_catalog.c186 cat_preflightid_t *preflight; local
189 for (preflight = IDHASH(hfsmp, test_fileid)->lh_first; preflight ; preflight = preflight->id_hash.le_next) {
190 if (preflight->fileid == test_fileid) {
199 /* Insert the supplied preflight into the ID hash table */
200 int cat_insert_idhash (struct hfsmount *hfsmp, cat_preflightid_t *preflight) { argument
202 if (preflight) {
203 LIST_INSERT_HEAD(IDHASH(hfsmp, (preflight
211 cat_remove_idhash(cat_preflightid_t *preflight) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h396 boolean_t preflight,
405 boolean_t preflight,
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dhibernate_i386.c189 __unused boolean_t preflight,
187 hibernate_page_list_setall_machine( __unused hibernate_page_list_t * page_list, __unused hibernate_page_list_t * page_list_wired, __unused boolean_t preflight, __unused uint32_t * pagesOut) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Ducsdetst.c51 static int32_t preflight(const UChar *src, int32_t length, UConverter *cnv) function
73 int32_t byteCount = preflight(src, length, cnv);
/macosx-10.10.1/sudo-73/src/
H A Dpp6489 preflight $pkgpath $targetloc $targetvol [priv]
7208 # XXX - missing preupgrade, preflight, postflight
7275 for s in preflight postflight preinstall postinstall preupgrade postupgrade; do

Completed in 146 milliseconds