Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c441 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
449 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
462 InterfaceInfo = AcpiUtGetInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
483 Status = AcpiUtInstallInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
507 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
514 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
525 Status = AcpiUtRemoveInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
H A Dutosi.c365 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
378 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
387 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
411 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
420 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
535 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
543 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacutils.h837 ACPI_STRING InterfaceName);
841 ACPI_STRING InterfaceName);
849 ACPI_STRING InterfaceName);
H A Dacpixf.h627 ACPI_STRING InterfaceName))
632 ACPI_STRING InterfaceName))
H A Dactypes.h1364 ACPI_STRING InterfaceName,
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp206 const StringRef InterfaceName = InterfaceD->getName(); in VisitObjCCategoryDecl() local
209 Ctx.Slice->addObjCCategory(InterfaceName, CategoryName, Avail, D, *Access) in VisitObjCCategoryDecl()
211 recordObjCInstanceVariables(D->getASTContext(), CategoryRecord, InterfaceName, in VisitObjCCategoryDecl()
/freebsd/sbin/natd/
H A Dnatd.c1038 InterfaceName, enumerator
1213 { InterfaceName,
1473 case InterfaceName: in ParseOption()