| /xnu-8792.41.9/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | QueryHelpers.h | 27 #define CESelectIndex(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numer… 56 #define CESelectDictValue(key) (CEQueryOperation_t){.opcode = kCEOpSelectKey, .parameters = {.strin… 57 …c(key, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpSelectKey), .parameters = {.dynamicParam… 69 #define CEMatchString(string) (CEQueryOperation_t){.opcode = kCEOpMatchString, .parameters = {.stri… 70 …ing, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchString), .parameters = {.dynamicParam… 82 #define CEMatchPrefix(prefix) (CEQueryOperation_t){.opcode = kCEOpMatchStringPrefix, .parameters = … 83 …en) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchStringPrefix), .parameters = {.dynamicParam… 96 #define CEMatchBool(val) (CEQueryOperation_t){.opcode = kCEOpMatchBool, .parameters = {.numericPara… 108 #define CEMatchInteger(val) (CEQueryOperation_t){.opcode = kCEOpMatchInteger, .parameters = {.numer… 120 …wed(integer) (CEQueryOperation_t){.opcode = kCEOpIntegerValueAllowed, .parameters = {.numericParam… [all …]
|
| H A D | Entitlements.h | 102 } parameters; member
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp_client.c | 528 u_int8_t *parameters; member 553 struct necp_client_nexus_parameters *parameters); 1356 kfree_data(client->parameters, client->parameters_length); in necp_client_free() 1357 client->parameters = NULL; in necp_client_free() 1450 client_update = necp_client_update_alloc(client->parameters, client->parameters_length); in necp_client_update_observer_add_internal() 2066 int error = necp_application_find_policy_match_internal(proc, client->parameters, in necp_client_flow_is_viable() 2270 necp_netagent_is_requested(const struct necp_client_parsed_parameters *parameters, in necp_netagent_is_requested() argument 2275 if (parameters != NULL) { in necp_netagent_is_requested() 2278 if (uuid_is_null(parameters->required_netagents[i])) { in necp_netagent_is_requested() 2281 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() [all …]
|
| H A D | network_agent.h | 269 struct necp_client_agent_parameters *parameters, 294 …void *necp_handle, void *context, struct necp_client_agent_parameters *parameters, void **assigned…
|
| H A D | network_agent.c | 2457 struct necp_client_agent_parameters *parameters, in netagent_client_message_with_params() argument 2495 if (parameters != NULL) { in netagent_client_message_with_params() 2496 report_pid = parameters->u.nexus_request.epid; in netagent_client_message_with_params() 2497 uuid_copy(report_proc_uuid, parameters->u.nexus_request.euuid); in netagent_client_message_with_params() 2560 wrapper->event_context, parameters, in netagent_client_message_with_params() 2574 const int32_t client_error = parameters->u.error; in netagent_client_message_with_params() 2593 …error = netagent_send_group_message(wrapper, necp_client_uuid, message_type, ¶meters->u.group_… in netagent_client_message_with_params() 2606 if (parameters != NULL) { in netagent_client_message_with_params() 2607 new_pending_client->client_pid = parameters->u.nexus_request.epid; in netagent_client_message_with_params() 2608 uuid_copy(new_pending_client->client_proc_uuid, parameters->u.nexus_request.euuid); in netagent_client_message_with_params()
|
| H A D | content_filter.c | 3029 struct cfil_sign_parameters *parameters = (struct cfil_sign_parameters *)ctx; in cfil_sign_with_domain_name() local 3032 if (parameters == NULL) { in cfil_sign_with_domain_name() 3041 *(parameters->csp_signature_size) = sizeof(cfil_crypto_signature); in cfil_sign_with_domain_name() 3042 if (cfil_crypto_sign_data(parameters->csp_state, parameters->csp_data, in cfil_sign_with_domain_name() 3044 parameters->csp_signature, parameters->csp_signature_size) != 0) { in cfil_sign_with_domain_name() 3045 *(parameters->csp_signature_size) = 0; in cfil_sign_with_domain_name() 3089 struct cfil_sign_parameters parameters = { in cfil_dispatch_data_event_sign() local 3095 necp_with_inp_domain_name(so, ¶meters, cfil_sign_with_domain_name); in cfil_dispatch_data_event_sign() 3158 struct cfil_sign_parameters parameters = { in cfil_dispatch_closed_event_sign() local 3164 necp_with_inp_domain_name(so, ¶meters, cfil_sign_with_domain_name); in cfil_dispatch_closed_event_sign()
|
| H A D | necp.h | 1080 extern int necp_application_find_policy_match_internal(proc_t proc, u_int8_t *parameters, u_int32_t… 1524 extern int necp_match_policy(const uint8_t *parameters, size_t parameters_size, struct necp_aggrega…
|
| H A D | necp.c | 6845 u_int8_t *parameters, in necp_application_find_policy_match_internal() argument 6978 u_int8_t type = necp_buffer_get_tlv_type(parameters, offset); in necp_application_find_policy_match_internal() 6979 u_int32_t length = necp_buffer_get_tlv_length(parameters, offset); in necp_application_find_policy_match_internal() 6988 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_application_find_policy_match_internal()
|
| /xnu-8792.41.9/doc/ |
| H A D | xnu_build_consolidation.md | 30 * L1/L2 cache geometry parameters (e.g. size, number of set/ways). 39 various CPU-specific parameters. 41 ### Obtaining cache geometry parameters at runtime 43 Although not often, the kernel may still require deriving, one way or another, parameters like cach…
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | vm_compressor.h | 124 #error vm_compressor parameters undefined for this architecture
|
| H A D | vm_kern.h | 506 #pragma mark kmem entry parameters
|
| H A D | vm_kern.c | 378 #pragma mark entry parameters
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IODMACommand.iig | 155 * @brief Obtain the parameters of a DMA preparation.
|
| H A D | IOUserClient.iig | 198 * 'target' and 'reference' parameters to this method.
|
| /xnu-8792.41.9/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 117 .\" attrBuf and attrBufSize parameters 123 parameters specify a buffer into which the function places attribute values.
|
| /xnu-8792.41.9/doc/allocators/ |
| H A D | api-basics.md | 32 parameters that aren't compile time constants, but will not vary over time (NCPU
|
| /xnu-8792.41.9/makedefs/ |
| H A D | MakeInc.top | 108 # Target configs come in groups of three parameters. The first is the
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | kalloc.c | 240 #error missing or invalid zone size parameters for kalloc
|
| /xnu-8792.41.9/osfmk/arm/pmap/ |
| H A D | pmap.c | 12648 memcpy(query[0].parameters.stringParameter.data, entitlement_name, entitlement_length); 12649 query[0].parameters.stringParameter.length = entitlement_length;
|