Searched refs:destroy (Results 1 – 16 of 16) sorted by relevance
| /xnu-11215/tools/tests/personas/ |
| H A D | persona_test_run_src.sh | 384 ${PERSONA_MGR} destroy -v -i ${pna_id} 474 ${PERSONA_MGR} destroy -v -i $P1ID && expect_failure "re-destroy (1/2) $P1ID" 475 ${PERSONA_MGR} destroy -v -i $P1ID && expect_failure "re-destroy (2/2) $P1ID" 476 ${PERSONA_MGR} destroy -v -i $P2ID && expect_failure "re-destroy $P2ID" 477 ${PERSONA_MGR} destroy -v -i $P3ID && expect_failure "re-destroy $P3ID" 478 ${PERSONA_MGR} destroy -v -i $P4ID && expect_failure "re-destroy $P4ID" 479 ${PERSONA_MGR} destroy -v -i $P5ID && expect_failure "re-destroy $P5ID" 480 ${PERSONA_MGR} destroy -v -i $P6ID && expect_failure "re-destroy $P6ID"
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | safe_allocation.h | 79 destroy(T* first, T* last) 88 destroy(T*, T*) 446 sa_detail::destroy(ptr, ptr + size);
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | safe_allocation.h | 79 destroy(T* first, T* last) 88 destroy(T*, T*) 446 sa_detail::destroy(ptr, ptr + size);
|
| /xnu-11215/libkern/c++/ |
| H A D | priority_queue.cpp | 330 destroy(queue_t que, uintptr_t offset, void (^callback)(void *e)) 422 pqueue_t::destroy(que, offset, cb); \
|
| H A D | OSArray.cpp | 172 os::destroy(array, array + capacity); in free()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_persona.c | 322 int destroy = 0; in persona_put_and_unlock() local 325 destroy = 1; in persona_put_and_unlock() 329 if (!destroy) { in persona_put_and_unlock()
|
| /xnu-11215/libkern/os/ |
| H A D | cpp_util.h | 141 destroy(T* first, T* last)
|
| /xnu-11215/osfmk/kern/ |
| H A D | lock_ptr.c | 88 #pragma mark hw_lck_ptr_t: init/destroy
|
| H A D | lock_mtx.c | 264 #pragma mark lck_mtx_t: alloc/init/destroy/free
|
| /xnu-11215/bsd/net/ |
| H A D | if_var_private.h | 1016 #define IF_CLONE_INITIALIZER(name, create, destroy, minifs, maxunit) { \ argument 1022 .ifc_destroy = (destroy) \
|
| H A D | dlil.c | 2684 goto destroy; in dlil_detach_filter_internal() 2722 destroy: in dlil_detach_filter_internal()
|
| /xnu-11215/osfmk/mach/ |
| H A D | task.defs | 335 * Create and destroy semaphore synchronizers on a
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 2245 bool destroy = true; in fq_if_dequeue() local 2263 destroy = false; in fq_if_dequeue()
|
| /xnu-11215/ |
| H A D | APPLE_LICENSE | 326 the Covered Code and destroy all copies of it that are in your
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 1199 #pragma mark ipc_kmsg enqueue/destroy, qos, priority, voucher, ...
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 15863 int i, gen, rv, nhelpers = 0, nprovs = 0, destroy = 1; in dtrace_helper_slurp() local 15946 destroy = 0; in dtrace_helper_slurp() 15950 if (destroy) in dtrace_helper_slurp()
|