Searched refs:incmd (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 833 char dfile[MAXFULLNAME], cfile[MAXFULLNAME], incmd[BUFSIZ]; local 870 *incmd = *retaddr = *retuser = *Jobid = NULLCHAR; 937 (void) strlcpy(incmd, &buf[2], sizeof (incmd)); 938 if (*(incmd + strlen(incmd) - 1) == '\n') 939 *(incmd + strlen(incmd) - 1) = NULLCHAR; 1000 DEBUG(4, "incmd - %s\n", incmd); 1002 scRexe(origsys, origuser, Loginuser, incmd); 1012 if (incmd[0] == NULLCHAR) { 1075 if (strncmp(incmd, "uucp ", 5) == 0) { 1091 cmdok = chkpart(incmd); [all …]
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 462 register int incmd=1, c=0; in hist_trim() local 508 if(!incmd) in hist_trim() 529 incmd = 0; in hist_trim() 532 incmd = 1; in hist_trim() 558 register int n, incmd=1; in hist_nearend() local 571 if(!incmd && *cp++==HIST_CMDNO && *cp==0) in hist_nearend() 574 incmd = -1; in hist_nearend() 577 incmd = 0; in hist_nearend() 581 incmd = 1; in hist_nearend() 589 if(incmd < 0) in hist_nearend() [all …]
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 1197 static int sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd, 1225 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, 1384 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, 11809 sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, argument 11825 rval = sd_ssc_send(ssc, incmd, flag, dataspace, path_flag); 11979 sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd, int flag, argument 12057 rval = scsi_uscsi_copyin((intptr_t)incmd, flag, 12126 (void) scsi_uscsi_copyout((intptr_t)incmd, uscmd);
|