Searched refs:adv_ccb_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/advansys/
H A Dadvansys.c86 static struct adv_ccb_info *
89 struct adv_ccb_info *cinfo);
90 static __inline struct adv_ccb_info *
93 struct adv_ccb_info *cinfo);
98 static __inline struct adv_ccb_info *
101 struct adv_ccb_info *cinfo;
115 adv_free_ccb_info(struct adv_softc *adv, struct adv_ccb_info *cinfo)
158 struct adv_ccb_info *cinfo;
160 cinfo = (struct adv_ccb_info *)ccb->ccb_h.ccb_cinfo_ptr;
209 struct adv_ccb_info *cinf
[all...]
H A Dadvlib.h94 struct adv_ccb_info { struct
99 SLIST_ENTRY(adv_ccb_info) links;
504 struct adv_ccb_info *ccb_infos;
505 SLIST_HEAD(, adv_ccb_info) free_ccb_infos;
H A Dadvlib.c977 struct adv_ccb_info *cinfo;
2011 struct adv_ccb_info *ccb_info;
2024 struct adv_ccb_info *cinfo;
2034 cinfo = (struct adv_ccb_info *)

Completed in 38 milliseconds