Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Named

196          * This is a named object reference. If this name was
202 /* Check if we are resolving a named reference within a package */
210 * behavior supports both forward references to named objects
312 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)".
336 ByteList = Arg->Named.Next;
385 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data,
425 * the named object node the first time through
514 ObjDesc->Buffer.AmlStart = Op->Named.Data;
515 ObjDesc->Buffer.AmlLength = Op->Named.Length;
529 if (!Op->Named.Data)
534 ObjDesc->Package.AmlStart = Op->Named.Data;
535 ObjDesc->Package.AmlLength = Op->Named.Length;