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.c3594 xpt_path_counts(struct cam_path *path, uint32_t *bus_ref, in xpt_path_counts() argument
3599 if (bus_ref) { in xpt_path_counts()
3601 *bus_ref = path->bus->refcount; in xpt_path_counts()
3603 *bus_ref = 0; in xpt_path_counts()