Home
last modified time | relevance | path

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

/freebsd-12.1/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.c361 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
374 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
383 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
407 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
416 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
531 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
539 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacutils.h808 ACPI_STRING InterfaceName);
812 ACPI_STRING InterfaceName);
820 ACPI_STRING InterfaceName);
H A Dacpixf.h629 ACPI_STRING InterfaceName))
634 ACPI_STRING InterfaceName))
H A Dactypes.h1339 ACPI_STRING InterfaceName,
/freebsd-12.1/sbin/natd/
H A Dnatd.c1041 InterfaceName, enumerator
1208 { InterfaceName,
1468 case InterfaceName: in ParseOption()