Searched refs:Value (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libeti/menu/common/
H A Ditemvalue.c46 if (Value(i) != v) {
47 Value(i) = v;
54 Value(Dfl_Item) = v;
62 return (Value(i ? i : Dfl_Item));
H A Ditemopts.c46 if (Value(i)) {
47 Value(i) = FALSE;
H A Dmenuopts.c65 Value(*ip) = FALSE;
H A Dconnect.c89 Value(*ip) = FALSE;
H A Dpost.c56 if (Value(k) || k == Current(m)) {
65 if (Value(k) || (OneValue(m) && k == Current(m))) {
237 Value(*ip) = FALSE;
H A Ddriver.c208 Value(Current(m)) ^= TRUE;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUserSymbolRecord.java77 private transient Value value;
87 value = new Value(pid, addressValue);
109 value = new Value(pid, addressValue);
177 public Value
256 value = new Value(pid, addressValue);
286 public static final class Value implements Serializable, class in class:UserSymbolRecord
287 Comparable <Value> {
293 UserSymbolRecord.Value.class);
338 Value(int pid, long addressValue) method in class:UserSymbolRecord.Value
378 * UserSymbolRecord.Value} fo
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)
98 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \
99 argmatch_to_argument (Value, Arglist, \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.t42 print "not " unless $@ =~ /Value "1234" is not 3 characters long/;
H A DSubstrHash.pm85 croak(qq/Value "$val" is not $vlen characters long/)
/osnet-11/usr/src/lib/libshell/common/include/
H A Dname.h28 union Value nvalue; /* value field */ \
36 union Value union
51 union Value *up; /* for indirect node */
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c1464 DerDecodeTbsCertificate(const KMF_DATA *Value, argument
1472 if (!tbscert || !Value || !Value->Data || !Value->Length)
1475 rawcert.bv_val = (char *)Value->Data;
1476 rawcert.bv_len = Value->Length;
1505 * Value (input): DER encoded object that shd be decoded
1510 DerDecodeSignedCertificate(const KMF_DATA *Value, argument
1523 if (!signed_cert_ptr_ptr || !Value || !Value
2048 DerDecodeTbsCsr(const KMF_DATA *Value, KMF_TBS_CSR **tbscsr) argument
2083 DerDecodeSignedCsr(const KMF_DATA *Value, KMF_CSR_DATA **signed_csr_ptr_ptr) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h171 #define Value "value" macro
H A Dtopo_xml.c220 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
225 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
230 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
235 if (xmlattr_to_int(mp, xn, Value, &ui) < 0)
240 if (xmlattr_to_fmri(mp, xn, Value, &fmri) < 0) {
249 if ((str = xmlGetProp(xn, (xmlChar *)Value)) == NULL)
276 if ((str = xmlGetProp(xn, (xmlChar *)Value)) == NULL) {
356 if ((str = xmlGetProp(xn, (xmlChar *)Value))
375 if ((str = xmlGetProp(xn, (xmlChar *)Value))
410 if ((str = xmlGetProp(xn, (xmlChar *)Value))
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c513 #define YYBACKUP(Token, Value) \
518 yylval = (Value); \
572 # define YYDSYMPRINTF(Title, Token, Value, Location) \
578 Token, Value); \
646 # define YYDSYMPRINTF(Title, Token, Value, Location)
/osnet-11/usr/src/lib/libldap4/include/
H A Dfe.h107 char *Expr; /* Value expression */
270 extern void *fe_ctx_get(FE_Context *Ctx, int FieldID, void *Value);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c779 KMF_DATA Modulus, Exponent, Prime, Subprime, Base, Value; local
804 (void) memset(&Value, 0, sizeof (Value));
895 SETATTR(dsaTemplate, 5, CKA_VALUE, Value.Data,
896 Value.Length);
926 Value.Length = dsaTemplate[5].ulValueLen;
927 Value.Data = malloc(Value.Length);
928 if (Value.Data == NULL) {
940 SETATTR(dsaTemplate, 5, CKA_VALUE, Value
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c50 union Value val[1]; /* array of value holders */
194 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update)
197 register union Value *up;
214 return((union Value*)((*arp->fun)(np,NIL(char*),0)));
245 union Value *up;
264 * Get the Value pointer for an array.
271 register union Value *up;
315 up = (union Value*)&mp;
596 register union Value *up;
786 i = (newsize-1)*sizeof(union Value*)
[all...]
H A Dname.c1504 register union Value *up;
1509 union Value u;
2354 register union Value *up;
2627 register union Value *up= &np->nvalue;
2751 register union Value *up;
H A Dnvdisc.c258 union Value *up = np->nvalue.up;
375 union Value *up = np->nvalue.up;
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist117 79 Value too large for defined data type
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h131 #define Value(i) (i)->value macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm543 Value Value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL440 Var Name Default Value Meaning
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm771 Value and Encoded Word Extensions: Character Sets, Languages, and

Completed in 209 milliseconds

12