Home
last modified time | relevance | path

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

/trueos/usr.bin/iscsictl/
HDperiphs.c88 bufsize = sizeof(struct dev_match_result) * 100; in print_periphs()
90 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in print_periphs()
/trueos/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()
418 bufsize = sizeof(struct dev_match_result) * (count + 1); in mpt_fetch_disks()
/trueos/lib/libcam/
HDcamlib.c291 bufsize = sizeof(struct dev_match_result); in cam_open_btl()
293 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in cam_open_btl()
/trueos/sys/cam/
HDcam_ccb.h500 struct dev_match_result { struct
551 struct dev_match_result *matches;
HDcam_xpt.c1564 sizeof(struct dev_match_result)); in xptedtbusfunc()
1571 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtbusfunc()
1696 sizeof(struct dev_match_result)); in xptedtdevicefunc()
1703 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtdevicefunc()
1808 sizeof(struct dev_match_result)); in xptedtperiphfunc()
1815 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtperiphfunc()
1947 sizeof(struct dev_match_result)); in xptplistperiphfunc()
1954 if (spaceleft < sizeof(struct dev_match_result)) { in xptplistperiphfunc()
/trueos/sbin/camcontrol/
HDcamcontrol.c449 bufsize = sizeof(struct dev_match_result) * 100; in getdevtree()
451 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in getdevtree()
3180 bufsize = sizeof(struct dev_match_result) * 20; in rescan_or_reset_bus()
3182 matchccb.cdm.matches=(struct dev_match_result *)malloc(bufsize); in rescan_or_reset_bus()
7487 bufsize = sizeof(struct dev_match_result) * 100; in buildbusdevlist()
7489 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); in buildbusdevlist()
/trueos/sys/cam/scsi/
HDscsi_enc_ses.c888 struct dev_match_result match_result; in ses_path_iter_devid_callback()