DELTA 288310 301 6927 SVN ,xxx^mN0S,DPzhJNܐ8 ")rΌfDZ`>e*c+:&SCAHܬS! ,{T %Ԣ݈ J3hT}QI, -Ovmw2I$c óaiHobcMrųCr!zx!#3D3#fGf[XF C4N%qPmʆ|]-ŷienew~MB n.cVh^O9)5; S>,B96 vLXv8| v"\W1 '">Gm3MH}H$|H}H$|uJ_x^V]:}_1J(tժE QH^, ޶ߙ8KHg<3>si{N. AV/l@dP/`n׻^ tr65dCI~{$ "eX|0zq2:CjX.: lɕUHB@%gk֋&󅼇4?fyʩp[o{@@,Tz[I'4[~Z5T*?-M# h>Ňqmq7 2%™ŐqJ8U% V~ п6N|Wt+\¹\o²m_+uLzf\sNOLc)'+bbTl?iz(]c9ɇ]o !ǴeuhFa&/25JR?3 "o6_ޓfQzK {fi##Ҷ$Yu6rϲ^+s¶^hAQy7RQZ=z=zdr~ ;Ҙ$Ny w0JA\ wʉblvp⍻ڴ ҏ#` جU޾[>VK0l7i6uogO }<2Nb>)|#b%FJe1/)9:op>*ނ4]CfPv~A#kzB9$+tYg+O+LwS%ӹ dhlGuI//Dɕ1Vo9Q*%}v:cݼ(>|%= ea˯G=,2'|1vG PDğ./|SH-ENnYQ4j3r.'M+\<.q(Xx^Vms8l~Ŷ30 ;mGb$*١Llcݕ =Qqr7߁>f2yM(6y6;b#v(C7alzy5v eW:Uz+FjiE@* hAlq?䜚p2a}W[L!33ބ7>PM*cPmV1 [&祆> hkXyxN Gb|:QlopNڢs_1aq}Ozd7c>,ƕ "0Z):V}kh ;S!)7H$A*;ag5K14xo*,;(F;]rÀM;W7aTAvOQ-b]S&R} [Ar]epeA8DqL1t$#q )_WF$SIF{""^fM*OR#~[a*= xq *"Έe\wqybnUr) =@p}I΢6ϓl|Vvidx4QJ8ar1>!^]][*ע ^ kQTZu BK_),3Y ǚ[+rY4Vfښ-Sd'Ӝ"AH.[wQ53}fD/s䅸=,2jOm\2CMyX+,.uzЌ\`=]% ͆ްf{"~l(tv:D7|entry->flags & CTL_CMD_FLAG_OK_ON_NO_MEDIA) == 0) { if (lun->flags & CTL_LUN_EJECTED) ctl_set_lun_ejected(ctsio); else if (lun->flags & CTL_LUN_NO_MEDIA) { if (lun->flags & CTL_LUN_REMOVABLE) ctl_set_lun_no_media(ctsio); else ctl_set_lun_int_reqd(ctsio); } else if (lun->flags & CTL_LUN_STOPPED) ctl_set_lun_stopped(ctsio); else goto bailoutNO_MEDIAENDREP DELTA 288148 3580 123 SVN*G  0z = 0x1000, CTL_UA_ASYM_ACC_CHANGE = 0x2000, CTL_UA_CAPACITY_CHANGE = 0x4000, CTL_UA_THIN_PROV_THRES = 0x8000, CTL_UA_MEDIUM_CHANGE = 0x10ENDREP DELTA 229997 93385 4152 SVN}lUSTB>C\,%2:V,X<q|Ue"M)fCS G6emx^Ur@=#HJT0)CNAj`1̴lT{z,^sRw7=:Ɍ\, aֻ7xBEh`I*7_l;fy2_\8c8Z ~ GFRT aTrNcx+}#f=NP1Er=v.64I![nb|?+0Dka&_R-6踎k%P+SAȠ?| {ynw$޵)@RjNo<(f/f NUG6&eu<*q'X+E=>n o:*as̬ E C.CUтO|hQl2X.F@1+z1Gos&H sSEsHn.5 H"T%NqV1h=G5LB7|FjWN򼻺z\amq17.^*mF8F/L_"7T}6vC7wudlq 8w؃: Q2v!KaE(Bo8i#$Nܱ5iI2T ŢdFP G-4,ʼnUZ-/W"'OFO׎rp<nuhE'F^OVs2?:Dv&$IcKͷKZDLnENDREP DELTA 288310 7254 497 SVNml1k$ jN]?!#&Kx:T+@GT!}|DaP uxwx^SN@=/MkP`b)owBJHlmfͼm1}ODm8Vi9VoA<B1?D2nXܴ6*UĢYbqeo$)C;/#>WQ0`B1ocW^EmpiR6Г'c <φb^dIcG1ӁB5m4gR%3 $6*hXBr2D*l PT:Y6'f>~F7U[]#A5"⣙l l2G`՜r(/OOY0]46SJ.DѲ XHmPx8zA >"W8gm fru*YHqRZںv -y-ENDREP DELTA 288310 7781 282 SVN"jkuIqGF/|&iCopyright (c) 2014-2015 Alexander Motin struct ctl_be_lun *cbe_lun; int retval; cbe_lun = (struct ctl_be_lun *)io->io_hdr.ctl_private[ CTL_PRIV_BACKEND_LUN].ptr; cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; if (cdb->how & SSS_START) { if (cdb->how & SSS_LOEJ) ctl_lun_has_media(cbe_lun); ctl_start_lun(cbe_lun); } else { ctl_stop_lun(cbe_lun); if (cdb->how & SSS_LOEJ) ctl_lun_ejected(cbe_lun); } ctl_set_success(&io->scsiio);ENDREP DELTA 288310 8091 737 SVNl7d5TPDMrSo*rFIF<D/F P_Yle:AHiU)3& Q}T IdMD|#mv=bi(+Cf\r~)~U7^g'vNpo!%'M""~s! j%9nnWrz x^s/,L(QHT0204 9y)E %y 6enEN.zEv~.Ԧ}]|*L.҄:  ENDREP DELTA 288221 7669 39 SVNH221wasrU|; _Kt8t8?A0Copyright (c) 2014-2015 Alexander Motin case CTL_UA_MEDIUM_CHANGE: /* 28h/00h NOT READY TO READY CHANGE, MEDIUM MAY HAVE CHANGED */ *asc = 0x28; *ascq = 0x00int_reqdlun_ejected(struct ctl_scsiio *ctsio) { /* "Medium not present - tray openA, /*ascq*/ 0x02, SSD_ELEM_NONE); } void ctl_set_lun_no_media(struct ctl_scsiio *ctsio) { /* "Medium not present - tray closedA, /*ascq*/ 0x01ENDREP DELTA 287912 577 33 SVNm,B>q'F*Copyright (c) 2014-2015 Alexander Motin int_reqd(struct ctl_scsiio *ctsio); void ctl_set_lun_ejected(struct ctl_scsiio *ctsio); void ctl_set_lun_no_mediaENDREP DELTA 288215 656 90 SVNy}:B>>D59Copyright (c) 2014-2015 Alexander Motin ENDREP DELTA 288310 8853 483 SVNsLT P_ >TS(KJCopyright (c) 2014-2015 Alexander Motin ALLOW_ON_RESV = 0x0020, CTL_CMD_FLAG_ALLOW_ON_PRNO_LUN = 0x0800, CTL_CMD_FLAG_OK_ON_NO_MEDIA = 0x1000, CTL_CMD_FLAG_OK_ON_STANDBY = 0x2000, CTL_CMD_FLAG_OK_ON_UNAVAIL = 0x4000, CTL_CMD_FLAG_SA5 = 0x8000, CTL_CMD_FLAG_RUN_HERE = 0x1NO_MEDIA = 0x040, CTL_LUN_EJECTEDENDREP id: f-229997.0.r288348/7138 type: file pred: f-229997.0.r288310/46438 count: 219 text: 288348 0 3191 376226 b256d064b38cd4143f436c33ab6f4c5f b86aa7216c1880c8e235c234ca0f3003a9bc17dd 288347-66t7/_5 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl.c copyroot: 0 / id: h-229997.0.r288348/7440 type: file pred: h-229997.0.r288148/4320 count: 28 text: 288348 3220 168 6855 4e3165d707fb53fce4b66612b6227ae7 d3acf5d84d50ae6545555f5512d03c50d4f00084 288347-66t7/_6 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl.h copyroot: 0 / id: l-229997.0.r288348/7740 type: file pred: l-229997.0.r287621/27900 count: 16 text: 288348 3417 820 11628 78a1978a975ff48203cec9349d81941b 8753719d04b86fcead2f907b98e557f58cb33bd3 288347-66t7/_7 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_backend.h copyroot: 0 / id: n-229997.0.r288348/8050 type: file pred: n-229997.0.r288310/46741 count: 82 text: 288348 4268 555 80016 0e20afd2eda1391500be4cda2a22e9d1 72ee82f62557c6defe5f7150cf7fd54f75961114 288347-66t7/_8 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_backend_block.c copyroot: 0 / id: r-229997.0.r288348/8366 type: file pred: r-229997.0.r288310/47058 count: 35 text: 288348 4852 533 27498 eec57184ac78558ed84101966e615589 777401ef1bf7a3db0710448c430cf19dbbe917f0 288347-66t7/_9 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_backend_ramdisk.c copyroot: 0 / id: t-229997.0.r288348/8684 type: file pred: t-229997.0.r288310/47377 count: 43 text: 288348 5414 425 45292 66beb61772f23f3f65e370608591baa0 f947f4c3a19cb180b77d6fa1b00aa039cff2e25c 288347-66t7/_a props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_cmd_table.c copyroot: 0 / id: x-229997.0.r288348/8996 type: file pred: x-229997.0.r288221/9305 count: 20 text: 288348 5868 498 23496 8080dc31fe1d6030b584cf116237f743 5a89858b5b2486ae51edac2128453115072fb5c7 288347-66t7/_b props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_error.c copyroot: 0 / id: z-229997.0.r288348/9303 type: file pred: z-229997.0.r287912/1553 count: 10 text: 288348 6394 200 4626 5b0a39f1d7d3fdfb7e1d4356bf7166bc ac573a294a8dcdf214d082c480da5139a2ba522a 288347-66t7/_c props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_error.h copyroot: 0 / id: 1d-229997.0.r288348/9609 type: file pred: 1d-229997.0.r288215/1700 count: 29 text: 288348 6621 86 17021 0dc73f9d201ab7b667cbd0700519ec04 379f16d75f2f0826041956f131717ad3f2cc8926 288347-66t7/_d props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_io.h copyroot: 0 / id: 1l-229997.0.r288348/9914 type: file pred: 1l-229997.0.r288310/47688 count: 60 text: 288348 6734 375 17157 a545347e3d6aec60b3f1b32e428c4deb 1dc58c37fce90c780ff55d24960b0a203ab48166 288347-66t7/_e props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/cam/ctl/ctl_private.h copyroot: 0 / PLAIN K 14 README.ctl.txt V 29 file c-229997.0.r288310/46129 K 5 ctl.c V 28 file f-229997.0.r288348/7138 K 5 ctl.h V 28 file h-229997.0.r288348/7440 K 13 ctl_backend.c V 29 file j-229997.0.r288211/12915 K 13 ctl_backend.h V 28 file l-229997.0.r288348/7740 K 19 ctl_backend_block.c V 28 file n-229997.0.r288348/8050 K 21 ctl_backend_ramdisk.c V 28 file r-229997.0.r288348/8366 K 15 ctl_cmd_table.c V 28 file t-229997.0.r288348/8684 K 11 ctl_debug.h V 28 file v-229997.0.r273163/3048 K 11 ctl_error.c V 28 file x-229997.0.r288348/8996 K 11 ctl_error.h V 28 file z-229997.0.r288348/9303 K 14 ctl_frontend.c V 29 file 11-229997.0.r288221/9612 K 14 ctl_frontend.h V 30 file 13-229997.0.r288211/13538 K 22 ctl_frontend_cam_sim.c V 30 file 15-229997.0.r288259/14648 K 20 ctl_frontend_ioctl.c V 27 file 7-286807.0.r288261/299 K 20 ctl_frontend_iscsi.c V 29 file p-255570.0.r288221/10556 K 20 ctl_frontend_iscsi.h V 28 file r-255570.0.r278397/3003 K 8 ctl_ha.c V 27 file i-287621.0.r288247/284 K 8 ctl_ha.h V 29 file 1b-229997.0.r288146/3842 K 8 ctl_io.h V 29 file 1d-229997.0.r288348/9609 K 11 ctl_ioctl.h V 30 file 1f-229997.0.r288259/14968 K 13 ctl_private.h V 29 file 1l-229997.0.r288348/9914 K 14 ctl_scsi_all.c V 30 file 1n-229997.0.r287620/21206 K 14 ctl_scsi_all.h V 31 file 1p-229997.0.r229997/266558 K 15 ctl_ser_table.c V 28 file 1r-229997.0.r288224/475 K 9 ctl_tpc.c V 27 file c-268767.0.r287913/257 K 9 ctl_tpc.h V 28 file e-268767.0.r278625/7593 K 15 ctl_tpc_local.c V 29 file g-268767.0.r288221/10868 K 10 ctl_util.c V 30 file 1t-229997.0.r288259/15589 K 10 ctl_util.h V 30 file 1v-229997.0.r288259/15897 K 10 scsi_ctl.c V 29 file 1x-229997.0.r288166/1700 END ENDREP id: a-229997.0.r288348/11899 type: dir pred: a-229997.0.r288310/49678 count: 405 text: 288348 10226 1660 0 4ae559a4b215525cd076eaeccb50f3d1 cpath: /head/sys/cam/ctl copyroot: 0 / PLAIN K 13 README.quirks V 28 file 3-170118.0.r170485/3805 K 3 ata V 27 dir l-195534.0.r287289/3345 K 5 cam.c V 28 file 4-39212.0.r284192/60844 K 5 cam.h V 28 file 7-39212.0.r284192/61136 K 9 cam_ccb.h V 28 file 9-39212.0.r278964/14002 K 12 cam_compat.c V 28 file 5-251837.0.r259397/3143 K 12 cam_compat.h V 28 file 7-251837.0.r259397/3446 K 11 cam_debug.h V 27 file d-39212.0.r260509/7267 K 12 cam_periph.c V 27 file j-39212.0.r285819/6154 K 12 cam_periph.h V 26 file l-39212.0.r260541/998 K 11 cam_queue.c V 27 file n-39212.0.r271588/7154 K 11 cam_queue.h V 27 file p-39212.0.r271588/7448 K 9 cam_sim.c V 27 file r-39212.0.r256843/4819 K 9 cam_sim.h V 27 file t-39212.0.r256843/5108 K 9 cam_xpt.c V 26 file v-39212.0.r281531/153 K 9 cam_xpt.h V 27 file x-39212.0.r256843/5690 K 18 cam_xpt_internal.h V 29 file 12-195534.0.r278228/1670 K 16 cam_xpt_periph.h V 27 file z-39212.0.r256552/5533 K 13 cam_xpt_sim.h V 28 file 11-39212.0.r256843/6290 K 3 ctl V 28 dir a-229997.0.r288348/11899 K 4 scsi V 27 dir 3-39213.0.r288310/51826 END ENDREP id: 2-39212.0.r288348/13119 type: dir pred: 2-39212.0.r288310/53044 count: 1735 text: 288348 12079 1027 0 cc8e11c4633aa9f655bc4aecdb527ea4 cpath: /head/sys/cam copyroot: 0 / PLAIN K 8 Makefile V 24 file 2-1598.0.r283743/47 K 5 amd64 V 22 dir o-5.0.r288256/3345 K 3 arm V 26 dir 2-70651.0.r288256/9759 K 5 arm64 V 28 dir 2-280364.0.r288256/13107 K 4 boot V 27 dir 6j-38465.0.r288311/7343 K 3 bsm V 26 dir 2-141144.0.r264236/981 K 3 cam V 27 dir 2-39212.0.r288348/13119 K 4 cddl V 29 dir br-168404.0.r288340/14167 K 6 compat V 25 dir k-9313.0.r288336/9016 K 4 conf V 23 dir y-5.0.r288176/17993 K 7 contrib V 27 dir 2-23283.0.r288253/81641 K 6 crypto V 26 dir 7-55009.0.r286049/1828 K 3 ddb V 24 dir 10-5.0.r286584/40436 K 3 dev V 24 dir 12-5.0.r288320/18039 K 2 fs V 25 dir 2-1541.0.r288044/1714 K 3 gdb V 29 dir h-131899.0.r283291/118078 K 4 geom V 26 dir 2-13041.0.r288153/3299 K 3 gnu V 25 dir 2-1421.0.r287698/1649 K 4 i386 V 24 dir 1c-5.0.r288256/16452 K 3 isa V 23 dir 1w-5.0.r263379/9436 K 4 kern V 24 dir 20-5.0.r288336/23623 K 7 kgssapi V 29 dir 13-184588.0.r273707/19780 K 7 libkern V 25 dir 9-1542.0.r288073/4683 K 4 mips V 28 dir 2-178171.0.r288256/20453 K 7 modules V 26 dir i-2834.0.r288304/20762 K 3 net V 25 dir x-1542.0.r288301/8768 K 8 net80211 V 27 dir 2-116742.0.r288334/4498 K 8 netgraph V 27 dir 69-52419.0.r287654/6704 K 7 netinet V 27 dir 4f-1541.0.r288301/16824 K 8 netinet6 V 27 dir q-52904.0.r288301/20568 K 8 netipsec V 27 dir 2-105197.0.r286292/8417 K 7 netnatm V 27 dir 7-25604.0.r257179/42996 K 7 netpfil V 29 dir 11-240494.0.r287861/15577 K 6 netsmb V 26 dir u-75374.0.r264600/1203 K 3 nfs V 26 dir 4l-1541.0.r288265/1543 K 9 nfsclient V 27 dir 4r-1541.0.r281691/29780 K 9 nfsserver V 26 dir 5l-1541.0.r276780/4259 K 3 nlm V 29 dir 1i-177633.0.r273707/29853 K 4 ofed V 29 dir 1hj-219820.0.r287862/3481 K 10 opencrypto V 28 dir 2-104476.0.r286292/10613 K 4 pc98 V 26 dir p-10097.0.r287260/5139 K 7 powerpc V 23 dir 22-5.0.r288001/4760 K 3 rpc V 25 dir u-1839.0.r288272/3067 K 8 security V 27 dir 2-86630.0.r285172/24066 K 7 sparc64 V 27 dir 2-79054.0.r288000/39493 K 3 sys V 24 dir 28-5.0.r288258/15263 K 5 teken V 34 dir h-186681.0-196775.r287098/1015 K 5 tools V 27 dir 6k-1541.0.r288336/24685 K 3 ufs V 26 dir 1a-1542.0.r287483/1556 K 2 vm V 26 dir 1k-1542.0.r288281/3497 K 3 x86 V 28 dir 11-204309.0.r288118/1716 K 3 xdr V 29 dir 46-177633.0.r248318/15729 K 3 xen V 28 dir 2-181624.0.r286999/19889 END ENDREP id: g-5.0.r288348/15562 type: dir pred: g-5.0.r288340/16627 count: 103156 text: 288348 13294 2255 0 b0c4f55279d6730e542c59b35f314965 props: 286616 20672 1235 0 6f81261f42b4a9b0c6385f5e8d0267c0 cpath: /head/sys copyroot: 0 / minfo-cnt: 29 minfo-here: y PLAIN K 10 .arcconfig V 26 file 1-265842.0.r285064/64 K 8 .arclint V 27 file 1-266959.0.r281789/766 K 9 COPYRIGHT V 25 file 1-2656.0.r276462/908 K 5 LOCKS V 27 file 1-146890.0.r255635/270 K 11 MAINTAINERS V 27 file 1-94742.0.r276479/7979 K 8 Makefile V 30 file 3-1594.0-1595.r287903/337 K 13 Makefile.inc1 V 26 file 5-38666.0.r288339/724 K 17 ObsoleteFiles.inc V 28 file 4-148330.0.r288339/1010 K 6 README V 26 file 1-21173.0.r281727/580 K 8 UPDATING V 25 file 1-41806.0.r288177/53 K 3 bin V 22 dir 1-5.0.r288330/4031 K 4 cddl V 28 dir 1-168404.0.r288340/11592 K 7 contrib V 26 dir 1-16755.0.r288303/6385 K 6 crypto V 27 dir 1-25405.0.r287143/20278 K 3 etc V 23 dir 1-38.0.r288330/9591 K 5 games V 25 dir 1-2491.0.r287582/2590 K 3 gnu V 22 dir 1-3.0.r288267/6485 K 7 include V 24 dir 1-697.0.r287972/6975 K 9 kerberos5 V 27 dir 4q-29815.0.r288266/7593 K 3 lib V 23 dir 6-5.0.r288309/23138 K 7 libexec V 23 dir c-5.0.r288228/28264 K 7 release V 25 dir 1-3027.0.r288347/1505 K 6 rescue V 28 dir 7-117035.0.r288228/29259 K 4 sbin V 24 dir fa-4.0.r288305/12871 K 6 secure V 25 dir r-1553.0.r287981/6145 K 5 share V 23 dir e-3.0.r288310/45874 K 3 sys V 23 dir g-5.0.r288348/15562 K 7 targets V 34 dir 2-242818.1-284345.r288339/7495 K 5 tests V 27 dir g-257097.0.r287602/1916 K 5 tools V 26 dir 43-1590.0.r288339/9948 K 7 usr.bin V 23 dir m-3.0.r288344/14376 K 8 usr.sbin V 23 dir q-3.0.r288310/69906 END ENDREP id: 5-1.0.r288348/17221 type: dir pred: 5-1.0.r288347/3080 count: 196035 text: 288348 15815 1393 0 229f8bd72e660f0c572e3d8a0c2f95c7 props: 288330 11209 1756 0 d01b0e72dab28f74f26b66dbac061dac cpath: /head copyroot: 0 / minfo-cnt: 163 minfo-here: y PLAIN K 11 ROADMAP.txt V 26 file 0-179453.0.r285589/70 K 4 head V 23 dir 5-1.0.r288348/17221 K 8 projects V 25 dir 6-1.0.r288343/1301547 K 7 release V 22 dir 7-1.0.r286717/3051 K 6 releng V 23 dir 8-1.0.r287873/48546 K 6 stable V 23 dir 9-1.0.r288346/54415 K 8 svnadmin V 27 dir 0-179447.0.r287838/1302 K 4 user V 22 dir a-1.0.r288342/4862 K 6 vendor V 22 dir b-1.0.r288244/6388 K 13 vendor-crypto V 25 dir 0-1575.0.r287159/3577 K 10 vendor-sys V 27 dir 0-12116.0.r288063/18782 END ENDREP id: 0.0.r288348/17959 type: dir pred: 0.0.r288347/3815 count: 288348 text: 288348 17470 476 0 47256e184794968e497595755217e2c1 props: 280653 0 4147 0 7340c02349f175c82d973dc373f34e56 cpath: / copyroot: 0 / minfo-cnt: 44167 f-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl.c h-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl.h l-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_backend.h n-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_backend_block.c r-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_backend_ramdisk.c t-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_cmd_table.c x-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_error.c z-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_error.h 1d-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_io.h 1l-229997.0.t288347-66t7 modify-file true false /head/sys/cam/ctl/ctl_private.h 17959 18183