Searched refs:CEQueryOperation_t (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | QueryHelpers.h | 19 #define CESelectIndex(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numer… 48 #define CESelectDictValue(key) (CEQueryOperation_t){.opcode = kCEOpSelectKey, .parameters = {.strin… 49 #define CESelectDictValueDynamic(key, len) (CEQueryOperation_t){.opcode = (CEQueryOpOpcode_t)(kCEOp… 61 #define CEMatchString(string) (CEQueryOperation_t){.opcode = kCEOpMatchString, .parameters = {.stri… 62 #define CEMatchDynamicString(string, len) (CEQueryOperation_t){.opcode = kCEOpMatchString | kCEOpDy… 74 #define CEMatchPrefix(prefix) (CEQueryOperation_t){.opcode = kCEOpMatchStringPrefix, .parameters = … 75 #define CEMatchDynamicPrefix(prefix, len) (CEQueryOperation_t){.opcode = kCEOpMatchStringPrefix | k… 88 #define CEMatchBool(val) (CEQueryOperation_t){.opcode = kCEOpMatchBool, .parameters = {.numericPara… 100 #define CEMatchInteger(val) (CEQueryOperation_t){.opcode = kCEOpMatchInteger, .parameters = {.numer… 112 #define CEIsStringAllowed(string) (CEQueryOperation_t){.opcode = kCEOpStringValueAllowed, .paramete… [all …]
|
| H A D | Entitlements.h | 103 } CEQueryOperation_t; typedef 105 typedef CEQueryOperation_t CEQuery_t[];
|
| H A D | der_vm.h | 76 der_vm_context_t der_vm_execute(const der_vm_context_t context, CEQueryOperation_t op);
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | pmap.c | 12648 pmap_cs_assert_addr((vm_address_t)query, sizeof(CEQueryOperation_t) * queryLength, false, true);
|