HomeSort by: relevance | last modified time | path
    Searched refs:pcmd (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/crash/
crash.c 253 char *pcmd; local in function:db_readline
283 pcmd = strchr(lstart, '|');
284 if (pcmd == NULL) {
290 for (*pcmd++ = '\0'; isspace((unsigned char)*pcmd); pcmd++) {
294 ofp = popen(pcmd, "w");
296 warn("opening pipe for command `%s'", pcmd);
  /src/sys/arch/acorn32/podulebus/
if_ie.c 166 void *pcmd, int ocmd, int scmd, int mask );
967 command_and_wait(struct ie_softc *sc, u_short cmd, struct ie_sys_ctl_block *pscb, void *pcmd, int ocmd, int scmd, int mask)
973 if ( pcmd )
974 host2ie(sc, pcmd, ocmd, scmd); /* transfer the command to the card */
993 if ( IE_ACTION_COMMAND(cmd) && pcmd )
1016 if ( pcmd )
1017 ie2host(sc, ocmd, pcmd, scmd);
  /src/sys/arch/sun3/dev/
if_ie.c 1038 * ((volatile struct ie_cmd_common *)pcmd)->ie_cmd_status & MASK
1042 cmd_and_wait(struct ie_softc *sc, int cmd, void *pcmd, int mask)
1044 volatile struct ie_cmd_common *cc = pcmd;
1066 if (IE_ACTION_COMMAND(cmd) && pcmd) {
  /src/sys/dev/ic/
ninjascsi32.c 1594 struct njsc32_cmd **pcmd)
1632 *pcmd = cmd;
1647 njsc32_resel_tag(struct njsc32_softc *sc, int tag, struct njsc32_cmd **pcmd)
1665 *pcmd = cmd;

Completed in 18 milliseconds