Searched refs:incmd (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 831 char dfile[MAXFULLNAME], cfile[MAXFULLNAME], incmd[BUFSIZ]; local 868 *incmd = *retaddr = *retuser = *Jobid = NULLCHAR; 935 (void) strlcpy(incmd, &buf[2], sizeof (incmd)); 936 if (*(incmd + strlen(incmd) - 1) == '\n') 937 *(incmd + strlen(incmd) - 1) = NULLCHAR; 998 DEBUG(4, "incmd - %s\n", incmd); 1000 scRexe(origsys, origuser, Loginuser, incmd); 1010 if (incmd[0] == NULLCHAR) { 1073 if (strncmp(incmd, "uucp ", 5) == 0) { 1089 cmdok = chkpart(incmd); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 462 register int incmd=1, c=0; in hist_trim() local 511 if(!incmd) in hist_trim() 532 incmd = 0; in hist_trim() 535 incmd = 1; in hist_trim() 561 register int n, incmd=1; in hist_nearend() local 574 if(!incmd && *cp++==HIST_CMDNO && *cp==0) in hist_nearend() 577 incmd = -1; in hist_nearend() 580 incmd = 0; in hist_nearend() 584 incmd = 1; in hist_nearend() 592 if(incmd < 0) in hist_nearend() [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 758 static int sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd, 786 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, 934 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, 11022 sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, in sd_send_scsi_cmd() argument 11038 rval = sd_ssc_send(ssc, incmd, flag, dataspace, path_flag); in sd_send_scsi_cmd() 11192 sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd, int flag, in sd_ssc_send() argument 11270 rval = scsi_uscsi_copyin((intptr_t)incmd, flag, in sd_ssc_send() 11339 (void) scsi_uscsi_copyout((intptr_t)incmd, uscmd); in sd_ssc_send()
|