Searched refs:driverkit (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | subr_prf.c | 434 vprintf_log_locked(const char *fmt, va_list ap, bool driverkit) in vprintf_log_locked() argument 439 if (driverkit) { in vprintf_log_locked() 445 if (driverkit) { in vprintf_log_locked()
|
| /xnu-8020.101.4/ |
| H A D | Makefile | 340 $(MAKE) -C $(SRCROOT)/tests/driverkit $(if $(filter -j,$(MAKEFLAGS)),,$(MAKEJOBS)) \ 341 SRCROOT=$(SRCROOT)/tests/driverkit
|
| /xnu-8020.101.4/iokit/DriverKit/ |
| H A D | IOMemoryDescriptor.iig | 159 IOMemoryDescriptor ** memory) __attribute__((availability(driverkit,introduced=20.0))); 180 IOMemoryDescriptor ** memory) __attribute__((availability(driverkit,introduced=20.0)));
|
| H A D | IOUserClient.iig | 265 IOMemoryDescriptor ** memory) __attribute__((availability(driverkit,introduced=20.0)));
|
| /xnu-8020.101.4/libsyscall/ |
| H A D | Libsyscall.xcconfig | 10 SDK_INSTALL_VARIANT_1 = driverkit
|
| /xnu-8020.101.4/bsd/libkern/ |
| H A D | libkern.h | 221 extern bool vprintf_log_locked(const char *, va_list, bool driverkit) __printflike(1, 0);
|
| /xnu-8020.101.4/makedefs/ |
| H A D | MakeInc.def | 75 DEPLOYMENT_TARGET_FLAGS = -target apple-driverkit$(SDKVERSION) -DXNU_TARGET_OS_OSX 76 DEPLOYMENT_LINKER_FLAGS = -Wl,-target,apple-driverkit$(SDKVERSION)
|