Home
last modified time | relevance | path

Searched refs:cmdi (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/erc32/
H A Dsis.c157 int cmdi = 0; local
248 if (cmdq[cmdi] != 0) {
250 remove_history(cmdq[cmdi]);
252 remove_history(cmdi);
254 free(cmdq[cmdi]);
255 cmdq[cmdi] = 0;
257 cmdq[cmdi] = readline("sis> ");
258 if (cmdq[cmdi] && *cmdq[cmdi])
259 add_history(cmdq[cmdi]);
260 if (cmdq[cmdi])
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/erc32/
H A Dsis.c157 int cmdi = 0; local
248 if (cmdq[cmdi] != 0) {
250 remove_history(cmdq[cmdi]);
252 remove_history(cmdi);
254 free(cmdq[cmdi]);
255 cmdq[cmdi] = 0;
257 cmdq[cmdi] = readline("sis> ");
258 if (cmdq[cmdi] && *cmdq[cmdi])
259 add_history(cmdq[cmdi]);
260 if (cmdq[cmdi])
[all …]
/netbsd/sys/dev/pci/
H A Dhifn7751.c1194 dma->cmdi = 0; in hifn_alloc_slot()
1200 *cmdp = dma->cmdi++; in hifn_alloc_slot()
1201 dma->cmdk = dma->cmdi; in hifn_alloc_slot()
1659 int cmdi, resi, err = 0; in hifn_crypto() local
1793 dma->cmdi = 0; in hifn_crypto()
1799 cmdi = dma->cmdi++; in hifn_crypto()
1806 HIFN_CMDR_SYNC(sc, cmdi, in hifn_crypto()
2721 int cmdi, resi; in hifn_compress_enter() local
2733 dma->cmdi = 0; in hifn_compress_enter()
2739 cmdi = dma->cmdi++; in hifn_compress_enter()
[all …]
H A Dhifn7751var.h103 int cmdi, srci, dsti, resi; member