Home
last modified time | relevance | path

Searched refs:am_is_bound (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagp.c516 mem->am_is_bound = 0; in agp_generic_alloc_memory()
528 if (mem->am_is_bound) in agp_generic_free_memory()
577 if (mem->am_is_bound) { in agp_generic_bind_memory()
625 mem->am_is_bound = 1; in agp_generic_bind_memory()
653 if (!mem->am_is_bound) { in agp_generic_unbind_memory()
676 mem->am_is_bound = 0; in agp_generic_unbind_memory()
839 if (mem->am_is_bound) in agp_close()
998 mi->ami_is_bound = mem->am_is_bound; in agp_memory_info()
H A Dagppriv.h61 int am_is_bound; /* non-zero if bound */ member
H A Dagp_i810.c1771 mem->am_is_bound = 0; in agp_i810_alloc_memory()
1784 if (mem->am_is_bound) in agp_i810_free_memory()
1829 if (mem->am_is_bound) { in agp_i810_bind_memory()
1839 mem->am_is_bound = 1; in agp_i810_bind_memory()
1869 if (!mem->am_is_bound) { in agp_i810_unbind_memory()
1878 mem->am_is_bound = 0; in agp_i810_unbind_memory()