Searched refs:FunctionNumber (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/dev/mpr/
H A Dmpr_ioctl.h131 uint32_t FunctionNumber :3; member in struct:mpr_pci_bits::__anon10903::__anon10904
241 uint8_t FunctionNumber; member in struct:mpr_pci_info
H A Dmpr_user.c1112 data->PciInformation.u.bits.FunctionNumber =
1157 data->FunctionNumber = pci_get_function(sc->mpr_dev);
/freebsd-11.0-release/sys/dev/mps/
H A Dmps_ioctl.h131 uint32_t FunctionNumber :3; member in struct:mps_pci_bits::__anon10918::__anon10919
242 uint8_t FunctionNumber; member in struct:mps_pci_info
H A Dmps_user.c1085 data->PciInformation.u.bits.FunctionNumber =
1132 data->FunctionNumber = pci_get_function(sc->mps_dev);
/freebsd-11.0-release/usr.sbin/mpsutil/
H A Dmpr_ioctl.h130 uint32_t FunctionNumber :3; member in struct:mpr_pci_bits::__anon13998::__anon13999
240 uint8_t FunctionNumber; member in struct:mpr_pci_info
H A Dmps_ioctl.h130 uint32_t FunctionNumber :3; member in struct:mps_pci_bits::__anon14000::__anon14001
241 uint8_t FunctionNumber; member in struct:mps_pci_info
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h136 /// FunctionNumber - This provides a unique ID for each function emitted in
139 unsigned FunctionNumber; member in class:llvm::MachineFunction
182 unsigned getFunctionNumber() const { return FunctionNumber; }
/freebsd-11.0-release/sys/boot/efi/include/
H A Defipciio.h406 @param FunctionNumber The PCI controller's current PCI function number.
419 OUT UINTN *FunctionNumber
H A Defidevp.h93 UINT8 FunctionNumber; member in struct:_PCCARD_DEVICE_PATH
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h318 /// FunctionNumber - If this is an unnamed function, this is the slot
320 int FunctionNumber; member in class:llvm::LLParser::PerFunctionState
322 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
H A DLLParser.cpp2279 : P(p), F(f), FunctionNumber(functionNumber) {
4564 if (FunctionNumber == -1) {
4569 ID.UIntVal = FunctionNumber;
4605 int FunctionNumber = -1;
4606 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1;
4608 PerFunctionState PFS(*this, Fn, FunctionNumber);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2413 unsigned FunctionNumber) {
2415 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2417 << "Parent Loop BB" << FunctionNumber << "_"
2426 unsigned FunctionNumber) {
2430 << "Child Loop BB" << FunctionNumber << "_"
2433 PrintChildLoopComment(OS, CL, FunctionNumber);
2412 PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
2425 PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp845 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, argument
849 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp98 FunctionNumber = FunctionNum;

Completed in 407 milliseconds