HomeSort by relevance Sort by last modified time
    Searched full:p_desc (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
vmdk.c 186 char p_desc[DESC_SIZE], s_desc[DESC_SIZE], hdr[HEADER_SIZE]; local
243 if (read(p_fd, p_desc, DESC_SIZE) != DESC_SIZE) {
248 if ((p_name = strstr(p_desc,"CID")) != NULL) {

Completed in 45 milliseconds