Searched refs:exists (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile.inc32 .if exists(${OBJROOT}/sys/Makefile.inc)
H A DMakefile56 .if exists(/usr/share/mk/bsd.init.mk)
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach_debug/
H A Dtemplate.mk57 .if exists(depend.mk)
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A DMakefile.inc3 .if exists(${.CURDIR}/mach/${ARCHDIR}/Makefile.inc)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtemplate.mk66 .if exists(depend.mk)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c506 int exists; local
558 /* attr exists and "create" was specified. */
564 /* attr doesn't exists and "replace" was specified. */
611 /* attr exists and "create" was specified. */
617 /* attr doesn't exists and "replace" was specified. */
719 exists = BTSearchRecord(btfile, iterator, &btdata, NULL, NULL) == 0;
721 /* Replace requires that the attribute already exists. */
722 if ((ap->a_options & XATTR_REPLACE) && !exists) {
727 if ((ap->a_options & XATTR_CREATE) && exists) {
769 if (exists) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp383 // If the object exists, remove it from the dictionary.
1339 bool exists; local
1352 exists = searchNVRAMProperty(&hdr, &offset);
1356 if (!exists) bcopy(&hdr, &prop->header, sizeof(hdr));
1363 if (!exists) {
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c1153 kload_log_message("symbol file %s exists; not overwriting" KNL,
1158 "\nSymbol file %s exists; overwrite", symbol_filename);
1481 Boolean exists; local
1488 exists = false;
1491 exists = (0 == strcmp(entry->dependencies[i]->expected_kmod_name,
1493 if (exists)
1496 if (!exists)
2254 "patch file %s exists; not overwriting" KNL,
2259 "\nPatch file %s exists; overwrite", patch_filename);
2290 kload_log_error("patch file %s exists; no
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s6102 ; Locates the specified dormant mapping, and if it exists validates it and makes it
7049 ; Locates the specified guest mapping, and if it exists gathers its reference
7297 ; Locates the specified guest mapping, and if it exists locates the
7557 ; Locates the specified guest mapping, and if it exists returns a copy

Completed in 87 milliseconds