Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.41.6/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/
H A Dproject.pbxproj19 …BDC5 /* PerfIndex.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includ…
20 …BDC5 /* PerfIndex.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includ…
50 4DB6144617C455980014BDC5 /* PerfIndex.bundle */,
59 4DB6140617C453F30014BDC5 /* PerfIndex.bundle */,
60 4DB6141917C454030014BDC5 /* PerfIndex.bundle */,
73 4DB6144617C455980014BDC5 /* PerfIndex.bundle */ = {
82 name = PerfIndex.bundle;
88 4DB6140517C453F30014BDC5 /* PerfIndex.bundle-osx */ = {
90 …4DB6141217C453F30014BDC5 /* Build configuration list for PBXNativeTarget "PerfIndex.bundle-osx" */;
100 name = "PerfIndex.bundle-osx";
[all …]
/xnu-12377.41.6/san/tools/
H A Dksancov.h249 char bundle[/*KMOD_MAX_NAME*/ 64]; member
579 _ksancov_on_demand_operation(int fd, const char *bundle, ksancov_on_demand_operation_t op, struct k… in _ksancov_on_demand_operation() argument
584 strlcpy(msg->bundle, bundle, sizeof(msg->bundle)); in _ksancov_on_demand_operation()
598 ksancov_on_demand_get_gate(int fd, const char *bundle, uint64_t *gate) in ksancov_on_demand_get_gate() argument
603 int ret = _ksancov_on_demand_operation(fd, bundle, KS_OD_GET_GATE, &msg); in ksancov_on_demand_get_gate()
617 ksancov_on_demand_set_gate(int fd, const char *bundle, uint64_t value) in ksancov_on_demand_set_gate() argument
621 return _ksancov_on_demand_operation(fd, bundle, KS_OD_SET_GATE, &msg); in ksancov_on_demand_set_gate()
628 ksancov_on_demand_get_range(int fd, const char *bundle, uint32_t *start, uint32_t *stop) in ksancov_on_demand_get_range() argument
633 int ret = _ksancov_on_demand_operation(fd, bundle, KS_OD_GET_RANGE, &msg); in ksancov_on_demand_get_range()
H A Dksancov.c255 ksancov_on_demand_set_enabled(int fd, const char *bundle, bool enabled) in ksancov_on_demand_set_enabled() argument
259 if (bundle) { in ksancov_on_demand_set_enabled()
260 fprintf(stderr, "setting on-demand gate for '%s': %llu\n", bundle, gate); in ksancov_on_demand_set_enabled()
261 ret = ksancov_on_demand_set_gate(fd, bundle, gate); in ksancov_on_demand_set_enabled()
/xnu-12377.41.6/tools/tests/perf_index/
H A DMakefile13 TARGET_NAME:=PerfIndex.bundle-ios
15 TARGET_NAME:=PerfIndex.bundle-osx
33 $(DSTROOT)/PerfIndex.bundle
48 $(DSTROOT)/PerfIndex.bundle: $(SRCROOT)/PerfIndex_COPS_Module/PerfIndex.xcodeproj
/xnu-12377.41.6/san/coverage/
H A Dkcov_ksancov.c115 char bundle[KMOD_MAX_NAME]; /* module bundle */ member
598 strlcpy(entry->bundle, summary.name, sizeof(entry->bundle)); in kcov_ksancov_bookmark_on_demand_module()
602 entry->bundle, (uintptr_t)handle->start, (uintptr_t)handle->stop, in kcov_ksancov_bookmark_on_demand_module()
1347 strncpy(kmsg->bundle, entry->bundle, sizeof(kmsg->bundle)); in ksancov_handle_on_demand_cmd()
1362 if (strncmp(entry->bundle, kmsg->bundle, sizeof(entry->bundle)) == 0) { in ksancov_handle_on_demand_cmd()
1369 ksancov_od_log("ksancov: Could not find module '%s'\n", kmsg->bundle); in ksancov_handle_on_demand_cmd()
1387 kmsg->bundle, kmsg->gate); in ksancov_handle_on_demand_cmd()
1403 kmsg->bundle, *handle->start, *(handle->stop - 1)); in ksancov_handle_on_demand_cmd()
H A Dkcov_ksancov.h94 char bundle[/*KMOD_MAX_NAME*/ 64]; member
/xnu-12377.41.6/san/memory/
H A Dkasan-denylist-dynamic6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
/xnu-12377.41.6/config/
H A DREADME.DEBUG-kernel.txt2 64-bit Intel. It includes a dSYM bundle for remote kernel debugging
/xnu-12377.41.6/osfmk/UserNotification/
H A DUNDRequest.defs50 /* Bundle notice and bundle alert */
/xnu-12377.41.6/libsyscall/mach/
H A Derr_libkern.sub74 "(libkern/kext) malformed kext (bundle layout/missing plist)", /* 0xb */
/xnu-12377.41.6/doc/observability/
H A Dcoalitions.md23 …n; this can be obtained via XPC. This comes from the `Label` plist key / bundle ID / App name depe…
/xnu-12377.41.6/makedefs/
H A DMakeInc.def1376 # non-macOS SDK frameworks use shallow bundle structure
1381 # DriverKit SDK frameworks use shallow bundle structure
/xnu-12377.41.6/
H A DREADME.md126 …g information repository is created during the install phase; this is a "bundle" named kernel.deve…
/xnu-12377.41.6/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj538 productType = "com.apple.product-type.bundle.unit-test";