Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Ddebug.c177 DebugCommand *cmds = (DebugCommand *)&__kdbgcmd_start; in Debug_Help() local
182 kprintf("%-16s %s\n", cmds[i].name, cmds[i].description); in Debug_Help()
285 DebugCommand *cmds = (DebugCommand *)&__kdbgcmd_start; in Debug_Prompt() local
290 if (strcmp(argv[0], cmds[i].name) == 0) in Debug_Prompt()
292 cmds[i].func(argc, (const char **)argv); in Debug_Prompt()
/sys/dev/
Dahci.c120 AHCICommandHeader cmds[AHCI_MAX_CMDS]; member
276 cl->cmds[0].prdtl = sga->len; in AHCI_IssueCommand()
277 cl->cmds[0].flag = len >> 2; in AHCI_IssueCommand()
498 ahci->clst[p]->cmds[c].ctba = (uint64_t)ahci->ctbl[p][c]; in AHCI_Configure()