HomeSort by relevance Sort by last modified time
    Searched defs:Record (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Record.java 31 * A data record generated by DTrace.
35 public interface Record {
  /onnv/onnv-gate/usr/src/cmd/bnu/
account.c 46 struct acData /* Data for construction of account record. */
77 static char Record[LOGSIZE]; /* Place to build log records. */
109 sprintf(Record, format,
126 /* Terminate the record and write it out. */
128 (void) strcat(Record, EOR);
129 writeLog(Record,&LogFile,LogName,&Collecting);
security.c 47 struct secXfer /* Data for construction of security record. */
66 struct secRexe /* Data for construction of security record. */
82 static char Record[LOGSIZE]; /* Place to build log records. */
83 static char Type[MODSTR]; /* record type */
94 * Local Function: newRec - Initialize new record
181 sprintf(Record, format,
197 /* Terminate the record and write it out. */
199 (void) strcat(Record, EOR);
200 writeLog(Record,&LogFile,LogName,&Collecting);
446 sprintf(Record, format
    [all...]
perfstat.c 39 * of records will be written to the file, and each record will be
40 * identified by a mnemonic type at the begining of the record. The record
59 * time that the record is written.
77 * type t| 4 record type (always conn)
80 * myname t| 6 name of the machine where the record is written
96 * type t| 4 record type (always xfer)
100 * myname t| 6 name of the machine where the record is written
182 struct connData /* Data for construction of conn record. */
188 struct xferData /* Data for construction of xfer record. *
    [all...]

Completed in 120 milliseconds