Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/efi/
A Defiprot.h394 #define EFI_PCI_ADDRESS(_bus,_dev,_func) \ argument
395 ( (UINT64) ( (((UINTN)_bus) << 24) + (((UINTN)_dev) << 16) + (((UINTN)_func) << 8) ) )
/xen/tools/golang/xenlight/
A Dhelpers.gen.go2020 x.Func = byte(xc._func)
2039 xc._func = C.uint8_t(x.Func)

Completed in 12 milliseconds