Searched refs:CTL (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-14-stable/crypto/openssh/regress/ |
| HD | forwarding.sh | 14 CTL=${SSH_REGRESS_TMP}/ctl-sock 28 rm -f $CTL 29 ${SSH} -S $CTL -N -M -F $OBJ/ssh_config -f $fwd somehost 37 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null 71 rm -f $CTL 72 ${SSH} -S $CTL -N -M -f -F $OBJ/ssh_config -L ${base}01:127.0.0.1:$PORT \ 82 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null 85 rm -f $CTL 86 ${SSH} -S $CTL -N -M -f -F $OBJ/ssh_config -R ${base}01:127.0.0.1:$PORT \ 96 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null [all …]
|
| HD | multiplex.sh | 5 CTL=${SSH_REGRESS_TMP}/ctl-sock 19 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost \ 32 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \ 43 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF' 52 ${SSH} -F $OBJ/ssh_config -oSetEnv="_XXX_TEST=foo" -S$CTL otherhost sh << 'EOF' 63 ${SSH} $mode -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY} 69 ${SSH} $mode -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY} 77 ${SFTP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost >>$TEST_REGRESS_LOGFILE 2>&1 83 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LO… 92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L127.0.0.1:$((${PORT} + 2)):127.0.0.1:$((${PORT} + 1))… [all …]
|
| HD | connection-timeout.sh | 9 CTL=$OBJ/ctl-sock 13 test -S $CTL || return 1 15 -oControlPath=$CTL somehost >/dev/null 2>&1 ; then 24 -oControlMaster=yes -oControlPath=$CTL somehost 31 test -S $CTL || return 34 -oControlPath=$CTL >/dev/null somehost >/dev/null ; then 39 test -S $CTL || break 43 if test -S $CTL ; then 67 ${REAL_SSH} -qoControlPath=$CTL -oControlMaster=no -Fnone somehost \
|
| HD | dynamic-forward.sh | 13 CTL=${SSH_REGRESS_TMP}/ctl-sock 28 -oControlMaster=yes -oControlPath=$CTL somehost 32 -oControlPath=$CTL somehost >/dev/null 2>&1 ; then 38 test -S $CTL || return 40 -oControlPath=$CTL >/dev/null somehost >/dev/null ; then 45 test -S $CTL || break 49 if test -S $CTL ; then
|
| HD | forward-control.sh | 8 CTL=$OBJ/ctl-sock 24 ${SSH} -F $OBJ/ssh_proxy -S $CTL -O $1 host 2>&1 38 -MS $CTL -o ControlPersist=yes \ 65 -MS $CTL -o ControlPersist=yes \
|
| /freebsd-14-stable/contrib/jemalloc/src/ |
| HD | ctl.c | 265 #define CTL(c) 0, NULL, c##_ctl macro 274 {NAME("enabled"), CTL(thread_tcache_enabled)}, 275 {NAME("flush"), CTL(thread_tcache_flush)} 279 {NAME("name"), CTL(thread_prof_name)}, 280 {NAME("active"), CTL(thread_prof_active)} 284 {NAME("arena"), CTL(thread_arena)}, 285 {NAME("allocated"), CTL(thread_allocated)}, 286 {NAME("allocatedp"), CTL(thread_allocatedp)}, 287 {NAME("deallocated"), CTL(thread_deallocated)}, 288 {NAME("deallocatedp"), CTL(thread_deallocatedp)}, [all …]
|
| /freebsd-14-stable/sys/cam/ctl/ |
| HD | README.ctl.txt | 2 CTL - CAM Target Layer Description 12 Configuring and Running CTL 21 CTL is a disk, processor and cdrom device emulation subsystem originally 26 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is 28 that Spectra would work to get CTL into the FreeBSD tree. 52 Configuring and Running CTL: 70 - You should now see the CTL disk LUN through camcontrol devlist: 76 This is visible through the CTL CAM SIM. This allows using CTL without 81 target mode enabled, you should now also be able to see the CTL LUNs via 84 Note that all CTL LUNs are presented to all frontends. There is no [all …]
|
| /freebsd-14-stable/tools/tools/ath/athprom/ |
| HD | eeprom-4 | 66 | CTL: $CTL [ $ctlRD $ctlType mode ] | 131 | CTL: $CTL [ $ctlRD $ctlType mode ] | 196 | CTL: $CTL [ $ctlRD $ctlType mode ] |
|
| HD | eeprom-14 | 86 | CTL: $CTL [ $ctlRD $ctlType mode ] | 110 | CTL: $CTL [ $ctlRD $ctlType mode ] |
|
| HD | eeprom-5 | 79 | CTL: $CTL [ $ctlRD $ctlType mode ] | 157 | CTL: $CTL [ $ctlRD $ctlType mode ] | 235 | CTL: $CTL [ $ctlRD $ctlType mode ] |
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | micrel-ksz90x1.txt | 49 - rxdv-skew-ps : Skew control of RX CTL pad 51 - txen-skew-ps : Skew control of TX CTL pad 142 - rxdv-skew-ps : Skew control of RX CTL pad 143 - txen-skew-ps : Skew control of TX CTL pad 176 - rxdv-skew-psec : Skew control of RX CTL pad 177 - txen-skew-psec : Skew control of TX CTL pad
|
| /freebsd-14-stable/tests/sys/cam/ctl/ |
| HD | ctl.subr | 51 /FREEBSD CTL.*,pass/ && $9==lun { 54 /FREEBSD CTL.*\(pass/ && $9==lun { 83 # Create a CTL LUN
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | intel-ixp42x-gateworks-gw2348.dts | 100 /* First register set is CMD second is CTL (notice it uses CS2) */
|
| HD | intel-ixp43x-gateworks-gw2358.dts | 116 /* First register set is CMD second is CTL */
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclBase.cpp | 491 if (auto CTL = TL.getAs<ConstantArrayTypeLoc>()) { in isFlexibleArrayMemberLike() local 493 dyn_cast_if_present<IntegerLiteral>(CTL.getSizeExpr()); in isFlexibleArrayMemberLike()
|
| /freebsd-14-stable/usr.sbin/services_mkdb/ |
| HD | services | 473 x-bone-ctl 265/tcp #X-Bone CTL 474 x-bone-ctl 265/udp #X-Bone CTL 2002 prom-ctl 9572/tcp #CTL prometheus
|
| /freebsd-14-stable/share/misc/ |
| HD | usb_vendors | 7326 00d4 CTL-460 [Bamboo Pen (S)] 7327 00d5 CTL-660 [Bamboo Pen (M)] 7335 00dd CTL-470 [Bamboo Connect] 7360 0300 CTL-471 [Bamboo Splash, One by Wacom (S)] 7361 0301 CTL-671 [One by Wacom (M)] 7367 030e CTL-480 [Intuos Pen (S)] 7373 0323 CTL-680 [Intuos Pen (M)] 7382 033b CTL-490 [Intuos Draw (S)] 7384 033d CTL-690 [Intuos Draw (M)] 7406 0374 CTL-4100 [Intuos (S)] [all …]
|
| HD | pci_vendors | 38287 1010 vSMP Foundation controller [vSMP CTL] 38288 1011 vSMP Foundation MEX/FLX controller [vSMP CTL]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZScheduleZEC12.td | 1267 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| HD | SystemZScheduleZ196.td | 1222 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| HD | SystemZScheduleZ13.td | 1540 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| HD | SystemZScheduleZ14.td | 1630 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| HD | SystemZScheduleZ15.td | 1677 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| HD | SystemZScheduleZ16.td | 1710 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
|
| /freebsd-14-stable/contrib/dialog/ |
| HD | CHANGES | 1070 + add bindings for CTL/N, CTL/P to checklist, fselect and menubox
|
12