Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/tools/tests/personas/
H A Dpersona_test_run_src.sh384 ${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 Dsafe_allocation.h79 destroy(T* first, T* last)
88 destroy(T*, T*)
446 sa_detail::destroy(ptr, ptr + size);
/xnu-11215/iokit/DriverKit/
H A Dsafe_allocation.h79 destroy(T* first, T* last)
88 destroy(T*, T*)
446 sa_detail::destroy(ptr, ptr + size);
/xnu-11215/libkern/c++/
H A Dpriority_queue.cpp330 destroy(queue_t que, uintptr_t offset, void (^callback)(void *e))
422 pqueue_t::destroy(que, offset, cb); \
H A DOSArray.cpp172 os::destroy(array, array + capacity); in free()
/xnu-11215/bsd/kern/
H A Dkern_persona.c322 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 Dcpp_util.h141 destroy(T* first, T* last)
/xnu-11215/osfmk/kern/
H A Dlock_ptr.c88 #pragma mark hw_lck_ptr_t: init/destroy
H A Dlock_mtx.c264 #pragma mark lck_mtx_t: alloc/init/destroy/free
/xnu-11215/bsd/net/
H A Dif_var_private.h1016 #define IF_CLONE_INITIALIZER(name, create, destroy, minifs, maxunit) { \ argument
1022 .ifc_destroy = (destroy) \
H A Ddlil.c2684 goto destroy; in dlil_detach_filter_internal()
2722 destroy: in dlil_detach_filter_internal()
/xnu-11215/osfmk/mach/
H A Dtask.defs335 * Create and destroy semaphore synchronizers on a
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_fq_codel.c2245 bool destroy = true; in fq_if_dequeue() local
2263 destroy = false; in fq_if_dequeue()
/xnu-11215/
H A DAPPLE_LICENSE326 the Covered Code and destroy all copies of it that are in your
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c1199 #pragma mark ipc_kmsg enqueue/destroy, qos, priority, voucher, ...
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c15863 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()