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

  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 967 struct drm_agp_binding unbind_req; local
970 unbind_req.handle = dev_priv->agp_handle;
971 drm_agp_unbind(dev, &unbind_req);
mga_dma.c 967 struct drm_agp_binding unbind_req; local
970 unbind_req.handle = dev_priv->agp_handle;
971 drm_agp_unbind(dev, &unbind_req);
mga_dma.c 967 struct drm_agp_binding unbind_req; local
970 unbind_req.handle = dev_priv->agp_handle;
971 drm_agp_unbind(dev, &unbind_req);
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 975 struct drm_agp_binding unbind_req; local
978 unbind_req.handle = dev_priv->agp_handle;
979 drm_agp_unbind(dev, &unbind_req);
mga_dma.c 975 struct drm_agp_binding unbind_req; local
978 unbind_req.handle = dev_priv->agp_handle;
979 drm_agp_unbind(dev, &unbind_req);
mga_dma.c 975 struct drm_agp_binding unbind_req; local
978 unbind_req.handle = dev_priv->agp_handle;
979 drm_agp_unbind(dev, &unbind_req);
  /src/external/bsd/ipf/dist/ipsend/
dlcommon.c 358 dl_unbind_req_t unbind_req; local
362 unbind_req.dl_primitive = DL_UNBIND_REQ;
365 ctl.len = sizeof (unbind_req);
366 ctl.buf = (char *) &unbind_req;
dlcommon.c 358 dl_unbind_req_t unbind_req; local
362 unbind_req.dl_primitive = DL_UNBIND_REQ;
365 ctl.len = sizeof (unbind_req);
366 ctl.buf = (char *) &unbind_req;
dlcommon.c 358 dl_unbind_req_t unbind_req; local
362 unbind_req.dl_primitive = DL_UNBIND_REQ;
365 ctl.len = sizeof (unbind_req);
366 ctl.buf = (char *) &unbind_req;
  /src/external/mpl/dhcp/dist/common/
dlpi.c 936 dl_unbind_req_t unbind_req; local
940 unbind_req.dl_primitive = DL_UNBIND_REQ;
943 ctl.len = sizeof (unbind_req);
944 ctl.buf = (char *)&unbind_req;
dlpi.c 936 dl_unbind_req_t unbind_req; local
940 unbind_req.dl_primitive = DL_UNBIND_REQ;
943 ctl.len = sizeof (unbind_req);
944 ctl.buf = (char *)&unbind_req;
dlpi.c 936 dl_unbind_req_t unbind_req; local
940 unbind_req.dl_primitive = DL_UNBIND_REQ;
943 ctl.len = sizeof (unbind_req);
944 ctl.buf = (char *)&unbind_req;

Completed in 191 milliseconds