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

  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 478 Field (GNVS, AnyAcc, NoLock, Preserve)
  /src/lib/libc/compat/net/
compat_ns_addr.c 53 static void Field(char *, uint8_t *, int);
69 * First, figure out what he intends as a field separator.
89 Field(buf, addr.x_net.c_net, 4);
96 Field(socketname, (uint8_t *)(void *)&addr.x_port, 2);
99 Field(hostname, addr.x_host.c_host, 6);
105 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/compiler/
dtfield.c 55 DT_FIELD *Field,
61 DT_FIELD *Field,
67 DT_FIELD *Field,
81 * Field - Field to be compiled
82 * ByteLength - Byte length of the field
83 * Type - Field type
87 * DESCRIPTION: Compile a field value to binary
94 DT_FIELD *Field,
106 DtCompileInteger (Buffer, Field, ByteLength, Flags)
    [all...]
dtio.c 216 DT_FIELD *Field;
263 * There are two column values. One for the field name,
264 * and one for the field value.
324 /* Create a new field object only if we have a valid value field */
328 Field = UtFieldCacheCalloc ();
329 Field->Name = Name;
330 Field->Value = Value;
331 Field->Line = Line;
332 Field->ByteOffset = Offset
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 79 * DESCRIPTION: Decode and return a package length field.
137 * the package. Consumes the package length field
525 * RETURN: A newly allocated FIELD op
527 * DESCRIPTION: Get next field (NamedField, ReservedField, or AccessField)
536 ACPI_PARSE_OBJECT *Field;
554 /* Determine field type */
588 /* Allocate a new field op */
590 Field = AcpiPsAllocOp (Opcode, Aml);
591 if (!Field)
596 /* Decode the field type *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 234 /* Flags for InfoFlags field above */
310 * Fields. All share a common header/info field.
315 * Common bitfield for the field objects
316 * "Field Datum" -- a datum from the actual field object
317 * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field
324 UINT32 BitLength; /* Length of field in bits */\
327 UINT8 StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\
330 /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
371 * are each field definitions unto themselves
    [all...]

Completed in 44 milliseconds