Home
last modified time | relevance | path

Searched refs:lvalue (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c72 lvalue->nosub = 0; in scope()
75 lvalue->ovalue = 0; in scope()
76 if(cp>=lvalue->expr && cp < lvalue->expr+lvalue->elen) in scope()
233 if(lvalue->eflag) in arith()
235 lvalue->eflag = 0; in arith()
287 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs); in arith()
288 if(lvalue->fun) in arith()
299 lvalue->flag = str-lvalue->value; in arith()
351 lvalue->flag = str-lvalue->value; in arith()
368 lvalue->flag = (str-lvalue->expr); in arith()
[all …]
H A Dstreval.c586 lvalue.value = 0; in expr()
587 lvalue.nargs = 0; in expr()
588 lvalue.fun = 0; in expr()
665 if(lvalue.flag<0) in expr()
666 lvalue.flag = 0; in expr()
711 lvalue.value = 0; in expr()
722 fun = lvalue.fun; in expr()
723 lvalue.fun = 0; in expr()
769 if(!lvalue.value) in expr()
780 lvalue.value = 0; in expr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h443 #define REF_HOST_USHORT(lvalue) (lvalue) argument
444 #define REF_NET_USHORT(lvalue) (ntohs(lvalue)) argument
445 #define SET_NET_USHORT(lvalue, val) ((lvalue) = htons(val)) argument
449 #define REF_NET_USHORT(lvalue) \ argument
451 ((uchar_t *)(&(lvalue)))[1]))
453 #define SET_NET_USHORT(lvalue, val) { \ argument
455 ((uchar_t *)(&(lvalue)))[1] = (uchar_t)(val); \
460 #define REF_HOST_USHORT(lvalue) \ argument
462 ((uchar_t *)(&(lvalue)))[0]))
466 #define REF_HOST_USHORT(lvalue) \ argument
[all …]
/illumos-gate/usr/src/cmd/valtools/
H A Dckrange.c115 long lvalue, uvalue, intval; in main() local
215 lvalue = strtol(lower, &ptr, base); in main()
223 lvalue = LONG_MIN; in main()
225 if (uvalue < lvalue) { in main()
235 exit(ckrange_val(lvalue, uvalue, base, argv[optind])); in main()
243 ckrange_err(lvalue, uvalue, base, error); in main()
247 ckrange_hlp(lvalue, uvalue, base, help); in main()
251 n = ckrange(&intval, lvalue, uvalue, (short)base, in main()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y284 | lvalue ASG expr = {
287 | lvalue AADD expr = {
290 | lvalue ASUB expr = {
293 | lvalue AMUL expr = {
305 | lvalue INC = {
308 | lvalue DEC = {
348 lvalue:
367 lvalue %prec COMMA
381 | DEC lvalue = {
384 | INC lvalue = {
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2943 u_longlong_t nodes_ll, cpus_pernode_ll, lvalue; in get_system_configuration() local
2961 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration()
2964 eprom_kernelbase = (uintptr_t)lvalue; in get_system_configuration()
2968 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration()
2971 segmapsize = (uintptr_t)lvalue; in get_system_configuration()
2975 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration()
2978 segmapfreelists = (int)lvalue; in get_system_configuration()
2982 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration()
2985 segkpsize = mmu_btop((size_t)lvalue); in get_system_configuration()
H A Dfakebop.c687 uint64_t lvalue; in read_bootenvrc() local
813 parse_value(line, &lvalue) != -1) { in read_bootenvrc()
814 if (0 < lvalue && (lvalue < physmem || physmem == 0)) { in read_bootenvrc()
815 physmem = (pgcnt_t)lvalue; in read_bootenvrc()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5172 ssize_t lvalue; in sotpi_getsockopt() local
5180 lvalue = so->so_sndbuf; in sotpi_getsockopt()
5181 if (lvalue == 0) { in sotpi_getsockopt()
5184 QHIWAT, 0, &lvalue); in sotpi_getsockopt()
5189 value = (int)lvalue; in sotpi_getsockopt()
5195 ssize_t lvalue; in sotpi_getsockopt() local
5210 lvalue = so->so_rcvbuf; in sotpi_getsockopt()
5211 if (lvalue == 0) { in sotpi_getsockopt()
5214 QHIWAT, 0, &lvalue); in sotpi_getsockopt()
5219 value = (int)lvalue; in sotpi_getsockopt()
[all …]
/illumos-gate/usr/src/cmd/spell/
H A Dlocal297 lvalue
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2880 uint_t lvalue; in IDStringToData() local
2907 (void) sscanf(byte, "%x", &lvalue); in IDStringToData()
2908 iddata->Data[i++] = (uchar_t)(lvalue & 0x000000FF); in IDStringToData()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE2044 non-lvalue could cause a core dump has been fixed.