Home
last modified time | relevance | path

Searched refs:functionNumber (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h424 PerFunctionState(LLParser &p, Function &f, int functionNumber);
HDLLParser.cpp2835 int functionNumber) in PerFunctionState() argument
2836 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
/freebsd-11-stable/sys/dev/mrsas/
HDmrsas.c1545 pciDrvInfo->functionNumber = pci_get_function(sc->mrsas_dev); in mrsas_ioctl()
1551 pciDrvInfo->functionNumber, pciDrvInfo->domainID); in mrsas_ioctl()
HDmrsas.h2966 u_int8_t functionNumber; member