Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/ipsend/
H A Ddlcommon.c354 dl_unbind_req_t unbind_req; local
358 unbind_req.dl_primitive = DL_UNBIND_REQ;
361 ctl.len = sizeof (unbind_req);
362 ctl.buf = (char *) &unbind_req;
/freebsd-12.1/sys/dev/drm/
H A Dmga_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()