Searched refs:configs (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/tests/ktrace/ |
| H A D | kpc_tests.c | 112 uint64_t *configs = calloc(nconfigs, sizeof(*configs)); in prepare_kpc() local 113 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words"); in prepare_kpc() 116 configs[i] = event; in prepare_kpc() 119 ret = kpc_set_config(KPC_CLASS_CONFIGURABLE_MASK, configs); in prepare_kpc() 645 uint64_t *configs = calloc(nconfigs, sizeof(*configs)); variable 646 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words"); 649 ret = kpc_set_config(KPC_CLASS_RAWPMU_MASK, configs);
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.top | 24 # "primary" build configs are done in serial. 111 # Target configs come in groups of three parameters. The first is the 234 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map 238 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map 242 # generate TARGET_CONFIGS for all kernel configs and products in the device map 246 # generate TARGET_CONFIGS for all kernel configs for B&I 249 # generate TARGET_CONFIGS for all kernel configs for B&I 287 # Build list of all kernel configurations present in all build configs. 336 # $(6) is which build configs to build in parallel 340 # configurations by generating sequential dependencies between configs [all …]
|
| H A D | MakeInc.kernel | 47 # writes into their own $(TARGET) independent of other build configs 265 # config for an architecture) or "non-primary". Primary build configs 270 # build configs. Non-primary build configs will never compete for 272 # with other non-primary configs (and even primary configs)
|
| H A D | MakeInc.san | 53 # $(3) - build configs to get symbolset binaries from corresponding OBJDIR
|
| H A D | MakeInc.cmd | 373 # Similar to build configs, but alias configs are a 4-tuple 431 # $(1) - list of build configs 446 # $(1) - list of build configs
|
| H A D | MakeInc.def | 950 # do not utilize an export list. For these configs to build,
|
| /xnu-8019.80.24/ |
| H A D | README.md | 153 5. Bless the volume with new configs. 157 The `--nextonly` flag specifies that use the `boot.plist` configs only for one boot.
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | README.md | 105 …|-core/ # Core logic about kernel, lldb value abstraction, configs etc. **DO NOT TOUCH THIS … 390 …kern.globals.page_size is your friend. Similarly use config['verbosity'] for finding about configs.
|