HomeSort by relevance Sort by last modified time
    Searched refs:command_table (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 5 command_table test_cmds;
test_rel_cmds.ct 5 command_table test_cmds;
  /external/vboot_reference/utility/
tpmc.c 368 command_record command_table[] = { variable
416 static int n_commands = sizeof(command_table) / sizeof(command_table[0]);
438 for (c = command_table; c < command_table + n_commands; c++) {
446 for (c = command_table; c < command_table + n_commands; c++) {
  /external/e2fsprogs/debugfs/
extent_cmds.ct 5 command_table extent_cmds;
ro_debug_cmds.ct 7 command_table debug_cmds;
debug_cmds.ct 5 command_table debug_cmds;
  /external/e2fsprogs/lib/ss/
ct_c.awk 1 /^command_table / {
ct_c.sed 2 # This script parses a command_table file into something which is a bit
8 # (for the command_table line)
9 # command_table <command_table>
29 # It removes comments, and puts each command_table request onto a single
57 /^command_table /bCMD
65 # Handle the command_table keyword
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/
SasV1Dxe.c 274 struct hisi_sas_cmd *command_table[QUEUE_CNT]; member in struct:hisi_hba
345 cmd = &hba->command_table[queue][w];
637 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->command_table[i]);
638 ASSERT (hba->command_table[i] != NULL);
639 ZeroMem (hba->command_table[i], s);
    [all...]

Completed in 205 milliseconds