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

  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.c 167 int cmdi = 0; local
261 if (cmdq[cmdi] != 0) {
263 remove_history(cmdq[cmdi]);
265 remove_history(cmdi);
267 free(cmdq[cmdi]);
268 cmdq[cmdi] = 0;
270 cmdq[cmdi] = readline("sis> ");
271 if (cmdq[cmdi] && *cmdq[cmdi])
272 add_history(cmdq[cmdi]);
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.c 167 int cmdi = 0; local
261 if (cmdq[cmdi] != 0) {
263 remove_history(cmdq[cmdi]);
265 remove_history(cmdi);
267 free(cmdq[cmdi]);
268 cmdq[cmdi] = 0;
270 cmdq[cmdi] = readline("sis> ");
271 if (cmdq[cmdi] && *cmdq[cmdi])
272 add_history(cmdq[cmdi]);
    [all...]
  /src/sys/dev/pci/
hifn7751.c 1193 if (dma->cmdi == HIFN_D_CMD_RSIZE) {
1194 dma->cmdi = 0;
1200 *cmdp = dma->cmdi++;
1201 dma->cmdk = dma->cmdi;
1240 int r, cmdi, resi, srci, dsti; local
1247 hifn_alloc_slot(sc, &cmdi, &srci, &dsti, &resi);
1254 memset(dma->command_bufs[cmdi], 0, HIFN_MAX_COMMAND);
1255 *(struct hifn_base_command *)dma->command_bufs[cmdi] = wc;
1263 dma->cmdr[cmdi].l = htole32(16 | masks);
1304 int r, cmdi, srci, dsti, resi local
1659 int cmdi, resi, err = 0; local
2721 int cmdi, resi; local
    [all...]
hifn7751var.h 103 int cmdi, srci, dsti, resi; member in struct:hifn_dma

Completed in 23 milliseconds