Home
last modified time | relevance | path

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

/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c66 struct wdat_res { struct
72 TAILQ_ENTRY(wdat_res) link; argument
114 TAILQ_HEAD(res_head, wdat_res) res;
420 static struct wdat_res *
423 struct wdat_res *res; in wdat_alloc_region()
449 wdat_compare_region(const struct wdat_res *res1, const struct wdat_res *res2) in wdat_compare_region()
482 wdat_merge_region(struct wdatwd_softc *sc, struct wdat_res *newres) in wdat_merge_region()
484 struct wdat_res *res1, *res2, *res_safe, *res_itr; in wdat_merge_region()
571 struct wdat_res *res; in wdat_release_resource()
645 struct wdat_res *res; in wdatwd_attach()