Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dagpio.h91 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind)
148 } agp_unbind; typedef
/netbsd-src/sys/dev/pci/
H A Dagp.c102 static int agp_unbind_user(struct agp_softc *, agp_unbind *);
958 agp_unbind_user(struct agp_softc *sc, agp_unbind *unbind) in agp_unbind_user()
1093 return agp_unbind_user(sc, (agp_unbind *)data); in agpioctl()