Searched refs:Record (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DRecord.java35 public interface Record { interface
H A DValueRecord.java35 public interface ValueRecord extends Record {
H A DProbeData.java114 private transient List <Record> nativeElements;
116 private List <Record> records;
145 nativeElements = new ArrayList <Record> (nativeElementCount);
146 records = new ArrayList <Record> ();
171 Flow f, List <Record> recordList)
177 records = new ArrayList <Record> (recordList.size());
195 addDataElement(Record o)
198 Record r = Record.class.cast(o);
207 addRecord(Record recor
[all...]
H A DExitRecord.java42 public final class ExitRecord implements Record, Serializable {
H A DAggregationRecord.java42 public final class AggregationRecord implements Record, Serializable {
H A DPrintfRecord.java41 public final class PrintfRecord implements Record, Serializable,
H A DPrintaRecord.java78 public final class PrintaRecord implements Record, Serializable,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java74 List <Record> records = data.getRecords();
75 Record record;
115 List <Record> records = data.getRecords();
116 for (Record r : records) {
H A DTestBean.java373 List < Record > list = new ArrayList < Record > ();
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c220 static char Record[LOGSIZE]; /* Place to build log records. */ variable
313 * Local Function: reportConn - Write Out Conn Record
333 sprintf(Record, format,
346 reportTimes(Record, &contimes, FS);
347 strcat(Record, EOR);
348 writeLog(Record,&LogFile,LogName,&Collecting);
383 int lastbyte; /* Offset to last byte in Record. */
390 sprintf(Record, format1,
391 "xfer", FS, /* Record type. */
415 pfloat(Record, inqu
[all...]
H A Dsecurity.c82 static char Record[LOGSIZE]; /* Place to build log records. */ variable
181 sprintf(Record, format,
199 (void) strcat(Record, EOR);
200 writeLog(Record,&LogFile,LogName,&Collecting);
446 sprintf(Record, format,
457 (void) strcat(Record, EOR);
458 writeLog(Record,&LogFile,LogName,&Collecting);
H A Daccount.c77 static char Record[LOGSIZE]; /* Place to build log records. */ variable
109 sprintf(Record, format,
128 (void) strcat(Record, EOR);
129 writeLog(Record,&LogFile,LogName,&Collecting);
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI2.java51 java.util.List < Record > records = data.getRecords();
52 for (Record r : records) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt162 work. If the drive has a Master Boot Record then this geometry may not
164 that Master Boot Record. But I'll not go into that here (I would probably
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile147 Record \
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt73 representation. Record type and event fields are converted
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java243 Record record = null;
245 List <Record> records = data.getRecords();
246 Iterator <Record> itr = records.iterator();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h126 #pragma mark - Resource Record Utility Functions
H A DmDNSEmbeddedAPI.h151 #pragma mark - DNS Resource Record class and type constants
672 #pragma mark - Resource Record structures
709 // Unique Yes Yes No Record intended to be unique -- will probe to verify
710 // Verified Yes Yes No Record has completed probing, and is verified unique
711 // KnownUnique No Yes No Record is assumed by other means to be unique
1434 regState_NoTarget = 8, // SRV Record registration pending registration of hostname
1575 mergeState_t mState; // Unicast Record Registrations merge state
1577 mStatus updateError; // Record update resulted in Error ?
1831 AuthRecord AutoTunnel6Record; // AutoTunnel AAAA Record obtained from awacsd
2092 #define TC_STATE_SRV_PEER 0x000000003 /* Peer's SRV Record correspondin
[all...]
H A DDNSCommon.c776 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go
799 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go
1352 #pragma mark - Resource Record Utility Functions
1870 // 1) Question: Any, LocalOnly Record: no scope. This question should be answered with this record.
1872 // 2) Question: Any, LocalOnly Record: scoped. This question should be answered with the record because
1876 // 3) Question: Scoped (LocalOnly or InterfaceID), LocalOnly Record: no scope. This is the inverse of (2).
1881 // 4) Question: Scoped (LocalOnly or InterfaceID), LocalOnly Record: scoped. LocalOnly questions should be
2746 const mDNSu8 *nextbyte = mDNSNULL; // Record where we got to before we started following pointers
2779 if (!nextbyte) nextbyte = ptr; // Record where we got to before we started following pointers
4228 j = i; // Record wher
[all...]
H A DmDNS.c524 LogInfo("AnswerQuestionByFollowingCNAME: Resolving a .local CNAME %p %##s (%s) Record %s",
529 // Record how many times we've done this. We need to do this *after* mDNS_StartQuery_internal,
665 #pragma mark - Resource Record Utility Functions
1008 LogInfo("ActivateUnicastRegistration: Found Service Record %s in state %d for %##s (%s)",
1158 LogInfo("DecrementAutoTargetServices: AutoTargetServices %d Record %s", m->AutoTargetServices, ARDisplayString(m, rr));
1196 LogInfo("IncrementAutoTargetServices: AutoTargetServices %d Record %s", m->AutoTargetServices, ARDisplayString(m, rr));
1675 LogMsg("mDNS_Deregister_internal: Record %p not found in list %s", rr, ARDisplayString(m,rr));
1995 debugf("SendDelayedUnicastResponse: Added NSEC3 Record %s on %p", RRDisplayString(m, nsec3RR), intf->InterfaceID);
2000 LogMsg("SendDelayedUnicastResponse: ERROR!! Cannot Add NSEC3 Record %s on %p", RRDisplayString(m, nsec3RR), intf->InterfaceID);
3201 // Record th
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1334 LOG_SYNC_REG(%g1, %g2, %g3) ! Record into the error log
1355 LOG_SYNC_REG(%g1, %g2, %g3) ! Record into the error log

Completed in 154 milliseconds