Searched refs:remove (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIONotifier.h42 @discussion IOService notification requests are represented as implementations of the IONotifier object. It defines methods to enable, disable and remove notification requests. These actions are synchronized with invocations of the notification handler, so removing a notification request will guarantee the handler is not being executed. */
50 /*! @function remove
54 virtual void remove() = 0;
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dmodule.mk14 remove-counter.c \
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h101 virtual void remove();
123 virtual void remove();
H A DIOService.cpp1292 // remove it from the active queue
1319 // remove it from the waiting queue
1618 void _IOServiceInterestNotifier::remove() function in class:_IOServiceInterestNotifier
3926 notify->retain(); // in case handler remove()s
4001 notify->remove(); // dequeues
4245 void _IOServiceNotifier::remove() function in class:_IOServiceNotifier
H A DIOUserClient.cpp536 holdNotify->remove();
558 previousNotify->remove();
/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp72 notifier->remove();
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c113 remove( my_pathp );
437 remove( my_pathp );
618 remove( my_pathp );
753 remove( my_pathp );
757 remove( my_path2p );
883 remove( my_pathp );
1002 /* Try to remove the file owned by root (this should fail). */
1018 /* Try to remove the file owned by root again (should give us: EPERM [13]) */
1085 remove( my_pathp );
1297 remove( my_path
[all...]
H A Dxattr_tests.c82 /* use removexattr to remove an attribute to our test file */
143 /* use fremovexattr to remove an attribute to our test file */
174 remove( my_pathp );
H A Dsocket_tests.c395 remove( my_parent_pathp );
399 remove( my_child_pathp );
H A D32bit_inode_tests.c138 remove( my_pathp );
H A Dmisc.c152 remove( my_pathp );
H A Dmemory_tests.c418 /* post-remove the expected crash report */
443 remove( my_pathp );
H A Dkqueue_tests.c536 remove( my_pathp );
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c612 * 1) If va was mapped, update TLBs, remove the mapping
613 * and remove old pvlist entry.
876 * so we can't let user tasks remove anything from it.
900 * Just remove the mappings.
1032 * 2 function calls for every remove. Note also that these functions
1123 boolean_t remove; local
1147 remove = FALSE;
1152 remove = TRUE;
1190 if (remove) {
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c254 * only possibly to remove individual non-rooted entries
970 * entry after this one we remove that
971 * from the ppn queue, we remove it from the hash chain
977 * Entry queued to root, remove this from hash
1001 * not removing rooted pv. find it on hash chain, remove from
2951 * If the current PA isn't zero, and if it's non-existent... remove the mapping
3353 panic("pmap_remove_range: attempting to remove more ptes than 256!\n");
3490 panic("pmap_remove: attempting to remove bogus PTE range");
3577 boolean_t remove; local
3609 remove
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DRedBlackTree.h698 * expansion can cause code bloat, especially for rb_{insert,remove)(), and
755 a_prefix##remove(a_tree_type *tree, a_type *node) { \
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c291 #define PTHRW_SW_Reset_BIT_MASK 0x000000fe /* remove S bit and get rest of the bits */
296 #define PTHRW_UN_BIT_MASK 0x000000bf /* remove overlap bit */
513 ksyn_waitq_element_t ksyn_queue_find_seq(ksyn_wait_queue_t kwq, ksyn_queue_t kq, uint32_t seq, int remove);
2958 /* remove from the only list it is in ie hash */
2992 /* remove from the only list it is in ie hash */
4007 ksyn_queue_find_seq(ksyn_wait_queue_t kwq, ksyn_queue_t kq, uint32_t seq, int remove) argument
4015 if (remove != 0)

Completed in 136 milliseconds