Searched refs:unmap (Results 26 - 39 of 39) sorted by relevance

12

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.h872 * @function unmap
887 virtual IOReturn unmap(IOService * client,
H A DIOBlockStorageDriver.cpp1745 IOBlockStorageDriver::unmap(IOService * client, function in class:IOBlockStorageDriver
H A DIOMediaBSDClient.cpp1849 status = minor->media->unmap( /* client */ minor->client,
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c676 dk_unmap_t *unmap; local
680 unmap = (dk_unmap_t *)ap->a_data;
681 extent = unmap->extents;
683 for (i = 0; i < unmap->extentsCount; i++, extent++) {
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddynhelp.tcl73 bind BwHelpMenu <Unmap> {DynamicHelp::_menu_info unmap %W}
616 # We have to check for unmap event on Unix. On Windows, unmap
625 if { ![string equal $event "unmap"] &&
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h788 /*! @function unmap
789 @abstract Force the IOMemoryMap to unmap, without destroying the object.
790 @discussion IOMemoryMap instances will unmap themselves upon free, ie. when the last client with a reference calls release. This method forces the IOMemoryMap to destroy the mapping it represents, regardless of the number of clients. It is not generally used.
793 virtual IOReturn unmap();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp591 GTK_WIDGET_CLASS(webkit_web_view_base_parent_class)->unmap(widget);
915 widgetClass->unmap = webkitWebViewBaseUnmap;
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c3155 ; SSDs can support trim/unmap and avoid having to recopy those
3611 dk_unmap_t unmap; local
3613 bzero(&unmap, sizeof(unmap));
3615 unmap.extents = tr->trim.extents;
3616 unmap.extentsCount = tr->trim.extent_count;
3619 errno = VNOP_IOCTL(jnl->fsdev, DKIOCUNMAP, (caddr_t)&unmap, FWRITE, vfs_context_kernel());
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_mft.c199 ntfs_error(vol->mp, "Failed to unmap buffer of mft record "
218 * @ni: ntfs inode whose mft record to unmap
240 ntfs_error(ni->vol->mp, "Failed to unmap buffer of mft record "
577 ntfs_error(vol->mp, "Failed to unmap buffer of mft mirror "
1749 goto unmap;
1753 ntfs_error(vol->mp, "Failed to unmap buffer of mft record "
1776 unmap:
1779 ntfs_error(vol->mp, "Failed to unmap buffer of mft record "
2487 ntfs_error(vol->mp, "Failed to unmap buffer "
2556 ntfs_error(vol->mp, "Failed to unmap buffe
[all...]
H A Dntfs_vfsops.c300 ntfs_error(mp, "Failed to unmap buffer of "
320 ntfs_error(mp, "Failed to unmap buffer of "
340 ntfs_error(mp, "Failed to unmap buffer of old "
353 ntfs_error(mp, "Failed to unmap buffer of primary "
382 ntfs_error(mp, "Failed to unmap buffer of "
780 ntfs_error(vol->mp, "Failed to unmap buffer of mft "
1458 ntfs_error(vol->mp, "Failed to unmap buffer of "
1536 goto unmap;
1554 goto unmap;
1559 ntfs_error(vol->mp, "Failed to unmap buffe
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3772 IOReturn IOMemoryMap::unmap( void ) function in class:IOMemoryMap
3803 unmap();
3832 unmap();
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c9137 XEvent unmap;
9139 unmap.xunmap.type = UnmapNotify;
9140 unmap.xunmap.window = window;
9141 unmap.xunmap.event = DefaultRootWindow (FRAME_X_DISPLAY (f));
9142 unmap.xunmap.from_configure = False;
9147 &unmap))
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.c875 mDNSBool unmap = mDNStrue; local
893 // If there is a match for the operation being stopped, don't send a deletion request (unmap)
905 unmap = mDNSfalse;
909 if (traversal->ExpiryTime && unmap)
937 if (err) LogMsg("Legacy NAT Traversal - unmap request failed with error %d", err);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbaan.vim1202 syn keyword baanBshell unmap.window

Completed in 404 milliseconds

12