HomeSort by: relevance | last modified time | path
    Searched defs:unbind (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h 71 * @unbind: Unbind a hardware resource from persistent
97 int (*unbind) (struct vmw_resource *res, member in struct:vmw_res_func
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_tt.h 68 * struct ttm_backend_func member unbind
72 * Unbind previously bound backend pages. This function should be
75 int (*unbind) (struct ttm_tt *ttm); member in struct:ttm_backend_func
204 * Unbind, unpopulate and destroy common struct ttm_tt.
213 * Unbind a struct ttm_tt.
293 * bind and unbind memory backing a ttm_tt.
  /src/sys/arch/xen/xen/
xenevt.c 606 struct ioctl_evtchn_unbind *unbind = addr; local in function:xenevt_fioctl
608 if (unbind->port >= NR_EVENT_CHANNELS)
611 if (devevent[unbind->port] != d) {
615 devevent[unbind->port] = NULL;
617 hypervisor_mask_event(unbind->port);
618 xen_atomic_clear_bit(&d->ci->ci_evtmask[0], unbind->port);
620 op.u.close.port = unbind->port;

Completed in 32 milliseconds