Home
last modified time | relevance | path

Searched refs:valid_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Drecount.py7 def validate_args(opts, valid_flags): argument
8 valid_flags = set(valid_flags)
10 if k[1:] not in valid_flags:
/xnu-11215/tests/vm/
H A Dvm_allocation.c1655 …int valid_flags = VM_FLAGS_USER_ALLOCATE | VM_FLAGS_USER_MAP | VM_FLAGS_USER_REMAP | VM_FLAGS_ALIA… in test_allocate_with_kernel_flags() local
1666 if (valid_flags & test_flag) { in test_allocate_with_kernel_flags()