Searched refs:master (Results 1 – 18 of 18) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | kevent_pty.c | 260 int master = -1, slave = -1; variable 263 T_ASSERT_POSIX_SUCCESS(openpty(&master, &slave, NULL, NULL, NULL), NULL); 264 T_QUIET; T_ASSERT_GE(master, 0, "master fd is valid"); 268 (uintptr_t)master, 0, dispatch_get_main_queue());
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | Makefile | 322 $(OBJROOT)/syscall.codes: $(TARGET)/bsd.syscalls.master 330 syscall.h: $(TARGET)/bsd.syscalls.master $(OBJROOT)/cscope.genhdrs 335 sysproto.h: $(TARGET)/bsd.syscalls.master $(OBJROOT)/cscope.genhdrs
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | cpu_topology.h | 137 boolean_t master; /* logical cpu is the master (boot) CPU */ member
|
| H A D | cpu_threads.c | 494 lcpu->master = (lnum == master_cpu); in x86_set_logical_topology() 1241 if (cpu->master) { in debug_topology_print() 1247 if (!cpu->master && !cpu->primary) { in debug_topology_print()
|
| H A D | i386_init.c | 576 vstart_idt_init(boolean_t master) in vstart_idt_init() argument 583 if (master) { in vstart_idt_init()
|
| /xnu-12377.41.6/config/ |
| H A D | MASTER.arm | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.arm64.BridgeOS | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.x86_64 | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.arm64 | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.arm64.WatchOS | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.arm64.iPhoneOS | 11 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER.arm64.MacOSX | 10 # Master Apple configuration file (see the master machine independent
|
| H A D | MASTER | 14 # the machine specific master file using the doconf script. 16 # Any changes to the master configuration files will affect all
|
| /xnu-12377.41.6/bsd/conf/ |
| H A D | Makefile.template | 621 init_sysent.c: $(TARGET)/bsd.syscalls.master 625 syscalls.c: $(TARGET)/bsd.syscalls.master 629 audit_kevents.c: $(TARGET)/bsd.syscalls.master 633 systrace_args.c: $(TARGET)/bsd.syscalls.master
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.rule | 555 $(TARGET)/bsd.syscalls.master: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | host_priv.defs | 208 * examples include the master device port.
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | sanitize.md | 192 - Adopt the opaque type in the API in `syscalls.master`.
|
| /xnu-12377.41.6/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 1398 …ROOT/xcodescripts/create-syscalls.pl \\\n\t$SRCROOT/../bsd/kern/syscalls.master \\\n\t$SRCROOT/cus…
|