Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DRecord.java35 public interface Record { interface
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c77 static char Record[LOGSIZE]; /* Place to build log records. */ variable
H A Dsecurity.c82 static char Record[LOGSIZE]; /* Place to build log records. */ variable
H A Dperfstat.c218 static char Record[LOGSIZE]; /* Place to build log records. */ variable
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h873 #define BASE_CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - OFFSET_OF (TYPE, Field))) argument