/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmdbuf.c | 47 cmdbuf_shiftr(mdb_cmdbuf_t *cmd, size_t nbytes) in cmdbuf_shiftr() argument 49 bcopy(&cmd->cmd_buf[cmd->cmd_bufidx], in cmdbuf_shiftr() 50 &cmd->cmd_buf[cmd->cmd_bufidx + nbytes], in cmdbuf_shiftr() 51 cmd->cmd_buflen - cmd->cmd_bufidx); in cmdbuf_shiftr() 55 mdb_cmdbuf_allocchunk(mdb_cmdbuf_t *cmd) in mdb_cmdbuf_allocchunk() argument 59 ssize_t newhalloc = cmd->cmd_halloc + MDB_DEF_HISTLEN; in mdb_cmdbuf_allocchunk() 61 if (newhalloc > cmd->cmd_histlen) in mdb_cmdbuf_allocchunk() 62 newhalloc = cmd->cmd_histlen; in mdb_cmdbuf_allocchunk() 64 bcopy(cmd->cmd_history, newhistory, cmd->cmd_halloc * sizeof (char *)); in mdb_cmdbuf_allocchunk() 65 mdb_free(cmd->cmd_history, cmd->cmd_halloc * sizeof (char *)); in mdb_cmdbuf_allocchunk() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 97 register Cmdarg_t* cmd; in cmdopen_20120411() local 149 if (!(cmd = newof(0, Cmdarg_t, 1, n + m))) in cmdopen_20120411() 155 cmd->id = lib; in cmdopen_20120411() 156 cmd->disc = disc; in cmdopen_20120411() 157 cmd->errorf = disc->errorf; in cmdopen_20120411() 158 if (!(cmd->runf = disc->runf)) in cmdopen_20120411() 159 cmd->runf = cmdrun; in cmdopen_20120411() 163 s = cmd->buf; in cmdopen_20120411() 167 cmd->echo = 1; in cmdopen_20120411() 171 cmd->echo = 1; in cmdopen_20120411() [all …]
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dump.c | 493 int *argc, int *argv, char *cmd in getcmd() argument 499 while (*cmd == ' ') cmd ++; in getcmd() 501 if (*cmd == 0) { in getcmd() 503 } else if (*cmd == '?') { in getcmd() 508 if (strncmp(cmd, "list ", 5) == 0) { in getcmd() 509 cmd += 5; in getcmd() 510 while (*cmd == ' ') cmd ++; in getcmd() 511 if (*cmd == 0) { in getcmd() 513 } else if (*cmd == 'p') { in getcmd() 514 cmd ++; in getcmd() [all …]
|
/illumos-gate/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 31 All:suser:cmd:::*: 32 Audit Control:solaris:cmd:::/usr/sbin/audit:privs=proc_owner,sys_audit 33 Audit Configuration:solaris:cmd:::/usr/sbin/auditconfig:privs=sys_audit 34 Audit Review:solaris:cmd:::/usr/sbin/auditreduce:euid=0 35 Audit Review:solaris:cmd:::/usr/sbin/auditstat:privs=proc_audit 36 Audit Review:solaris:cmd:::/usr/sbin/praudit:privs=file_dac_read 37 Contract Observer:solaris:cmd:::/usr/bin/ctwatch:\ 39 Cron Management:suser:cmd:::/usr/bin/crontab:euid=0 40 Crypto Management:suser:cmd:::/usr/sbin/cryptoadm:euid=0 41 Crypto Management:suser:cmd:::/usr/bin/kmfcfg:euid=0 [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 264 scsa1394_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in scsa1394_attach() argument 269 switch (cmd) { in scsa1394_attach() 341 scsa1394_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in scsa1394_detach() argument 350 switch (cmd) { in scsa1394_detach() 1078 uchar_t cmd, uint_t addr, uint_t cnt) in scsa1394_probe_g0_nodata() argument 1090 (void) scsi_setup_cdb((union scsi_cdb *)pkt->pkt_cdbp, cmd, addr, cnt, in scsa1394_probe_g0_nodata() 1262 scsa1394_cmd_t *cmd = PKT2CMD(pkt); in scsa1394_scsi_sync_pkt() local 1264 if (cmd->sc_flags & SCSA1394_CMD_DMA_BUF_VALID) { in scsa1394_scsi_sync_pkt() 1265 (void) ddi_dma_sync(cmd->sc_buf_dma_hdl, 0, 0, in scsa1394_scsi_sync_pkt() 1266 (cmd->sc_flags & SCSA1394_CMD_READ) ? in scsa1394_scsi_sync_pkt() [all …]
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 125 static cmd_t *cmd = NULL; /* Command being processed */ variable 200 cmd_t *cmd; member 229 %type <cmd> command 230 %type <cmd> list_command info_command edit_command create_command 243 if ($1->cmd != NULL) 244 $1->cmd($1); 249 if ($2->cmd != NULL) 250 $2->cmd($2); 259 if ($1->cmd != parser_conf_create && 260 $1->cmd != parser_conf_discover) { [all …]
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_cmds.c | 47 inj_cmds_add(inj_cmd_t *cmd) in inj_cmds_add() argument 49 inj_list_append(&inj_cmds, cmd); in inj_cmds_add() 80 inj_cmd_t *cmd; in inj_cmd_rand() local 95 cmd = inj_zalloc(sizeof (inj_cmd_t)); in inj_cmd_rand() 96 cmd->cmd_type = CMD_RANDOM; in inj_cmd_rand() 97 cmd->cmd_num = nelems; in inj_cmd_rand() 98 cmd->cmd_rand = inj_alloc(sizeof (inj_randelem_t *) * nelems); in inj_cmd_rand() 106 cmd->cmd_rand[i] = r; in inj_cmd_rand() 109 return (cmd); in inj_cmd_rand() 115 inj_cmd_t *cmd = inj_zalloc(sizeof (inj_cmd_t)); in inj_cmd_repeat() local [all …]
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_sunoem.c | 95 ipmi_cmd_t cmd, *resp; in ipmi_send_sunoem_led_set() local 97 cmd.ic_netfn = IPMI_NETFN_OEM; in ipmi_send_sunoem_led_set() 98 cmd.ic_cmd = IPMI_CMD_SUNOEM_LED_SET; in ipmi_send_sunoem_led_set() 99 cmd.ic_lun = 0; in ipmi_send_sunoem_led_set() 100 cmd.ic_data = req; in ipmi_send_sunoem_led_set() 101 cmd.ic_dlen = sizeof (*req); in ipmi_send_sunoem_led_set() 103 if ((resp = ipmi_send(ihp, &cmd)) == NULL) in ipmi_send_sunoem_led_set() 116 ipmi_cmd_t cmd, *resp; in ipmi_send_sunoem_led_get() local 118 cmd.ic_netfn = IPMI_NETFN_OEM; in ipmi_send_sunoem_led_get() 119 cmd.ic_cmd = IPMI_CMD_SUNOEM_LED_GET; in ipmi_send_sunoem_led_get() [all …]
|
H A D | ipmi_sel.c | 40 ipmi_cmd_t cmd, *rsp; in ipmi_sel_get_info() local 45 cmd.ic_netfn = IPMI_NETFN_STORAGE; in ipmi_sel_get_info() 46 cmd.ic_lun = 0; in ipmi_sel_get_info() 47 cmd.ic_cmd = IPMI_CMD_GET_SEL_INFO; in ipmi_sel_get_info() 48 cmd.ic_dlen = 0; in ipmi_sel_get_info() 49 cmd.ic_data = NULL; in ipmi_sel_get_info() 51 if ((rsp = ipmi_send(ihp, &cmd)) == NULL) in ipmi_sel_get_info() 78 ipmi_cmd_t cmd, *rsp; in ipmi_sel_get_entry() local 88 cmd.ic_netfn = IPMI_NETFN_STORAGE; in ipmi_sel_get_entry() 89 cmd.ic_lun = 0; in ipmi_sel_get_entry() [all …]
|
H A D | ipmi_misc.c | 34 ipmi_cmd_t cmd, *resp; in ipmi_get_deviceid() local 40 cmd.ic_netfn = IPMI_NETFN_APP; in ipmi_get_deviceid() 41 cmd.ic_lun = 0; in ipmi_get_deviceid() 42 cmd.ic_cmd = IPMI_CMD_GET_DEVICEID; in ipmi_get_deviceid() 43 cmd.ic_data = NULL; in ipmi_get_deviceid() 44 cmd.ic_dlen = 0; in ipmi_get_deviceid() 46 if ((resp = ipmi_send(ihp, &cmd)) == NULL) in ipmi_get_deviceid() 130 ipmi_cmd_t cmd, *resp; in ipmi_get_channel_auth_caps() local 142 cmd.ic_netfn = IPMI_NETFN_APP; in ipmi_get_channel_auth_caps() 143 cmd.ic_cmd = IPMI_CMD_GET_CHANNEL_AUTH_CAPS; in ipmi_get_channel_auth_caps() [all …]
|
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_cmd.c | 517 mlxcx_cmd_queue_t *cmd = &mlxp->mlx_cmd; in mlxcx_cmd_queue_fini() local 519 if (cmd->mcmd_tokens != NULL) { in mlxcx_cmd_queue_fini() 520 id_space_destroy(cmd->mcmd_tokens); in mlxcx_cmd_queue_fini() 521 cmd->mcmd_tokens = NULL; in mlxcx_cmd_queue_fini() 524 if (cmd->mcmd_taskq != NULL) { in mlxcx_cmd_queue_fini() 525 ddi_taskq_destroy(cmd->mcmd_taskq); in mlxcx_cmd_queue_fini() 526 cmd->mcmd_taskq = NULL; in mlxcx_cmd_queue_fini() 529 cv_destroy(&cmd->mcmd_cv); in mlxcx_cmd_queue_fini() 530 mutex_destroy(&cmd->mcmd_lock); in mlxcx_cmd_queue_fini() 532 mlxcx_dma_free(&cmd->mcmd_dma); in mlxcx_cmd_queue_fini() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 1021 hcrreg = ddi_get32(cmdhdl, &hcr->cmd); in hermon_write_hcr() 1092 ddi_put32(cmdhdl, &hcr->cmd, hcrreg); in hermon_write_hcr() 1118 hcrreg = ddi_get32(cmdhdl, &hcr->cmd); in hermon_write_hcr() 1328 hermon_cmd_post_t cmd; in hermon_init_hca_cmd_post() local 1336 bzero((void *)&cmd, sizeof (hermon_cmd_post_t)); in hermon_init_hca_cmd_post() 1357 cmd.cp_inparm = mbox_info.mbi_in->mb_mapaddr; in hermon_init_hca_cmd_post() 1358 cmd.cp_outparm = 0; in hermon_init_hca_cmd_post() 1359 cmd.cp_inmod = 0; in hermon_init_hca_cmd_post() 1360 cmd.cp_opcode = INIT_HCA; in hermon_init_hca_cmd_post() 1361 cmd.cp_opmod = 0; in hermon_init_hca_cmd_post() [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_ip.c | 37 IOCB *cmd; in emlxs_ip_handle_event() local 41 cmd = &iocbq->iocb; in emlxs_ip_handle_event() 52 (uint32_t)cmd->ULPCOMMAND, (uint32_t)cmd->ULPIOTAG, in emlxs_ip_handle_event() 53 cmd->ULPSTATUS, cmd->un.ulpWord[4]); in emlxs_ip_handle_event() 66 switch (cmd->ULPCOMMAND) { in emlxs_ip_handle_event() 78 "[%08x,%08x]", cmd->ULPCOMMAND, cmd->ULPSTATUS, in emlxs_ip_handle_event() 79 cmd->un.ulpWord[4], cmd->un.ulpWord[5]); in emlxs_ip_handle_event() 81 emlxs_pkt_complete(sbp, cmd->ULPSTATUS, in emlxs_ip_handle_event() 82 cmd->un.grsp.perr.statLocalError, 1); in emlxs_ip_handle_event() 98 "[%08x,%08x]", cmd->ULPCOMMAND, cmd->ULPSTATUS, in emlxs_ip_handle_event() [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 270 ql_xioctl(ql_adapter_state_t *ha, int cmd, intptr_t arg, int mode, in ql_xioctl() argument 275 QL_PRINT_9(ha, "started, cmd=%d\n", cmd); in ql_xioctl() 282 switch (cmd) { in ql_xioctl() 323 rval = ql_sdm_ioctl(ha, cmd, (void *)arg, mode); in ql_xioctl() 327 EL(ha, "function=%d not supported\n", cmd); in ql_xioctl() 361 EXT_IOCTL *cmd; in ql_sdm_ioctl() local 368 if ((rval = ql_sdm_setup(ha, &cmd, arg, mode, in ql_sdm_ioctl() 385 if (cmd->HbaSelect > ha->max_vports) { in ql_sdm_ioctl() 387 cmd->HbaSelect); in ql_sdm_ioctl() 388 cmd->Status = EXT_STATUS_INVALID_VPINDEX; in ql_sdm_ioctl() [all …]
|
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/acl/ |
H A D | tp_acl_005.ksh | 64 cmd="mount -F smbfs -oacl //$TUSER:$TPASS@$server/public $TMNT" 65 cti_execute -i '' FAIL $cmd 67 cti_fail "FAIL: $cmd" 70 cti_report "PASS: $cmd" 83 cmd="mount -F smbfs -oacl //$TUSER1:$TPASS@$server/public $TMNT2" 84 cti_execute -i '' FAIL $cmd 86 cti_fail "FAIL: $cmd" 90 cti_report "PASS: $cmd" 95 cmd="touch $TMNT2/${tc_id}B" 96 cti_execute_cmd $cmd [all …]
|
H A D | tp_acl_004.ksh | 63 cmd="mount -F smbfs -oacl //$TUSER:$TPASS@$server/public $TMNT" 64 cti_execute -i '' FAIL $cmd 66 cti_fail "FAIL: $cmd" 69 cti_report "PASS: $cmd" 82 cmd="mount -F smbfs -oacl //$TUSER1:$TPASS@$server/public $TMNT2" 83 cti_execute -i '' FAIL $cmd 85 cti_fail "FAIL: $cmd" 89 cti_report "PASS: $cmd" 94 cmd="cp /etc/passwd $TMNT/$tc_id" 95 cti_execute_cmd $cmd [all …]
|
H A D | tp_acl_002.ksh | 59 cmd="mount -F smbfs -oacl //$TUSER:$TPASS@$server/public $TMNT" 60 cti_execute -i '' FAIL $cmd 62 cti_fail "FAIL: $cmd" 65 cti_report "PASS: $cmd" 77 cmd="cp /etc/passwd $TMNT/$tc_id" 78 cti_execute_cmd $cmd 80 cti_fail "FAIL: $cmd" 84 cmd="ls -V $TMNT/$tc_id" 85 cti_execute_cmd $cmd 87 cti_fail "FAIL: $cmd" [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcp_util.h | 148 #define FCP32_SCSI_CMD_TO_FCP_SCSI_CMD(cmd32, cmd) \ argument 149 (cmd)->scsi_fc_port_num = (cmd32)->scsi_fc_port_num; \ 150 bcopy(&((cmd32)->scsi_fc_pwwn), &((cmd)->scsi_fc_pwwn), \ 151 sizeof ((cmd)->scsi_fc_pwwn)); \ 152 (cmd)->scsi_fc_status = (cmd32)->scsi_fc_status; \ 153 (cmd)->scsi_fc_rspcode = (cmd32)->scsi_fc_rspcode; \ 154 (cmd)->scsi_pkt_state = (cmd32)->scsi_pkt_state; \ 155 (cmd)->scsi_pkt_action = (cmd32)->scsi_pkt_action; \ 156 (cmd)->scsi_pkt_reason = (cmd32)->scsi_pkt_reason; \ 157 (cmd)->scsi_lun = (cmd32)->scsi_lun; \ [all …]
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 75 static fct_status_t fcoet_send_sol_els(fct_cmd_t *cmd); 76 static fct_status_t fcoet_send_sol_ct(fct_cmd_t *cmd); 77 static fct_status_t fcoet_send_good_status(fct_cmd_t *cmd); 78 static fct_status_t fcoet_send_els_response(fct_cmd_t *cmd); 79 static fct_status_t fcoet_send_abts_response(fct_cmd_t *cmd, uint32_t flags); 152 fcoet_send_cmd(fct_cmd_t *cmd) in fcoet_send_cmd() argument 154 if (cmd->cmd_type == FCT_CMD_SOL_ELS) { in fcoet_send_cmd() 155 return (fcoet_send_sol_els(cmd)); in fcoet_send_cmd() 156 } else if (cmd->cmd_type == FCT_CMD_SOL_CT) { in fcoet_send_cmd() 157 return (fcoet_send_sol_ct(cmd)); in fcoet_send_cmd() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | comvario.sh | 377 …( cmd='compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[… 378 …( cmd='compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[… 379 …( cmd='compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[… 380 …( cmd='compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[… 381 …( cmd='compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[… 382 …( cmd='compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[… 385 …( cmd='compound vx=( compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpat… 386 …( cmd='compound vx=( compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpat… 387 …( cmd='compound vx=( compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpat… 388 …( cmd='compound vx=( compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -v vx' stdoutpat… [all …]
|
H A D | math.sh | 46 …cmd='@@TYPE@@ -a @@VAR@@ ; @@VAR@@[1]=90 ; function x { nameref nz=$1 ; print … 49 …cmd='@@TYPE@@ -a @@VAR@@=( [1]=90 ) ; function x { nameref nz=$1 ; print … 52 …cmd='@@TYPE@@ -a @@VAR@@ ; @@VAR@@[1][3]=90 ; function x { nameref nz=$1 ; print… 55 …cmd='@@TYPE@@ -a @@VAR@@=( [1][3]=90 ) ; function x { nameref nz=$1 ; print… 58 …cmd='@@TYPE@@ -a @@VAR@@ ; @@VAR@@[1][3][5]=90 ; function x { nameref nz=$1 ; print… 61 …cmd='@@TYPE@@ -a @@VAR@@=( [1][3][5]=90 ) ; function x { nameref nz=$1 ; print… 64 …cmd='@@TYPE@@ -a @@VAR@@ ; @@VAR@@[1][3][5]=90 ; function x { nameref nz=${1}[$2][$3][$4] ; print… 67 …cmd='@@TYPE@@ -A @@VAR@@ ; @@VAR@@[1]=90 ; function x { nameref nz=$1 ; print… 70 …cmd='@@TYPE@@ -A @@VAR@@=( [1]=90 ) ; function x { nameref nz=$1 ; print… 77 typeset cmd [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 103 pvscsi_add_to_queue(pvscsi_softc_t *pvs, pvscsi_cmd_t *cmd) in pvscsi_add_to_queue() argument 121 if (((cmd->start + cmd->timeout) - in pvscsi_add_to_queue() 123 list_insert_after(l, r, cmd); in pvscsi_add_to_queue() 128 list_insert_head(l, cmd); in pvscsi_add_to_queue() 154 pvscsi_write_cmd_desc(pvscsi_softc_t *pvs, uint32_t cmd, void *desc, size_t len) in pvscsi_write_cmd_desc() argument 157 pvscsi_reg_write(pvs, PVSCSI_REG_OFFSET_COMMAND, cmd); in pvscsi_write_cmd_desc() 180 pvscsi_cmd_t *cmd; in pvscsi_reclaim_cmds() local 183 while ((cmd = list_remove_head(&pvs->cmd_queue)) != NULL) { in pvscsi_reclaim_cmds() 184 list_remove(&pvs->cmd_queue, cmd); in pvscsi_reclaim_cmds() 185 *tail = cmd; in pvscsi_reclaim_cmds() [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_asynch.c | 45 static void s1394_handle_lock(cmd1394_cmd_t *cmd); 51 static boolean_t s1394_pending_q_helper(s1394_hal_t *hal, cmd1394_cmd_t *cmd); 53 static int s1394_process_split_lock(cmd1394_cmd_t *cmd, 56 static int s1394_finish_split_lock(cmd1394_cmd_t *cmd, 156 s1394_xfer_asynch_command(s1394_hal_t *hal, cmd1394_cmd_t *cmd, int *err) in s1394_xfer_asynch_command() argument 171 *err = s1394_HAL_asynch_error(hal, cmd, state); in s1394_xfer_asynch_command() 178 s_priv = S1394_GET_CMD_PRIV(cmd); in s1394_xfer_asynch_command() 184 switch (cmd->cmd_type) { in s1394_xfer_asynch_command() 215 (cmd1394_cmd_t *)cmd, in s1394_xfer_asynch_command() 223 (cmd1394_cmd_t *)cmd, in s1394_xfer_asynch_command() [all …]
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 151 struct commandline cmd; in main() local 153 (void) memset(&cmd, 0, sizeof (struct commandline)); in main() 155 if (!parseargs(argc, argv, &cmd)) in main() 162 if (cmd.Ssflag || cmd.Scflag || cmd.makefileflag) in main() 163 checkfiles(cmd.infile, cmd.outfile); in main() 165 checkfiles(cmd.infile, NULL); in main() 167 if (cmd.cflag) { in main() 168 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile); in main() 169 } else if (cmd.hflag) { in main() 170 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile); in main() [all …]
|
/illumos-gate/usr/src/test/smbclient-tests/tests/smbmount/ |
H A D | tp_smbmount_005.ksh | 58 cmd="mount -F smbfs -o noprompt //$AUSER:$APASS@$server/a_share $TMNT" 59 cti_execute -i '' FAIL $cmd 70 cmd="cp /usr/bin/ls $TMNT/ls_file" 71 cti_execute_cmd $cmd 79 cmd="diff /usr/bin/ls $TMNT/ls_file" 80 cti_execute_cmd $cmd 88 cmd="mount -F smbfs -O -o noprompt //$BUSER:$BPASS@$server/a_share $TMNT" 89 cti_execute -i '' FAIL sudo -n $cmd 102 cmd="diff /usr/bin/ls $TMNT/ls_file" 103 cti_execute_cmd sudo -n $cmd [all …]
|