INNER CODE UNIT · Shell

finish

dockur/windows · src/display.sh:607

    function finish() {
      if (!found && in_gpu && tolower(vendor) == want_vendor &&
          tolower(device) == want_device) {
        print external_memory_fd "|" external_memory_dma_buf
        found = 1
      }
    }

    /^GPU[0-9]+:/ {
      finish()
      in_gpu = 1
      vendor = ""
      device = ""
      external_memory_fd = 0
      external_memory_dma_buf = 0
      next
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…