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

/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c833 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);
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c462 register int incmd=1, c=0; local
508 if(!incmd)
529 incmd = 0;
532 incmd = 1;
558 register int n, incmd=1; local
571 if(!incmd && *cp++==HIST_CMDNO && *cp==0)
574 incmd = -1;
577 incmd = 0;
581 incmd = 1;
589 if(incmd <
625 register int incmd = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1195 static int sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd,
1223 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag,
1382 static int sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag,
11788 * incmd - ptr to a valid uscsi_cmd struct
11810 sd_send_scsi_cmd(dev_t dev, struct uscsi_cmd *incmd, int flag, argument
11826 rval = sd_ssc_send(ssc, incmd, flag, dataspace, path_flag);
11957 * incmd - ptr to a valid uscsi_cmd struct
11980 sd_ssc_send(sd_ssc_t *ssc, struct uscsi_cmd *incmd, int flag, argument
12058 rval = scsi_uscsi_copyin((intptr_t)incmd, flag,
12127 (void) scsi_uscsi_copyout((intptr_t)incmd, uscm
[all...]

Completed in 93 milliseconds