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

/macosx-10.5.8/xnu-1228.15.4/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;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePrivate.h95 virtual void remove();
117 virtual void remove();
H A DIOService.cpp1239 // remove it from the active queue
1266 // remove it from the waiting queue
1563 void _IOServiceInterestNotifier::remove() function in class:_IOServiceInterestNotifier
3449 notify->retain(); // in case handler remove()s
3527 notify->remove(); // dequeues
3722 void _IOServiceNotifier::remove() function in class:_IOServiceNotifier
H A DIOUserClient.cpp490 holdNotify->remove();
512 previousNotify->remove();
/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp72 notifier->remove();
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c75 /* use removexattr to remove an attribute to our test file */
89 printf( "removexattr did not remove our test attribute \n" );
131 /* use fremovexattr to remove an attribute to our test file */
145 printf( "fremovexattr did not remove our test attribute \n" );
159 remove( my_pathp );
H A Dtests.c109 remove( my_pathp );
432 remove( my_pathp );
612 remove( my_pathp );
745 remove( my_pathp );
749 remove( my_path2p );
873 remove( my_pathp );
996 remove( my_pathp );
1186 remove( my_pathp );
1794 remove( my_pathp );
1890 remove( my_path
[all...]
H A Dmemory_tests.c247 remove( my_pathp );
H A Dsocket_tests.c317 remove( my_parent_pathp );
321 remove( my_child_pathp );
H A Dmisc.c148 remove( my_pathp );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c902 * Note that pmap_remove does not remove any mappings in nested pmaps. We just
949 boolean_t remove; local
957 remove = FALSE;
962 remove = TRUE;
970 if (remove) { /* If the protection was set to none, we'll remove all mappings */
H A Dhw_vm.s108 * Make mapping - not block or I/O - note: this is low-level, upper should remove duplicates
123 * Make mapping - block or I/O - note: this is low-level, upper should remove duplicates
435 * mapping *hw_rem_map(pmap, vaddr, addr64_t *next) - remove a mapping from the system.
457 * 5) remove mapping from search list
460 * 8) remove from physent
476 * 9) remove mapping from search list
479 * 12) remove from physent
491 * 5) mark remove-in-progress
492 * 6) check and bump remove chunk cursor if needed
508 * 20) remove mappin
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c255 * only possibly to remove individual non-rooted entries
1214 SYSMAP(caddr_t, DMAP2, DADDR2, 1); /* XXX temporary - can remove */
1949 * so we can't let user tasks remove anything from it.
1972 * Just remove the mappings.
2038 * entry after this one we remove that
2039 * from the ppn queue, we remove it from the hash chain
2065 /* not removing rooted pv. find it on hash chain, remove from ppn queue and
2184 * 2 function calls for every remove. Note also that these functions
2271 boolean_t remove; local
2297 remove
[all...]

Completed in 92 milliseconds