Searched refs:Dest (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutclib.c172 * PARAMETERS: Dest - Target of the copy
176 * RETURN: Dest
184 void *Dest,
188 char *New = (char *) Dest;
200 return (Dest);
208 * PARAMETERS: Dest - Buffer to set
212 * RETURN: Dest
220 void *Dest,
224 char *New = (char *) Dest;
234 return (Dest);
183 AcpiUtMemcpy( void *Dest, const void *Src, ACPI_SIZE Count) argument
219 AcpiUtMemset( void *Dest, UINT8 Value, ACPI_SIZE Count) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair.c697 ACPI_OPERAND_OBJECT **Dest; local
733 Dest = Source;
745 *Dest = *Source;
746 Dest++;
761 *Dest = NULL;
H A Dnsrepair2.c542 char *Dest; local
598 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
600 *Dest = (char) ACPI_TOUPPER (*Source);
H A Dnsxfname.c133 ACPI_PNP_DEVICE_ID *Dest,
320 * PARAMETERS: Dest - Pointer to the destination PNP_DEVICE_ID
332 ACPI_PNP_DEVICE_ID *Dest,
339 Dest->String = StringArea;
340 Dest->Length = Source->Length;
331 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
/haiku-fatelf/src/bin/coreutils/src/
H A Dcp.c42 #define ASSIGN_BASENAME_STRDUPA(Dest, File_name) \
47 Dest = last_component (tmp_abns_); \
48 strip_trailing_slashes (Dest); \
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacinterp.h709 char *Dest,
714 char *Dest,
H A Dacutils.h335 void *Dest,
341 void *Dest,

Completed in 90 milliseconds