HomeSort by relevance Sort by last modified time
    Searched defs:name_size (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 35 uint16_t name_size; member in struct:QCowSnapshotHeader
68 int i, id_str_size, name_size; local
95 name_size = be16_to_cpu(h.name_size);
105 sn->name = qemu_malloc(name_size + 1);
106 if (bdrv_pread(s->hd, offset, sn->name, name_size) != name_size)
108 offset += name_size;
109 sn->name[name_size] = '\0';
124 int i, name_size, id_str_size, snapshots_size local
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 319 unsigned long name_size = sizeof(interf_name);
320 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) {
329 name_size = 0;
330 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
331 ser_num = reinterpret_cast<char*>(malloc(name_size));
333 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
318 unsigned long name_size = sizeof(interf_name); local
  /external/ppp/pppd/
ipxcp.c 1196 int name_size = cilen - CILEN_NAME; local
1197 if (name_size > sizeof (ho->name))
1198 name_size = sizeof (ho->name) - 1;
1200 memcpy (ho->name, p, name_size);
1201 ho->name [name_size] = '\0';
    [all...]
  /external/tcpdump/
print-ppp.c 801 int val_size, name_size, msg_size; local
852 name_size = len - (p - p0);
854 for (i = 0; i < name_size; i++) {
    [all...]

Completed in 128 milliseconds