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

  /system/connectivity/wifilogd/
command_processor.h 60 // command was copied. If |command_len| exceeds protocol::kMaxMessageSize,
63 bool CopyCommandToLog(NONNULL const void* command_buffer, size_t command_len);
command_processor.cpp 169 const uint16_t command_len = local
177 total_size = sizeof(TimestampHeader) + command_len;
197 .AppendOrDie(command_buffer, command_len);
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 210 size_t command_len; local
218 command_len = strlen_user ( command, 0 );
220 char command_string[ command_len + 1 ];
  /external/syslinux/gpxe/src/include/gpxe/
spi.h 94 unsigned int command_len; member in struct:spi_device
214 device->command_len = 8,
threewire.h 59 device->command_len = 3,
  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 173 assert ( device->command_len <= ( 8 * sizeof ( tmp_command ) ) );
175 spi_bit_transfer ( spibit, &tmp_command, NULL, device->command_len,

Completed in 101 milliseconds