Searched refs:system (Results 1 - 25 of 32) sorted by relevance

12

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_error_string.c11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
118 int sub, system; local
122 system = err_get_system(err);
123 sys_p = &_mach_errors[system];
126 if (system <= err_max_system && sys_p->map_table)
129 if (system > err_max_system || sub >= sys_p->max_sub)
141 int sub, system, code; local
145 system = err_get_system(err);
146 sys_p = &_mach_errors[system];
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLocksPrivate.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
41 #include <IOKit/system.h>
H A DIOConditionLock.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
37 #include <IOKit/system.h>
H A DIOEventSource.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
44 #include <IOKit/system.h>
H A DIOTypes.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
36 #include <IOKit/system.h>
H A DIOWorkLoop.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
37 #include <IOKit/system.h>
115 Internal control gate to maintain event system.
135 Set if an event chain has been changed and the system has to be rechecked from start. (Internal use only)
H A DIOLib.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
47 #include <IOKit/system.h>
286 @abstract Log a message to console in text mode, and /var/log/system.log.
287 @discussion This function allows a driver to log diagnostic information to the screen during verbose boots, and to a log file found at /var/log/system.log. IOLog should not be called from interrupt context.
295 @abstract Log a message to console in text mode, and /var/log/system.log.
296 @discussion This function allows a driver to log diagnostic information to the screen during verbose boots, and to a log file found at /var/log/system.log. IOLogv should not be called from interrupt context.
H A DIOLocks.h11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
41 #include <IOKit/system.h>
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsystem.c51 "notes: measures system()\n",
81 if (system(optc) != 0) {
H A DMakefile.benchmarks107 system \
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A DMakefile16 LDFLAGS = -isysroot $(HOST_SDKROOT) -L$(HOST_SPARSE_SDKROOT)/usr/local/lib/system -lstdc++
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh49 * unlawful or unlicensed copies of an Apple operating system, or to
51 * terms of an Apple operating system software license agreement.
H A Dmake_symbol_aliasing.sh53 * unlawful or unlicensed copies of an Apple operating system, or to
55 * terms of an Apple operating system software license agreement.
/darwin-on-arm/xnu/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
33 #include <IOKit/system.h>
/darwin-on-arm/xnu/libsyscall/
H A DMakefile184 $(CC) -arch $(ARCHS) -dynamiclib -isysroot $(SDKROOT) -L$(BUILDROOT) -F$(BUILDROOT) -install_name /usr/lib/system/$(LIB).dylib -nostdlib -mmacosx-version-min=10.8 -dead_strip -umbrella System -all_load -lsystem_kernel -single_module -compatibility_version 1 -o $(BUILDROOT)/$(LIB).dylib
187 install -d $(DESTDIR)/usr/lib/system
191 install -m 755 $(BUILDROOT)/$(LIB).dylib $(DESTDIR)/usr/lib/system/$(LIB).dylib
/darwin-on-arm/xnu/bsd/net/
H A Dif_mib.c11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
75 * net.link.generic .system - system-wide control variables
95 SYSCTL_NODE(_net_link_generic, IFMIB_SYSTEM, system, CTLFLAG_RD|CTLFLAG_LOCKED, 0,
H A Dif_bond.c11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
492 lacp_system system; member in struct:bond_globals_s
909 b->system = *sys;
928 * use en0's ethernet address as the system identifier, and if it's not
3850 && bcmp(partner->lap_system, &g_bond->system,
3851 sizeof(g_bond->system)) == 0
3897 || bcmp(partner->lap_system, &g_bond->system, sizeof(g_bond->system))
4460 *((lacp_system_ref)aptlv->lap_system) = g_bond->system;
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile44 DYLIBDST=$(DSTROOT)/usr/lib/system
48 LIBKXLD_INSTALLNAME=/usr/lib/system/$(LIBKXLD_DYLIB)
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
35 #include <IOKit/system.h>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLocks.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
29 #include <IOKit/system.h>
H A DIOTimerEventSource.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
36 #include <IOKit/system.h>
H A DIOBufferMemoryDescriptor.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
32 #include <IOKit/system.h>
516 // give any system mapper the allocation params
H A DIOLib.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
36 #include <IOKit/system.h>
H A DIOPlatformExpert.cpp11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
43 #include <IOKit/system.h>
111 // Register the presence or lack thereof a system
975 data = OSDynamicCast( OSData, entry->getProperty( "system-id" ) );
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c138 * Check for indirect system call... system call number
339 #error 1 << SYSTRACE_SHIFT must exceed number of system calls
746 mach_munge_t *mach_trap_arg_munge32; /* system call arguments for 32-bit */
747 mach_munge_t *mach_trap_arg_munge64; /* system call arguments for 64-bit */

Completed in 117 milliseconds

12