Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.h98 void xpt_path_counts(struct cam_path *path, uint32_t *bus_ref,
H A Dcam_xpt.c3626 xpt_path_counts(struct cam_path *path, uint32_t *bus_ref, in xpt_path_counts() argument
3631 if (bus_ref) { in xpt_path_counts()
3633 *bus_ref = path->bus->refcount; in xpt_path_counts()
3635 *bus_ref = 0; in xpt_path_counts()