Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dcamcontrol.c243 struct cam_devitem { struct
249 STAILQ_ENTRY(cam_devitem) links; argument
253 STAILQ_HEAD(, cam_devitem) dev_queue;
318 static int getdevid(struct cam_devitem *item);
321 static struct cam_devitem *findsasdevice(struct cam_devlist *devlist,
8762 getdevid(struct cam_devitem *item) in getdevid()
8855 struct cam_devitem *item = NULL; in buildbusdevlist()
9010 struct cam_devitem *item, *item2; in freebusdevlist()
9013 STAILQ_REMOVE(&devlist->dev_queue, item, cam_devitem, in freebusdevlist()
9021 static struct cam_devitem *
[all …]