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

  /external/syslinux/com32/elflink/
test_com32.c 11 #define MAX_COMMAND_SIZE 80 // Maximum size of the cmd line
13 #define MAX_COMMAND_ARGS (MAX_COMMAND_SIZE/2) // Maximum argument count for
183 char command[MAX_COMMAND_SIZE] = { 0 };
200 read_command(command, MAX_COMMAND_SIZE);
  /external/tpm2/
ExecCommand.c 148 // In addition, commandSize must not be larger than MAX_COMMAND_SIZE allowed
149 // by the implementation. The check against MAX_COMMAND_SIZE may be redundant
152 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
PropertyCap.c 182 *value = MAX_COMMAND_SIZE;
Implementation.h 287 #define MAX_COMMAND_SIZE 4096
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 119 #define MAX_COMMAND_SIZE 4096
    [all...]
  /system/tpm/trunks/
tpm_generated.h 320 #if !defined(MAX_COMMAND_SIZE)
321 #define MAX_COMMAND_SIZE 4096
    [all...]

Completed in 90 milliseconds