Searched refs:val (Results 276 - 300 of 665) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/port/sys/
H A Dsemsys.c50 int val; member in union:semun
77 arg = (uintptr_t)va_arg(ap, union semun).val;
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c105 static void scf_value_reset_locked(scf_value_t *val, int and_destroy);
951 uint64_t val; local
952 if (scf_value_get_count(v, &val) < 0)
956 handle->rh_debug = (uid_t)val;
2961 scf_scope_handle(const scf_scope_t *val) argument
2963 return (datael_handle(&val->rd_d));
2967 scf_scope_destroy(scf_scope_t *val) argument
2969 if (val == NULL)
2972 datael_destroy(&val->rd_d);
2973 uu_free(val);
3055 scf_service_handle(const scf_service_t *val) argument
3138 commit_value(caddr_t data, scf_value_t *val, rep_protocol_value_type_t t) argument
3524 scf_service_destroy(scf_service_t *val) argument
3563 scf_instance_handle(const scf_instance_t *val) argument
3569 scf_instance_destroy(scf_instance_t *val) argument
3608 scf_snapshot_handle(const scf_snapshot_t *val) argument
3614 scf_snapshot_destroy(scf_snapshot_t *val) argument
3653 scf_snaplevel_handle(const scf_snaplevel_t *val) argument
3659 scf_snaplevel_destroy(scf_snaplevel_t *val) argument
3795 scf_pg_handle(const scf_propertygroup_t *val) argument
3801 scf_pg_destroy(scf_propertygroup_t *val) argument
4194 scf_property_handle(const scf_property_t *val) argument
4200 scf_property_destroy(scf_property_t *val) argument
4533 scf_transaction_handle(const scf_transaction_t *val) argument
4999 scf_transaction_destroy(scf_transaction_t *val) argument
5056 scf_entry_handle(const scf_transaction_entry_t *val) argument
5194 scf_decoration_handle(const scf_decoration_t *val) argument
5200 scf_decoration_destroy(scf_decoration_t *val) argument
5244 scf_value_reset_locked(scf_value_t *val, int and_destroy) argument
5279 scf_value_reset(scf_value_t *val) argument
5289 scf_value_handle(const scf_value_t *val) argument
5295 scf_value_destroy(scf_value_t *val) argument
5310 scf_value_base_type(const scf_value_t *val) argument
5330 scf_value_type(const scf_value_t *val) argument
5343 scf_value_is_type(const scf_value_t *val, scf_type_t base_arg) argument
5369 scf_value_check_type(const scf_value_t *val, rep_protocol_value_type_t t) argument
5388 scf_value_get_boolean(const scf_value_t *val, uint8_t *out) argument
5411 scf_value_get_count(const scf_value_t *val, uint64_t *out) argument
5430 scf_value_get_integer(const scf_value_t *val, int64_t *out) argument
5449 scf_value_get_time(const scf_value_t *val, int64_t *sec_out, int32_t *nsec_out) argument
5482 scf_value_get_astring(const scf_value_t *val, char *out, size_t len) argument
5498 scf_value_get_ustring(const scf_value_t *val, char *out, size_t len) argument
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c405 char val[MAXPROPVALLEN]; local
412 status = i_ipadm_get_prop(iph, arg, pdp, val, &size,
416 pval = val;
552 char val[11]; /* covers uint32_max as a string */ local
558 (void) snprintf(val, sizeof (val), "%d", hostmodel);
559 pval = val;
1000 char *val = NULL; local
1010 val = "1";
1012 val
1030 char val[MAXPROPVALLEN]; local
1150 uint_t val = atoi(buf); local
1197 int s, val; local
1263 char *val; local
[all...]
H A Dipadm_cong.c297 scf_value_t *val = NULL; local
302 (val = scf_value_create(h)) == NULL)
308 scf_property_get_value(prop, val) < 0 ||
309 scf_value_get_boolean(val, &vbool) < 0)
322 scf_property_get_value(prop, val) == -1 ||
323 scf_value_get_as_string(val, vstr, sizeof (vstr)) == -1)
331 scf_value_destroy(val);
588 scf_value_t *val = NULL; local
600 (val = scf_value_create(ss.h)) == NULL) {
607 scf_property_get_value(prop, val) !
637 scf_value_t *val = NULL; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c788 * sequences within the null-terminated string 'val'. The resulting value
791 * If 'val' contains invalid escape sequences we return -1.
795 unescape_filterval( char *val )
801 for ( s = d = val; *s; s++ ) {
835 return( d - val );
860 put_substring_filter( BerElement *ber, char *type, char *val )
867 val, 0 );
873 for ( ; val != NULL; val = nextstar ) {
874 if ( (nextstar = find_star( val )) !
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c179 int val; member in struct:local_vars
196 v->val = val; \
209 val = v->val; \
228 val = -1; \
284 int val = -1; local
423 val = rc;
559 val = rc;
605 if (val > r
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c613 boolean_t *val; local
616 if (nwam_value_get_boolean_array(value, &val, &numvalues)
621 if (val[i] != B_TRUE && val[i] != B_FALSE)
631 int64_t *val; local
634 if (nwam_value_get_int64_array(value, &val, &numvalues)
639 if (val[i] < 0)
927 scf_value_t *val = NULL; local
939 (val = scf_value_create(h)) == NULL) {
955 scf_property_get_value(prop, val) !
982 scf_value_t *val = NULL; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm69 seen => {}, # local (nested) refs (id => [name, val])
171 my(@out, $val, $name);
177 for $val (@{$s->{todump}}) {
183 if (defined $val) {
184 $name = (ref $val eq 'ARRAY') ? ( "\@" . $1 ) :
185 (ref $val eq 'HASH') ? ( "\%" . $1 ) :
186 (ref $val eq 'CODE') ? ( "\*" . $1 ) :
205 $valstr = $s->_dump($val, $name);
225 my($s, $val, $name) = @_;
229 $type = ref $val;
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c127 char *val; local
134 err = nvlist_lookup_string(ah->asr_cfg, name, &val);
137 val = default_value;
139 if (val == NULL || val[0] == '\0')
140 val = default_value;
142 return (val);
162 char *val = asr_getprop_str(ah, name); local
165 if (val == NULL) {
170 if (strcmp(ASR_VALUE_TRUE, val)
185 char *val = asr_getprop_str(ah, name); local
236 strcharcmp(char c, char *val) argument
949 char *r, *val; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c50 union Value val[1]; /* array of value holders */ member in struct:index_array
115 memset(ar->val, 0, ar->maxi*sizeof(char*));
116 ar->bits = (unsigned char*)&ar->val[ar->maxi];
143 return (ap->header.fixed || ((ap->cur<aq->maxi) && aq->val[ap->cur].cp));
145 return ((ap->cur<aq->maxi) && aq->val[ap->cur].cp);
190 while(i>0 && ap->val[--i].cp==0);
229 up = &(ap->val[ap->cur]);
250 up = &(ap->val[ap->cur]);
360 up = &(ap->val[ap->cur]);
490 ar->bits = (unsigned char*)&ar->val[a
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dalarm.c183 static void putval(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
188 if(val)
198 nv_putv(np,val,flag,fp);
200 if(*val=='+')
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_util.c187 uint8_t val; local
191 val = sensor_type;
194 val = reading_type;
199 if (ntp->int_value == val) {
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c305 const char *val; local
318 if ((val = fm_dc_getprop(Dhp, argv[2])) == NULL)
328 if (reterrno == 0 && strcmp(val, argv[3]))
329 err("val \"%s\", expected \"%s\"", val, argv[3]);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dprinc_xdr.h65 ldap_osa_free_princ_ent(osa_princ_ent_t val);
/osnet-11/usr/src/grub/grub2/grub-core/hook/
H A Ddatehook.c42 const char *val __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmultiboot.h46 void grub_multiboot_set_accepts_video (int val);
H A Dtypes.h258 static inline void grub_set_unaligned16 (void *ptr, grub_uint16_t val) argument
265 dd->d = val;
279 static inline void grub_set_unaligned32 (void *ptr, grub_uint32_t val) argument
286 dd->d = val;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiearray.t16 my ($class,@val) = @_;
17 return bless \@val,$class;
50 my ($ob,$id,$val) = @_;
51 $ob->[$id] = $val;
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h26 int val; member in struct:intlist
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm82 local($self,$key,$val) = @_;
85 croak(qq/Value "$val" is not $vlen characters long/)
86 if length($val) != $vlen;
94 $record = "\2". $key . $val;
105 $record = "\2". $key . $val;
H A DArray.pm27 my $val;
30 $val = $obj->FETCH($newsize);
33 $val;
55 my $val = $obj->FETCH($i);
56 $obj->STORE($i+$d,$val);
64 my $val = $obj->FETCH($i);
65 $obj->STORE($i-$d,$val);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s29 / longjmp(env, val)
30 / will generate a "return(val)" from
88 test %eax,%eax / if val != 0
89 jnz 1f / return val
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.s57 st %o0, [%sp + 68] ! save des address for return val
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s44 mov %o0, %g5 ! save des address for return val
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s61 mov %o0, %g5 ! save des address for return val

Completed in 72 milliseconds

<<11121314151617181920>>