Home
last modified time | relevance | path

Searched refs:tgtd (Results 1 – 25 of 68) sorted by relevance

123

/dports/sysutils/webmin/webmin-1.981/iscsi-tgtd/
H A Dconfig-Rocky-Linux-7.0-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig-AlmaLinux-Linux-7.0-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig-CentOS-Linux-7.0-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig-Redhat-Enterprise-Linux-7.0-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig-Scientific-Linux-7.0-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig-Amazon-Linux-2-ALL1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
6 start_cmd=systemctl start tgtd
7 stop_cmd=systemctl stop tgtd
8 restart_cmd=systemctl restart tgtd
H A Dconfig1 config_file=/etc/tgt/tgtd.conf
2 tgtd=tgtd
4 init_name=tgtd
H A Dconfig-syno-linux1 config_file=/etc/tgt/tgtd.conf
2 init_name=tgtd
3 tgtd=tgtd
H A Dconfig-redhat-linux2 tgtd=tgtd
5 init_name=tgtd
6 restart_cmd=/etc/init.d/tgtd reload
H A Dconfig-debian-linux2 tgtd=tgtd
5 init_name=tgtd
H A Dconfig.info.no3 tgtd=Full sti til tgtd kommando,0
H A Dconfig.info3 tgtd=Full path to tgtd command,0
H A Dconfig.info.de3 tgtd=Voller Pfad zum tgtd-Befehl,0
H A Dconfig.info.ca3 tgtd=Camí complet de l'ordre tgtd,0
/dports/sysutils/dateutils/dateutils-0.4.1/lib/
H A Dyd.c759 signed int tgtd = d.d + n; in __yd_add_d() local
762 return __yd_fixup_d(d.y, tgtd); in __yd_add_d()
770 int tgtd = d.d + __get_d_equiv(wd, n); in __yd_add_b() local
773 return __yd_fixup_d(d.y, tgtd); in __yd_add_b()
800 signed int tgtd; in __yd_diff() local
814 tgtd = (d2.d - d1.d); in __yd_diff()
824 tgtd++; in __yd_diff()
827 tgtd++; in __yd_diff()
831 tgtd--; in __yd_diff()
834 if (tgtd < 0) { in __yd_diff()
[all …]
H A Dymd.c592 signed int tgtd = d.d + n; in __ymd_add_d() local
595 return __ymd_fixup_d(d.y, d.m, tgtd); in __ymd_add_d()
603 int tgtd = d.d + __get_d_equiv(wd, n); in __ymd_add_b() local
606 return __ymd_fixup_d(d.y, d.m, tgtd); in __ymd_add_b()
652 signed int tgtd; in __ymd_diff() local
665 if ((tgtd = d2.d - d1.d) < 0 && tgtm != 0) { in __ymd_diff()
675 tgtd += __get_mdays(d2y, d2m); in __ymd_diff()
689 res.ymd.d = tgtd; in __ymd_diff()
H A Dymcw.c499 signed int tgtd; in __ymcw_diff() local
527 tgtd = off2 - off1 + GREG_DAYS_P_WEEK * (d2.c - d1.c); in __ymcw_diff()
531 if (tgtd < (signed int)GREG_DAYS_P_WEEK && tgtm > 0) { in __ymcw_diff()
541 tgtd += __get_mdays(d2y, d2m); in __ymcw_diff()
548 res.ymcw.c = tgtd / GREG_DAYS_P_WEEK; in __ymcw_diff()
549 res.ymcw.w = tgtd % GREG_DAYS_P_WEEK; in __ymcw_diff()
H A Dywd.c890 signed int tgtd; in __ywd_diff() local
907 tgtd = (d2.w ?: 7) - (d1.w ?: 7); in __ywd_diff()
910 if (tgtd < 0) { in __ywd_diff()
912 tgtd += GREG_DAYS_P_WEEK; in __ywd_diff()
922 res.ywd.w = tgtd; in __ywd_diff()
H A Dbizda.c567 unsigned int tgtd = __bizda_get_mday(d); in __bizda_to_ymd() local
569 return (dt_ymd_t){.y = d.y, .m = d.m, .d = tgtd}; in __bizda_to_ymd()
575 res.d = tgtd; in __bizda_to_ymd()
/dports/net/samba412/samba-4.12.15/ctdb/config/events/legacy/
H A D70.iscsi.script48 killall -9 tgtd >/dev/null 2>/dev/null
54 tgtd >/dev/null 2>&1
79 killall -9 tgtd >/dev/null 2>&1
/dports/www/davix/davix-0.7.6/dist/
H A DinstallDavix.sh187 tgtd="$TGTDIR"
188 TGTDIR=`(cd $tgtd && pwd)`
190 echo "Install dir $tgtd does not exist, please create it first."
/dports/misc/py-cinder/cinder-12.0.10/contrib/block-box/scripts/
H A Dlvm-service.sh25 /usr/sbin/tgtd
/dports/net/libiscsi/libiscsi-1.19.0/tests/
H A Dfunctions.sh1 export TGT_IPC_SOCKET=`pwd`/tgtd.socket
/dports/misc/py-cinder/cinder-12.0.10/doc/source/install/
H A Dcinder-storage-install-obs.rst271 # systemctl enable openstack-cinder-volume.service tgtd.service
272 # systemctl start openstack-cinder-volume.service tgtd.service
/dports/misc/py-cinder/cinder-12.0.10/contrib/block-box/
H A DREADME.CVOL-LVM.md38 /usr/sbin/tgtd

123