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

  /external/qemu/block/
nbd.c 185 .protocol_name = "nbd",
raw-win32.c 243 .protocol_name = "file",
404 .protocol_name = "host_device",
raw-posix.c 741 .protocol_name = "file",
1003 .protocol_name = "host_device",
1118 .protocol_name = "host_floppy",
1218 .protocol_name = "host_cdrom",
    [all...]
vvfat.c     [all...]
  /external/qemu/
block_int.h 83 const char *protocol_name; member in struct:BlockDriver
qemu-io.c 1374 if (bs->drv && bs->drv->protocol_name)
1375 printf("format name: %s\n", bs->drv->protocol_name);
    [all...]
block.c 325 if (drv1->protocol_name &&
326 !strcmp(drv1->protocol_name, protocol)) {
549 if (bs1->drv && bs1->drv->protocol_name)
    [all...]
  /external/ppp/pppd/
main.c 988 * protocol_name - find a name for a PPP protocol.
991 protocol_name(proto) function
1082 const char *pname = protocol_name(protocol);
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 61 milliseconds