Home
last modified time | relevance | path

Searched refs:incmd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c935 (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);
1010 if (incmd[0] == NULLCHAR) {
1073 if (strncmp(incmd, "uucp ", 5) == 0) {
1089 cmdok = chkpart(incmd);
1104 logent(incmd, lbuf);
1105 DEBUG(4, "bad command %s\n", incmd);
1111 incmd, msgbuf, "");
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c511 if(!incmd) in hist_trim()
532 incmd = 0; in hist_trim()
535 incmd = 1; in hist_trim()
592 if(incmd < 0) in hist_nearend()
606 incmd = 0; in hist_nearend()
628 register int incmd = 0; in hist_eof() local
649 while(!incmd) in hist_eof()
694 incmd = 1; in hist_eof()
706 incmd = 0; in hist_eof()
716 if(!incmd && !skip) in hist_eof()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c758 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()