Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_debug.h78 extern struct cam_path *cam_dpath;
96 && (cam_dpath != NULL) \
97 && (xpt_path_comp(cam_dpath, (path)) >= 0) \
98 && (xpt_path_comp(cam_dpath, (path)) < 2))
107 && (cam_dpath != NULL) \
108 && (xpt_path_comp_dev(cam_dpath, (dev)) >= 0) \
109 && (xpt_path_comp_dev(cam_dpath, (dev)) < 2)) { \
H A Dcam_xpt.c208 struct cam_path *cam_dpath; variable
3006 if (cam_dpath != NULL) { in xpt_action_default()
3007 oldpath = cam_dpath; in xpt_action_default()
3008 cam_dpath = NULL; in xpt_action_default()
3012 if (xpt_create_path(&cam_dpath, NULL, in xpt_action_default()
3021 xpt_print(cam_dpath, "debugging flags now %x\n", in xpt_action_default()
5034 if (xpt_create_path(&cam_dpath, NULL, in xpt_config()
5043 cam_dpath = NULL; in xpt_config()