Home
last modified time | relevance | path

Searched refs:dev_match_result (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/iscsictl/
HDperiphs.c89 bufsize = sizeof(struct dev_match_result) * 100; in print_periphs()
91 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in print_periphs()
/freebsd-13-stable/usr.sbin/mptutil/
HDmpt_cam.c76 bufsize = sizeof(struct dev_match_result) * 1; in fetch_path_id()
150 bufsize = sizeof(struct dev_match_result) * 5; in mpt_query_disk()
415 bufsize = sizeof(struct dev_match_result) * (count + 1); in mpt_fetch_disks()
/freebsd-13-stable/lib/libcam/
HDcamlib.c295 bufsize = sizeof(struct dev_match_result); in cam_open_btl()
297 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in cam_open_btl()
/freebsd-13-stable/sys/cam/
HDcam_ccb.h522 struct dev_match_result { struct
573 struct dev_match_result *matches;
HDcam_xpt.c1695 sizeof(struct dev_match_result)); in xptedtbusfunc()
1702 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtbusfunc()
1828 sizeof(struct dev_match_result)); in xptedtdevicefunc()
1835 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtdevicefunc()
1941 sizeof(struct dev_match_result)); in xptedtperiphfunc()
1948 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtperiphfunc()
2082 sizeof(struct dev_match_result)); in xptplistperiphfunc()
2089 if (spaceleft < sizeof(struct dev_match_result)) { in xptplistperiphfunc()
HDcam_compat.c380 struct dev_match_result *dm; in cam_compat_translate_dev_match_0x18()
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c488 bufsize = sizeof(struct dev_match_result) * 100; in getdevtree()
490 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in getdevtree()
3730 bufsize = sizeof(struct dev_match_result) * 20; in rescan_or_reset_bus()
3732 matchccb->cdm.matches=(struct dev_match_result *)malloc(bufsize); in rescan_or_reset_bus()
8901 bufsize = sizeof(struct dev_match_result) * 100; in buildbusdevlist()
8903 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in buildbusdevlist()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_enc_ses.c880 struct dev_match_result match_result; in ses_path_iter_devid_callback()