Searched refs:cam_dpath (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/cam/ |
| HD | cam_debug.h | 78 extern struct cam_path *cam_dpath; 87 && (cam_dpath != NULL) \ 88 && (xpt_path_comp(cam_dpath, path) >= 0) \ 89 && (xpt_path_comp(cam_dpath, path) < 2)) 93 && (cam_dpath != NULL) \ 94 && (xpt_path_comp(cam_dpath, path) >= 0) \ 95 && (xpt_path_comp(cam_dpath, path) < 2)) { \ 104 && (cam_dpath != NULL) \ 105 && (xpt_path_comp_dev(cam_dpath, dev) >= 0) \ 106 && (xpt_path_comp_dev(cam_dpath, dev) < 2)) { \
|
| HD | cam_xpt.c | 211 struct cam_path *cam_dpath; variable 3010 if (cam_dpath != NULL) { in xpt_action_default() 3011 oldpath = cam_dpath; in xpt_action_default() 3012 cam_dpath = NULL; in xpt_action_default() 3016 if (xpt_create_path(&cam_dpath, NULL, in xpt_action_default() 3025 xpt_print(cam_dpath, "debugging flags now %x\n", in xpt_action_default() 5039 if (xpt_create_path(&cam_dpath, NULL, in xpt_config() 5048 cam_dpath = NULL; in xpt_config()
|