Searched refs:AIO (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c29 * Supported cards: AIO, RayDAT.
477 case AIO:
645 snprintf(desc, sizeof(desc), "HDSPe AIO [%s]", scp->hc->descr);
H A Dhdspe.c29 * Supported cards: AIO, RayDAT.
234 device_set_desc(dev, "RME HDSPe AIO");
265 case AIO:
305 sc->type = AIO;
H A Dhdspe.h30 #define PCI_DEVICE_XILINX_HDSPE 0x3fc6 /* AIO, MADI, AES, RayDAT */
35 #define AIO 0 macro
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c181 #define AIO BPX4AIO macro
183 #define AIO BPX1AIO macro
186 AIO(sizeof(struct aiocb), a, &rv, &errno, __err2ad());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h190 ArrayRef<T> AIO = getAddrOffsets<T>(); local
191 if (Index < AIO.size())
192 return AIO[Index] + Hdr->BaseAddress;
206 ArrayRef<T> AIO = getAddrOffsets<T>(); local
207 const auto Begin = AIO.begin();
208 const auto End = AIO.end();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h130 const auto &AIO = getSyncScopeInclusionOrdering(A); local
132 if (!AIO || !BIO)
138 return AIO.getValue() >= BIO.getValue() &&

Completed in 160 milliseconds