Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mptutil/
HDmpt_cam.c80 bufsize = sizeof(struct dev_match_pattern) * 1; in fetch_path_id()
154 bufsize = sizeof(struct dev_match_pattern) * 1; in mpt_query_disk()
422 bufsize = sizeof(struct dev_match_pattern) * 1; in mpt_fetch_disks()
/dragonfly/lib/libcam/
HDcamlib.c363 ccb.cdm.pattern_buf_len = sizeof(struct dev_match_pattern); in cam_open_btl()
364 ccb.cdm.patterns = (struct dev_match_pattern *)malloc( in cam_open_btl()
365 sizeof(struct dev_match_pattern)); in cam_open_btl()
/dragonfly/sys/bus/cam/
HDcam_ccb.h394 struct dev_match_pattern { struct
481 struct dev_match_pattern *patterns;
HDcam_xpt.c803 static dev_match_ret xptbusmatch(struct dev_match_pattern *patterns,
805 static dev_match_ret xptdevicematch(struct dev_match_pattern *patterns,
808 static dev_match_ret xptperiphmatch(struct dev_match_pattern *patterns,
1767 xptbusmatch(struct dev_match_pattern *patterns, u_int num_patterns, in xptbusmatch()
1879 xptdevicematch(struct dev_match_pattern *patterns, u_int num_patterns, in xptdevicematch()
1995 xptperiphmatch(struct dev_match_pattern *patterns, u_int num_patterns, in xptperiphmatch()
/dragonfly/sbin/camcontrol/
HDcamcontrol.c1182 matchccb.cdm.pattern_buf_len = sizeof(struct dev_match_pattern); in rescan_or_reset_bus()
1184 matchccb.cdm.patterns = (struct dev_match_pattern *)malloc( in rescan_or_reset_bus()