Lines Matching defs:This
16 * 2.1. This is your license from Intel Corp. under its intellectual property
579 * last sibling. This is done to facilitate namespace cross-
610 * This child might be a list, point all ops in the list
726 ACPI_PARSE_OBJECT *This;
737 This = va_arg (ap, ACPI_PARSE_OBJECT *);
738 Start = This;
745 DbgPrint (ASL_PARSE_OUTPUT, "%u=%p ", (i+1), This);
747 while (This->Asl.Next)
749 This = This->Asl.Next;
762 This->Asl.Next = Next;
763 This = Next;