Searched defs:validate (Results 1 - 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh62 validate() function
116 validate
/illumos-gate/usr/src/cmd/sgs/test/ld/assert-deflib/
H A Dtest-deflib.sh49 function validate function
78 validate
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DCountValue.java68 validate();
72 validate() method in class:CountValue
101 validate();
H A DDataEvent.java60 validate();
64 validate() method in class:DataEvent
90 validate();
H A DDropEvent.java58 validate();
62 validate() method in class:DropEvent
87 validate();
H A DErrorEvent.java60 validate();
64 validate() method in class:ErrorEvent
89 validate();
H A DProcessEvent.java62 validate();
66 validate() method in class:ProcessEvent
91 validate();
H A DStackFrame.java86 validate();
90 validate() method in class:StackFrame
147 validate();
H A DAvgValue.java79 validate();
83 validate() method in class:AvgValue
149 validate();
H A DProbe.java99 validate();
103 validate() method in class:Probe
174 validate();
H A DProbeInfo.java102 validate();
106 validate() method in class:ProbeInfo
180 validate();
H A DAggregationRecord.java98 validate();
123 validate();
127 validate() method in class:AggregationRecord
241 validate();
H A DKernelStackRecord.java167 validate();
171 validate() method in class:KernelStackRecord
206 validate();
324 validate();
H A DKernelSymbolRecord.java107 validate();
111 validate() method in class:KernelSymbolRecord
138 validate();
221 validate();
H A DPrintfRecord.java103 validate();
107 validate() method in class:PrintfRecord
275 validate();
H A DProgram.java81 validate() method in class:Program
153 validate();
H A DProgramInfo.java110 validate();
114 validate() method in class:ProgramInfo
222 validate();
H A DStddevValue.java178 validate();
182 validate() method in class:StddevValue
260 validate();
H A DUserStackRecord.java88 validate();
117 validate();
121 validate() method in class:UserStackRecord
291 validate();
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DUnsignedInt64.java55 validate(this);
69 validate(this);
84 validate(this);
97 validate(this);
109 private void validate(BigInteger v) method in class:UnsignedInt64
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc78 * The first time validate is called, the state is recorded.
82 void HandleNPIVPort::validate(uint64_t newState) { function in class:HandleNPIVPort
83 Trace log("HandleNPIVPort::validate");
130 * @see HandlePort::validate
138 validate(newState);
H A DHandlePort.cc72 * The first time validate is called, the state is recorded.
76 void HandlePort::validate(uint64_t newState) { function in class:HandlePort
77 Trace log("HandlePort::validate");
129 // We don't validate when a WWN was used
137 * @see HandlePort::validate
145 validate(newState);
154 * @see HandlePort::validate
164 validate(newState);
172 validate(newState);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlp.c79 int validate = 0; local
200 case 'V': /* validate */
201 validate = 1;
283 else if (validate == 1) /* validate the request can be processed */
H A Dlpr.c77 int validate = 0; local
178 case 'V': /* validate */
179 validate = 1;
242 if (validate == 1) /* validate the request can be processed */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c290 char *in_tkt_service, int validate)
337 if (validate)
288 krb5_validate_or_renew_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *in_tkt_service, int validate) argument

Completed in 114 milliseconds

123