Searched refs:val (Results 401 - 425 of 665) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/krb5/kadm5/
H A Dserver_internal.h172 osa_free_princ_ent(osa_princ_ent_t val);
/osnet-11/usr/src/lib/libadutils/common/
H A Dlibadutils.h145 extern void adutils_set_debug(enum ad_debug item, int val);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c734 char *val = argv[i] + 4; local
742 if (grub_strcmp (val, "normal") == 0)
744 else if (grub_strcmp (val, "ext") == 0)
746 else if (grub_strcmp (val, "ask") == 0)
757 vid_mode = (grub_uint16_t) grub_strtoul (val, 0, 0);
816 char *val = argv[i] + 4; local
818 linux_mem_size = grub_strtoul (val, &val, 0);
829 switch (grub_tolower (val[0]))
/osnet-11/usr/src/cmd/hal/hald/
H A Dproperty.c340 gboolean val)
346 prop->readonly = val;
349 prop->persistence = val;
352 prop->callout = val;
338 hal_property_set_attribute(HalProperty *prop, enum PropertyAttribute attr, gboolean val) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm496 my ($client, $val) = @_;
497 return defined($val) ? $preeval->{$client} = $val : $preeval->{$client};
501 my ($client, $val) = @_;
502 return defined($val) ? $posteval->{$client} = $val : $posteval->{$client};
522 my ($client, $val) = @_;
523 if (defined $val) {
525 $ineval->{$client} = $val;
H A DExporter.t214 my $val = eval { wibble() };
215 ::ok($val eq "wobble", "exported importer worked");
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfexcept.c57 _Sfi = f->val = io;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c407 int val; /* Converted severity value */ local
451 val = (int)strtol(noesc(valstr), &p, 0);
452 if ((val > 4) && (p == tokend)) {
478 rtnval->sevvalue = val;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c142 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val))
505 if (serial != NULL && serial->val != NULL)
524 *match = (memcmp(a, serial->val, serial->len) ==
884 rsa.mod.val = (uchar_t *)Mod->bv_val;
887 rsa.pubexp.val = (uchar_t *)PubExp->bv_val;
890 rsa.priexp.val = (uchar_t *)PriExp->bv_val;
893 rsa.prime1.val = (uchar_t *)Prime1->bv_val;
896 rsa.prime2.val = (uchar_t *)Prime2->bv_val;
1530 rsaexp->val !
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c230 static void put_chtype(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
232 if(!val && nv_isattr(np,NV_REF))
234 nv_putv(np,val,flag,fp);
235 if(!val)
545 static void put_type(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
548 if(val && (nq=nv_open(val,sh.var_tree,NV_VARNAME|NV_ARRAY|NV_NOADD|NV_NOFAIL)))
561 nv_putv(np,val,flag,fp);
562 if(!val)
1009 char *val local
1310 char *val=0; local
1547 put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.c234 const struct sip_value *val; local
236 val = sip_get_header_value(_dialog->sip_dlg_remote_target,
238 if (val == NULL)
240 req_uri = &((sip_hdr_value_t *)val)->cftr_uri;
347 const struct sip_value *val; local
349 val = sip_get_header_value(dialog->sip_dlg_remote_target, NULL);
350 to_uri = &((sip_hdr_value_t *)val)->cftr_uri;
743 * Set the partial dialog timer with the INVITE timeout val
868 const struct sip_value *val; local
1125 val
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c904 char *val; local
918 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->u.res.value_offset);
919 if (val < (char*)ctx->attr || val +
925 memcpy(b, val + pos, count);
1091 char *val; local
1099 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->u.res.value_offset);
1100 if (val < (char*)ctx->attr || val +
1106 memcpy(val
1670 ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
1874 ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
2285 ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
2629 ntfs_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, ntfschar *name, u8 name_len, u8 *val, u32 size, ATTR_FLAGS flags) argument
3040 ntfs_attr_add(ntfs_inode *ni, ATTR_TYPES type, ntfschar *name, u8 name_len, u8 *val, s64 size) argument
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c891 const pool_value_t *val)
900 val));
904 BAD_CAST property_name_minus_ns(pe, name), val) == PO_FAIL)
906 val));
908 return (pool_xml_set_prop(node, BAD_CAST name, val));
1281 pool_value_t val = POOL_VALUE_INITIALIZER; local
1285 pool_value_get_name(qo->props[i]), &val) ==
1291 &val) != PO_TRUE) {
1346 pool_value_t val = POOL_VALUE_INITIALIZER; local
1350 pool_value_get_name(props[i]), &val)
890 pool_knl_put_xml_property(pool_elem_t *pe, xmlNodePtr node, const char *name, const pool_value_t *val) argument
1438 pool_value_t val = POOL_VALUE_INITIALIZER; local
1526 pool_value_t val = POOL_VALUE_INITIALIZER; local
2297 pool_knl_get_property(const pool_elem_t *pe, const char *name, pool_value_t *val) argument
2331 pool_knl_get_dynamic_property(const pool_elem_t *pe, const char *name, pool_value_t *val) argument
2389 pool_knl_put_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument
2793 pool_value_t val = POOL_VALUE_INITIALIZER; local
3071 pool_value_t val = POOL_VALUE_INITIALIZER; local
[all...]
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.h152 extern int cpc_buf_get(cpc_t *cpc, cpc_buf_t *buf, int index, uint64_t *val);
153 extern int cpc_buf_set(cpc_t *cpc, cpc_buf_t *buf, int index, uint64_t val);
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c275 is_in_list(char **list, char *val) argument
278 if (uu_strcaseeq(*list, val))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h187 char **val);
188 long k5_profile_validate_get_error_msg(profile_t profile, int err, char *val,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c702 zap_lookup(dnode_phys_t *zap_dnode, char *name, uint64_t *val, char *stack) argument
719 return (mzap_lookup(zapbuf, size, name, val));
723 val, stack));
1087 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, argument
1091 char *nvpair, *nvp_name, *strval = val;
1092 uint64_t *intval = val;
1135 *(void **)val = (void *)nvpair;
1139 *(void **)val = (void *)nvpair;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm204 while( my($key,$val) = splice(@_, 0, 2) ) {
206 $macros .= qq{/macro="$key=$val"};
209 $macros .= qq{ $key=$val};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t434 my ($ref, $val) = @_;
435 return bless [ $ref, $val ], $pkg;
441 my ($ref, $val) = @$self;
445 return $val;
H A Dtiehandle.t32 my ($class,@val) = @_;
33 return bless \@val,$class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm86 my ($error, $val) = constant($constname);
92 #XXX *$AUTOLOAD = sub () { $val };
95 *$AUTOLOAD = sub { $val };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm202 my($key, $val) = splice(@ARGV, 0, 2);
207 C<$key: $val>
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c705 u_int16_t val; local
717 val = (u_int16_t)(key->dk_flags & 0xffff);
718 dst_s_put_int16(out_storage, val);
725 val = (u_int16_t)((key->dk_flags >> 16) & 0xffff);
726 dst_s_put_int16(&out_storage[loc], val);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c584 uint64_t val; local
588 &val) == 0 ||
590 &val) == 0 ||
592 &val) == 0 ||
594 &val) == 0))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t626 my $val = eval $point;
631 print "# $point: \$val=undef\n";
633 } elsif ($val != $bearing) {
634 print "# $point: \$val=$val, not $bearing\n";

Completed in 106 milliseconds

<<11121314151617181920>>