| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | sched.d | 59 #pragma D attributes Stable/Stable/Common curcpu 67 #pragma D attributes Stable/Stable/Common pset 71 #pragma D attributes Stable/Stable/Common chip 75 #pragma D attributes Stable/Stable/Common lgrp
|
| H A D | darwin.d | 331 #pragma D attributes Stable/Stable/Common curpsinfo 335 #pragma D attributes Stable/Stable/Common curlwpsinfo 341 #pragma D attributes Stable/Stable/Common cwd 348 #pragma D attributes Stable/Stable/Common root
|
| H A D | io.d | 247 #pragma D attributes Stable/Stable/Common fds
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserializeXML.y | 464 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH], in getTag() 561 attributes[*attributeCount][length++] = c; in getTag() 567 attributes[*attributeCount][length] = 0; in getTag() 916 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH]; in yylex() local 942 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex() 954 if (attributes[i][0] == 'I' && attributes[i][1] == 'D') { in yylex() 958 if (attributes[i][2] == 'R' && attributes[i][3] == 'E' && in yylex() 959 attributes[i][4] == 'F' && !attributes[i][5]) { in yylex() 967 if (!attributes[i][2]) { in yylex() 1003 if (!strcmp(attributes[i], "format") && !strcmp(values[i], "hex")) { in yylex() [all …]
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 24 .Nd get file system attributes for multiple directory entries 64 parameter determines what attributes are returned for each entry. 85 (such as the Carbon File Manager) to access file system attributes. 114 You must not request volume attributes. 147 you wish to get attributes. 207 attributes and then use the value of the 260 for that entry; all other attributes for that entry, however, 264 should be used to get the attributes for the mount point. 270 However the attributes returned by 273 To get the attributes of the firmlink's target, call [all …]
|
| /xnu-11215/osfmk/vm/ |
| H A D | device_vm.c | 256 memory_object_attr_info_data_t attributes; in device_pager_init() local 288 attributes.copy_strategy = MEMORY_OBJECT_COPY_NONE; in device_pager_init() 290 attributes.cluster_size = (1 << (PAGE_SHIFT)); in device_pager_init() 291 attributes.may_cache_object = FALSE; in device_pager_init() 292 attributes.temporary = TRUE; in device_pager_init() 297 (memory_object_info_t) &attributes, in device_pager_init()
|
| H A D | vm_swapfile_pager.c | 201 memory_object_attr_info_data_t attributes; in swapfile_pager_init() local 217 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY; in swapfile_pager_init() 218 attributes.cluster_size = (1 << (PAGE_SHIFT)); in swapfile_pager_init() 219 attributes.may_cache_object = FALSE; in swapfile_pager_init() 220 attributes.temporary = TRUE; in swapfile_pager_init() 225 (memory_object_info_t) &attributes, in swapfile_pager_init()
|
| H A D | bsd_vm.c | 391 memory_object_attr_info_data_t attributes; in vnode_pager_init() local 406 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY; in vnode_pager_init() 408 attributes.cluster_size = (1 << (PAGE_SHIFT)); in vnode_pager_init() 409 attributes.may_cache_object = TRUE; in vnode_pager_init() 410 attributes.temporary = TRUE; in vnode_pager_init() 415 (memory_object_info_t) &attributes, in vnode_pager_init()
|
| H A D | vm_apple_protect.c | 240 memory_object_attr_info_data_t attributes; in apple_protect_pager_init() local 256 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY; in apple_protect_pager_init() 258 attributes.cluster_size = (1 << (PAGE_SHIFT)); in apple_protect_pager_init() 259 attributes.may_cache_object = FALSE; in apple_protect_pager_init() 260 attributes.temporary = TRUE; in apple_protect_pager_init() 265 (memory_object_info_t) &attributes, in apple_protect_pager_init()
|
| H A D | vm_shared_region_pager.c | 398 memory_object_attr_info_data_t attributes; in shared_region_pager_init() local 414 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY; in shared_region_pager_init() 416 attributes.cluster_size = (1 << (PAGE_SHIFT)); in shared_region_pager_init() 417 attributes.may_cache_object = FALSE; in shared_region_pager_init() 418 attributes.temporary = TRUE; in shared_region_pager_init() 423 (memory_object_info_t) &attributes, in shared_region_pager_init()
|
| H A D | memory_object.c | 1100 memory_object_info_t attributes, in memory_object_change_attributes() argument 1133 behave = (old_memory_object_behave_info_t) attributes; in memory_object_change_attributes() 1150 behave = (memory_object_behave_info_t) attributes; in memory_object_change_attributes() 1166 perf = (memory_object_perf_info_t) attributes; in memory_object_change_attributes() 1182 attr = (old_memory_object_attr_info_t) attributes; in memory_object_change_attributes() 1199 attr = (memory_object_attr_info_t) attributes; in memory_object_change_attributes()
|
| H A D | vm_dyld_pager.c | 212 memory_object_attr_info_data_t attributes; in dyld_pager_init() local 225 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY; in dyld_pager_init() 226 attributes.cluster_size = (1 << (PAGE_SHIFT)); in dyld_pager_init() 227 attributes.may_cache_object = FALSE; in dyld_pager_init() 228 attributes.temporary = TRUE; in dyld_pager_init() 233 (memory_object_info_t) &attributes, in dyld_pager_init()
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 2075 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH], in getTag() 2172 attributes[*attributeCount][length++] = c; in getTag() 2178 attributes[*attributeCount][length] = 0; in getTag() 2527 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH]; in yylex() local 2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex() 2565 if (attributes[i][0] == 'I' && attributes[i][1] == 'D') { in yylex() 2569 if (attributes[i][2] == 'R' && attributes[i][3] == 'E' && in yylex() 2570 attributes[i][4] == 'F' && !attributes[i][5]) { in yylex() 2578 if (!attributes[i][2]) { in yylex() 2614 if (!strcmp(attributes[i], "format") && !strcmp(values[i], "hex")) { in yylex() [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 2075 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH], in getTag() 2172 attributes[*attributeCount][length++] = c; in getTag() 2178 attributes[*attributeCount][length] = 0; in getTag() 2527 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH]; in yylex() local 2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex() 2565 if (attributes[i][0] == 'I' && attributes[i][1] == 'D') { in yylex() 2569 if (attributes[i][2] == 'R' && attributes[i][3] == 'E' && in yylex() 2570 attributes[i][4] == 'F' && !attributes[i][5]) { in yylex() 2578 if (!attributes[i][2]) { in yylex() 2614 if (!strcmp(attributes[i], "format") && !strcmp(values[i], "hex")) { in yylex() [all …]
|
| /xnu-11215/osfmk/i386/ |
| H A D | pmap_x86_common.c | 507 if (attributes & INTEL_PTE_NCACHE) { in pmap_update_cache_attributes_locked() 2017 char attributes = 0; in phys_attribute_clear() local 2088 attributes |= pte_bits; in phys_attribute_clear() 2189 pmap_phys_attributes[pai] |= attributes; in phys_attribute_clear() 2227 int attributes = 0; in phys_attribute_test() local 2261 attributes = pmap_phys_attributes[pai] & bits; in phys_attribute_test() 2268 if (attributes != bits && in phys_attribute_test() 2286 attributes |= (int)(*pte & bits); in phys_attribute_test() 2292 } while ((attributes != bits) && in phys_attribute_test() 2295 pmap_phys_attributes[pai] |= attributes; in phys_attribute_test() [all …]
|
| /xnu-11215/osfmk/mach/ |
| H A D | memory_object_control.h | 89 memory_object_info_t attributes,
|
| H A D | clock.defs | 62 * Get clock attributes.
|
| H A D | vm_map.defs | 291 * the inheritance attributes specified; see the vm_protect and 292 * vm_inherit calls for a description of these attributes.
|
| /xnu-11215/bsd/net/ |
| H A D | necp_client.c | 11086 attributes->inp_domain, in necp_set_socket_attributes() 11087 attributes->inp_domain_owner, in necp_set_socket_attributes() 11088 attributes->inp_domain_context, in necp_set_socket_attributes() 11089 attributes->inp_tracker_domain, in necp_set_socket_attributes() 11090 attributes->inp_account); in necp_set_socket_attributes() 11094 attributes->inp_domain, in necp_set_socket_attributes() 11095 attributes->inp_domain_owner, in necp_set_socket_attributes() 11096 attributes->inp_domain_context, in necp_set_socket_attributes() 11097 attributes->inp_tracker_domain, in necp_set_socket_attributes() 11098 attributes->inp_account); in necp_set_socket_attributes() [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | lock_group.c | 88 #pragma mark lock group attributes 412 #pragma mark lock attributes
|
| /xnu-11215/tools/tests/kernpost_test_report/ |
| H A D | kernpost_test_report.lua | 118 if lfs.attributes(dir, 'mode') ~= 'directory' then
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 140 * The attributes propagate with inheritance, but can be overriden. 161 * DRIVERKIT_RETURNS_RETAINED and DRIVERKIT_RETURNS_NOT_RETAINED attributes
|
| /xnu-11215/config/ |
| H A D | MASTER | 29 # the line. This is a list of attributes separated by commas. 30 # The "!" operator selects the line if none of the attributes are 39 # Lines with no attributes specified are selected for all
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 69 uint32_t attributes; member 908 newV3Entry->header.attributes = v3Entry->header.attributes; in setVariableInternal()
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 86 - `LCK_ATTR_DECLARE`: automatically initialized lock attributes,
|