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

  /prebuilts/go/darwin-x86/src/os/
types_plan9.go 29 return a.Qid.Path == b.Qid.Path && a.Type == b.Type && a.Dev == b.Dev
  /prebuilts/go/linux-x86/src/os/
types_plan9.go 29 return a.Qid.Path == b.Qid.Path && a.Type == b.Type && a.Dev == b.Dev
  /prebuilts/go/darwin-x86/src/syscall/
dir_plan9.go 17 // A Qid represents a 9P server's unique identification for a file.
18 type Qid struct {
31 Qid Qid // unique id from server
45 Qid: Qid{
78 b = pbit8(b, d.Qid.Type)
79 b = pbit32(b, d.Qid.Vers)
80 b = pbit64(b, d.Qid.Path)
111 d.Qid.Type, b = gbit8(b
    [all...]
const_plan9.go 42 // Qid.Type bits
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 17 // A Qid represents a 9P server's unique identification for a file.
18 type Qid struct {
31 Qid Qid // unique id from server
45 Qid: Qid{
78 b = pbit8(b, d.Qid.Type)
79 b = pbit32(b, d.Qid.Vers)
80 b = pbit64(b, d.Qid.Path)
111 d.Qid.Type, b = gbit8(b
    [all...]
const_plan9.go 42 // Qid.Type bits
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 41 #define NVME_SQTDBL_OFFSET(QID, DSTRD) 0x1000 + ((2 * (QID)) * (4 << (DSTRD))) // Submission Queue y (NVM) Tail Doorbell
42 #define NVME_CQHDBL_OFFSET(QID, DSTRD) 0x1000 + (((2 * (QID)) + 1) * (4 << (DSTRD))) // Completion Queue y (NVM) Head Doorbell
446 UINT32 Qid:16; /* Queue Identifier */
465 UINT32 Qid:16; /* Queue Identifier */
484 UINT16 Qid;
495 UINT16 Qid;
NvmExpressHci.c 700 CrIoCq.Qid = NVME_IO_QUEUE;
750 CrIoSq.Qid = NVME_IO_QUEUE;

Completed in 103 milliseconds