Searched refs:all (Results 1 - 25 of 31) sorted by relevance

12

/xnu-2422.115.4/tools/lockstat/
H A DMakefile5 all: $(TARGETS)
/xnu-2422.115.4/iokit/Tests/
H A DTests.cpp18 * The Original Code and all software distributed under the License are
51 OSOrderedSet * all; local
59 all = iter->iterateAll();
60 IOLog("\nCount %d\n", all->getCount() );
61 all->release();
89 all = iter->iterateAll();
90 IOLog("del gc/, count now %d\n", all->getCount() );
91 all->release();
/xnu-2422.115.4/iokit/Kernel/
H A DIOKitDebug.cpp18 * The Original Code and all software distributed under the License are
72 OSOrderedSet * all; local
78 all = iter->iterateAll();
79 if( all) {
80 DEBG("Count %d\n", all->getCount() );
81 all->release();
H A DIOCPU.cpp18 * The Original Code and all software distributed under the License are
315 OSOrderedSet * all; local
327 all = 0;
330 if (all)
331 all->release();
332 all = iter->iterateAll();
337 if (all)
339 while((service = (IOService *) all->getFirstObject()))
345 all->removeObject(service);
347 all
[all...]
H A DIORegistryEntry.cpp18 * The Original Code and all software distributed under the License are
324 OSArray * all; local
346 all = getParentSetReference( plane );
347 if( all) for( index = 0;
348 (next = (IORegistryEntry *) all->getObject(index));
354 all = getChildSetReference( plane );
355 if( all) for( index = 0;
356 (next = (IORegistryEntry *) all->getObject(index));
1777 OSOrderedSet * all; local
1784 all
[all...]
/xnu-2422.115.4/
H A DMakefile61 $(MAKE) -C libkern/kxld $@ USE_APPLE_PB_SUPPORT=all
71 $(MAKE) -C libkern/kxld $@ USE_APPLE_PB_SUPPORT=all PRODUCT_TYPE=ARCHIVE
107 else # all other RC_ProjectName
126 TOP_TARGETS = clean installsrc installhdrs installhdrs_embedded installman exporthdrs setup build all all_embedded install install_embedded installopensource cscope tags help print_exports print_exports_first_build_config
130 default: all
183 endif # all other RC_ProjectName
/xnu-2422.115.4/tools/tests/
H A DMakefile35 all: $(TARGETS)
/xnu-2422.115.4/tools/tests/superpages/
H A DMakefile26 all: $(TARGETS)
/xnu-2422.115.4/osfmk/i386/
H A Dmisc_protos.h18 * The Original Code and all software distributed under the License are
95 /* Flush all cachelines for a page. */
144 copy_debug_state32(x86_debug_state32_t *src, x86_debug_state32_t *target, boolean_t all);
147 copy_debug_state64(x86_debug_state64_t *src, x86_debug_state64_t *target, boolean_t all);
H A Dpcb.c18 * The Original Code and all software distributed under the License are
38 * notice and this permission notice appear in all copies of the
2003 * Duplicate one x86_debug_state32_t to another. "all" parameter
2012 boolean_t all)
2014 if (all) {
2028 * Duplicate one x86_debug_state64_t to another. "all" parameter
2037 boolean_t all)
2039 if (all) {
2009 copy_debug_state32( x86_debug_state32_t *src, x86_debug_state32_t *target, boolean_t all) argument
2034 copy_debug_state64( x86_debug_state64_t *src, x86_debug_state64_t *target, boolean_t all) argument
/xnu-2422.115.4/tools/tests/affinity/
H A DMakefile39 all: $(TARGETS)
/xnu-2422.115.4/tools/tests/jitter/
H A DMakefile28 all: $(DSTROOT)/jitter
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A DMakefile25 all: $(addprefix $(DSTROOT)/, file timer)
/xnu-2422.115.4/tools/tests/memorystatus/
H A DMakefile31 all: $(DSTROOT)/memorystatus
/xnu-2422.115.4/tools/tests/perf_index/
H A DMakefile32 all: $(SOURCE_PATHS) $(EXECUTABLE)
/xnu-2422.115.4/bsd/sys/
H A Dmake_posix_availability.sh14 # The Original Code and all software distributed under the License are
56 * The Original Code and all software distributed under the License are
H A Dmake_symbol_aliasing.sh14 # The Original Code and all software distributed under the License are
60 * The Original Code and all software distributed under the License are
/xnu-2422.115.4/osfmk/vm/
H A Ddefault_freezer.h18 * The Original Code and all software distributed under the License are
152 __private_extern__ void default_freezer_mapping_free(default_freezer_mapping_table_t *table_p, boolean_t all);
H A Ddefault_freezer.c18 * The Original Code and all software distributed under the License are
86 default_freezer_mapping_free(default_freezer_mapping_table_t *table_p, boolean_t all) argument
91 if (all) {
436 /*Nothing to do. A thaw must have cleared it all out.*/
/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMakefile35 all: $(addprefix $(DSTROOT)/, $(TARGETS))
/xnu-2422.115.4/config/
H A DMakefile11 MI_SUPPORTED_KPI_FILENAME = SupportedKPIs-all-archs.txt
79 @echo SUPPORTED_KPI "(all)"
80 $(_v)$(SRCROOT)/config/list_supported.sh $(SOURCE) all $@
/xnu-2422.115.4/osfmk/kern/
H A Dstack.c18 * The Original Code and all software distributed under the License are
461 unsigned long long all; local
466 all = stack_allocs;
478 *sum_size = all * kernel_stack_size;
/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME47 all varients (x86/sparc/Solaris/Linux) in one place.
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf2.c18 * The Original Code and all software distributed under the License are
387 * We've exhausted all external cases. Now, go through the m_tag
657 m_tag_init(struct mbuf *m, int all) argument
666 if (all) {
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c18 * The Original Code and all software distributed under the License are
133 * Because the proc_lock is not held at all times on all code
163 * Because the proc_lock is not held at all times on all code
260 int PRIV_POLICY_CHOICE(void* cred, int priv, int all) argument
262 #pragma unused(priv, all)
737 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).
753 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).

Completed in 69 milliseconds

12