Home
last modified time | relevance | path

Searched refs:startcmd (Results 1 – 25 of 35) sorted by relevance

12

/dports/ftp/bbftp-client/bbftp-client-3.2.1/bbftpc/
H A Dbbftp.c403 char *startcmd ; local
862 startcmd = bbftprc ;
868 startcmd = carret ;
872 if ( !strncmp(startcmd,"setbuffersize",13)) {
932 } else if (!strncmp(startcmd,"setackto",8)) {
953 } else if (!strncmp(startcmd,"setdatato",9)) {
964 startcmd = startcmd + 9 ;
965 while (*startcmd == ' ' && *startcmd != '\0' ) startcmd++ ;
966 if ( !strncmp(startcmd,"no",2) ) {
968 startcmd = startcmd+2 ;
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc.c638 if (mc->startcmd.startnow && mc->startcmd.startcmd) in ipmi_mc_enable()
681 if (!mc->startcmd.startcmd) { in ipmi_mc_start_cmd()
687 if (mc->startcmd.vmpid) { in ipmi_mc_start_cmd()
708 if (mc->startcmd.wait_poweroff || !mc->startcmd.vmpid) in ipmi_mc_stop_cmd()
712 mc->startcmd.wait_poweroff = mc->startcmd.poweroff_wait_time; in ipmi_mc_stop_cmd()
764 return &mc->startcmd; in ipmi_mc_get_startcmdinfo()
860 if (mc->startcmd.vmpid) in handle_tick()
862 mc->startcmd.wait_poweroff = -mc->startcmd.kill_wait_time; in handle_tick()
866 if (mc->startcmd.wait_poweroff == 0 && mc->startcmd.vmpid) in handle_tick()
878 mc->startcmd.vmpid = 0; in handle_child_quit()
[all …]
H A Dconfig.c847 if (sys->startcmd) in read_config()
848 err = get_delim_str(&tokptr, &sys->startcmd->startcmd, &errstr); in read_config()
850 if (sys->startcmd) in read_config()
851 err = get_bool(&tokptr, &sys->startcmd->startnow, &errstr); in read_config()
853 if (sys->startcmd) in read_config()
854 err = get_uint(&tokptr, &sys->startcmd->poweroff_wait_time, in read_config()
857 if (sys->startcmd) in read_config()
858 err = get_uint(&tokptr, &sys->startcmd->kill_wait_time, &errstr); in read_config()
876 sys->startcmd = ipmi_mc_get_startcmdinfo(mc); in read_config()
H A Dlan.conf54startcmd "qemu-system-x86_64 --enable-kvm -drive file=/opt/qemu/cge-complete-image-x86-generic-64-…
112startcmd "qemu-system-x86_64 --enable-kvm -drive file=/opt/qemu/cge-complete-image-x86-generic-64-…
H A Dlanserv.c700 ipmi_do_start_cmd(startcmd_t *startcmd) in ipmi_do_start_cmd() argument
705 cmd = malloc(strlen(startcmd->startcmd) + 6); in ipmi_do_start_cmd()
709 strcpy(cmd + 5, startcmd->startcmd); in ipmi_do_start_cmd()
723 startcmd->vmpid = pid; in ipmi_do_start_cmd()
728 ipmi_do_kill(startcmd_t *startcmd, int noblock) in ipmi_do_kill() argument
731 kill(startcmd->vmpid, SIGKILL); in ipmi_do_kill()
733 kill(startcmd->vmpid, SIGTERM); in ipmi_do_kill()
H A Dipmi_sim.c1405 ipmi_do_start_cmd(startcmd_t *startcmd) in ipmi_do_start_cmd() argument
1410 cmd = malloc(strlen(startcmd->startcmd) + 6); in ipmi_do_start_cmd()
1414 strcpy(cmd + 5, startcmd->startcmd); in ipmi_do_start_cmd()
1429 startcmd->vmpid = pid; in ipmi_do_start_cmd()
1434 ipmi_do_kill(startcmd_t *startcmd, int noblock) in ipmi_do_kill() argument
1437 kill(startcmd->vmpid, SIGKILL); in ipmi_do_kill()
1439 kill(startcmd->vmpid, SIGTERM); in ipmi_do_kill()
1592 sysinfo.startcmd = ipmi_mc_get_startcmdinfo(mc); in main()
/dports/ftp/bbftp-server/bbftp-server-3.2.1/bbftpd/
H A Dbbftpd.c419 char *startcmd ; local
686 startcmd = bbftpdrc ;
692 startcmd = carret ;
696 if (!strncmp(startcmd,"setackto",8)) {
717 } else if (!strncmp(startcmd,"setdatato",9)) {
731 } else if (!strncmp(startcmd,"setoption",9)) {
735 startcmd = startcmd + 9 ;
736 while (*startcmd == ' ' && *startcmd != '\0' ) startcmd++ ;
737 if ( !strncmp(startcmd,"no",2) ) {
739 startcmd = startcmd+2 ;
[all …]
/dports/emulators/bochs/bochs-2.7/build/
H A Dbatch-build.perl245 $startcmd = "nice $maybe_nohup ./build.sh";
273 $startcmd
282 $startcmd = "xterm -title $name -name $name $geometry -e ./xterm-init.sh";
285 $cmd = "$gotodir && $startcmd";
/dports/databases/grass7/grass-7.8.6/lib/python/gunittest/
H A Dmultirunner.py109 startcmd = grass7bin + ' --config path'
110 p = subprocess.Popen(startcmd, shell=True,
114 … print("ERROR: Cannot find GRASS GIS 7 start script (%s):\n%s" % (startcmd, err), file=sys.stderr)
/dports/mail/exmh2/exmh-2.9.0/lib/
H A Duri.tcl208 regsub -- {-remote openURL\(.*\)} $rmtcmd {} startcmd
210 Exmh_Debug rmtcmd $rmtcmd \n sendargs $sendargs \n startcmd $startcmd
218 eval exec $startcmd { $xuri & }
223 eval exec $startcmd { $xuri & }
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/OpenIPMI/
H A Dserv.h310 char *startcmd; member
370 startcmd_t *startcmd; member
474 void ipmi_do_start_cmd(startcmd_t *startcmd);
475 void ipmi_do_kill(startcmd_t *startcmd, int noblock);
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/radovskyb/watcher/watcher-1.0.6/cmd/watcher/
H A Dmain.go22 startcmd := flag.Bool("startcmd", false, "run the command when watcher starts")
154 if *cmd != "" && *startcmd {
H A DREADME.md29 -startcmd
/dports/databases/twemproxy/twemproxy-0.5.0/tests/conf/
H A Dcontrol.sh11 ${startcmd}
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/OSX/CocoaVanilla/
H A DCVSmartMenu.h71 CVSmartMenuGroup(MenuRef m, int startcmd, NSBundle *b, int t=CVSM_EXCLUSIVE);
H A DCVSmartMenu.mm127 CVSmartMenuGroup::CVSmartMenuGroup(MenuRef m, int startcmd, NSBundle *b, int t) {
130 lastcmdid=startcmd;
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/OSX/CocoaVanilla/
H A DCVSmartMenu.h71 CVSmartMenuGroup(MenuRef m, int startcmd, NSBundle *b, int t=CVSM_EXCLUSIVE);
H A DCVSmartMenu.mm127 CVSmartMenuGroup::CVSmartMenuGroup(MenuRef m, int startcmd, NSBundle *b, int t) {
130 lastcmdid=startcmd;
/dports/ftp/wzdftpd/wzdftpd-0.8.3/wzdftpd/
H A Dwzd_main.c623 char startcmd[MAX_PATH+1]; in nt_service_register() local
642 snprintf(startcmd,MAX_PATH,"%s -f \"%s\" -service",binaryPathName,config_fullpath); in nt_service_register()
652 startcmd, /* service's binary */ in nt_service_register()
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dwispy_hw_dbx.c850 wispydbx_startsweep startcmd; in wispydbx_usb_open() local
916 startcmd.report_id = 0x53; in wispydbx_usb_open()
917 startcmd.command_id = 0x89; in wispydbx_usb_open()
918 startcmd.command_flags = in wispydbx_usb_open()
930 (uint8_t *) &startcmd, (int) sizeof(wispydbx_startsweep), in wispydbx_usb_open()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/node/
H A Dkubelet.go108 const startcmd = "/usr/sbin/rpc.nfsd 1"
110 framework.RunKubectlOrDie(ns, "exec", ns, serverPod.Name, "--", "/bin/sh", "-c", startcmd)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/matlab/
H A Dmatlab.lisp32 (def-call-out engOpen (:arguments (startcmd c-string)) (:return-type Engine))
65 (:arguments (startcmd c-string) (dcom c-pointer)
/dports/net/latd/latd-1.31/
H A Dserver.cc1269 LAT_SessionStartCmd startcmd; in process_command_msg() local
1270 memset(&startcmd, 0, sizeof(startcmd)); in process_command_msg()
1271 startcmd.dataslotsize = 255; in process_command_msg()
1273 (const char *)&startcmd, in process_command_msg()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Coq/
H A Dparse_vernac.cpp892 int i= 0, startcmd= 0, n= N(s), indent_level=-1; in parse_raw_coq() local
910 string body= s (startcmd, ++i); in parse_raw_coq()
964 startcmd= i; in parse_raw_coq()
972 doc << parse_vernac_command (s (startcmd, n)); in parse_raw_coq()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Dif_il.c416 goto startcmd; in ilstart()
428 startcmd: in ilstart()

12