HomeSort by: relevance | last modified time | path
    Searched defs:Field (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.y 226 : Field FieldList
227 | Field
230 Field
dtfield.c 163 DT_FIELD *Field,
169 DT_FIELD *Field,
175 DT_FIELD *Field,
189 * Field - Field to be compiled
190 * ByteLength - Byte length of the field
191 * Type - Field type
195 * DESCRIPTION: Compile a field value to binary
202 DT_FIELD *Field,
214 DtCompileInteger (Buffer, Field, ByteLength, Flags)
    [all...]
dtio.c 324 DT_FIELD *Field;
371 * There are two column values. One for the field name,
372 * and one for the field value.
432 /* Create a new field object only if we have a valid value field */
436 Field = UtFieldCacheCalloc ();
437 Field->Name = Name;
438 Field->Value = Value;
439 Field->Line = Line;
440 Field->ByteOffset = Offset
    [all...]
  /src/lib/libc/compat/net/
compat_ns_addr.c 52 static void Field(char *, uint8_t *, int);
68 * First, figure out what he intends as a field separator.
88 Field(buf, addr.x_net.c_net, 4);
95 Field(socketname, (uint8_t *)(void *)&addr.x_port, 2);
98 Field(hostname, addr.x_host.c_host, 6);
104 Field(char *buf, uint8_t *out, int len)
  /src/games/robots/
extern.c 63 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 187 * DESCRIPTION: Decode and return a package length field.
245 * the package. Consumes the package length field
633 * RETURN: A newly allocated FIELD op
635 * DESCRIPTION: Get next field (NamedField, ReservedField, or AccessField)
644 ACPI_PARSE_OBJECT *Field;
662 /* Determine field type */
696 /* Allocate a new field op */
698 Field = AcpiPsAllocOp (Opcode, Aml);
699 if (!Field)
704 /* Decode the field type *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 342 /* Flags for InfoFlags field above */
418 * Fields. All share a common header/info field.
423 * Common bitfield for the field objects
424 * "Field Datum" -- a datum from the actual field object
425 * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field
432 UINT32 BitLength; /* Length of field in bits */\
435 UINT8 StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\
438 /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
479 * are each field definitions unto themselves
    [all...]

Completed in 15 milliseconds