Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h41 struct cbb_reslist { struct
42 SLIST_ENTRY(cbb_reslist) link;
83 SLIST_HEAD(, cbb_reslist) rl;
H A Dpccbb.c176 struct cbb_reslist *rle; in cbb_remove_res()
180 SLIST_REMOVE(&sc->rl, rle, cbb_reslist, link); in cbb_remove_res()
190 struct cbb_reslist *rle; in cbb_find_res()
202 struct cbb_reslist *rle; in cbb_insert_res()
208 rle = malloc(sizeof(struct cbb_reslist), M_DEVBUF, M_NOWAIT); in cbb_insert_res()
220 struct cbb_reslist *rle; in cbb_destroy_res()
1068 struct cbb_reslist *rle; in cbb_cardbus_auto_open()