Home
last modified time | relevance | path

Searched refs:unbind_req (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ipfilter/ipsend/
HDdlcommon.c358 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;
/NextBSD/sys/dev/drm/
HDmga_dma.c970 struct drm_agp_binding unbind_req; in mga_do_cleanup_dma() local
973 unbind_req.handle = dev_priv->agp_handle; in mga_do_cleanup_dma()
974 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()