| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| H A D | walk.c | 70 type = ops[node].ival; in walk() 91 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN); in walk() 127 if (ops[node+2].ival) { in walk() 128 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN)); in walk() 132 fstr = walk(0,level+1,ops[node+3].ival,&numarg,P_MIN); in walk() 155 if (ops[node+4].ival) { in walk() 159 str_scat(str,fstr=walk(0,level,ops[node+4].ival,&numarg,P_MIN)); in walk() 224 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN); in walk() 225 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN)); in walk() 228 str_scat(str,fstr=walk(0,level,ops[node+3].ival,&numarg,P_MIN)); in walk() [all …]
|
| H A D | a2py.c | 153 type = ops[i].ival; in main() 161 printf("\t%d",ops[i].ival),i++; in main() 919 ops[mop++].ival = OSTRING + (1<<8); in string() 937 ops[mop++].ival = type; in oper0() 950 ops[mop++].ival = type + (1<<8); in oper1() 951 ops[mop++].ival = arg1; in oper1() 964 ops[mop++].ival = type + (2<<8); in oper2() 965 ops[mop++].ival = arg1; in oper2() 966 ops[mop++].ival = arg2; in oper2() 979 ops[mop++].ival = type + (3<<8); in oper3() [all …]
|
| H A D | a2p.c | 2341 if ((ops[yyvsp[-2]].ival & 255) == OFLD) in yyparse() 2343 if ((ops[yyvsp[-2]].ival & 255) == OVFLD) in yyparse() 2426 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse() 2431 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse() 2436 if (ops[yyvsp[-2]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse() 2441 if (ops[yyvsp[-3]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse() 2653 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse() 2667 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; } in yyparse()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perly.c | 40 I32 ival; 1604 { yyval.ival = yyvsp[-1].ival; newPROG(block_end(yyvsp[-1].ival,yyvsp[0].opval)); } in yyparse() 1608 { if (PL_copline > (line_t)yyvsp[-3].ival) in yyparse() 1609 PL_copline = (line_t)yyvsp[-3].ival; in yyparse() 1610 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); } in yyparse() 1614 { yyval.ival = block_start(TRUE); } in yyparse() 1622 PL_expect = XSTATE; yyval.ival = block_start(TRUE); in yyparse() 1627 { if (PL_copline > (line_t)yyvsp[-3].ival) in yyparse() 1628 PL_copline = (line_t)yyvsp[-3].ival; in yyparse() 1629 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); } in yyparse() [all …]
|
| H A D | toke.c | 139 # define REPORT2(x,retval) tokereport(x,s, yylval.ival), 152 #define LOOPX(f) return(yylval.ival=f, REPORT("loopx",f) PL_expect = XTERM,PL_bufptr = s,(int)LOOPE… 153 #define FTST(f) return(yylval.ival=f, REPORT("ftst",f) PL_expect = XTERM,PL_bufptr = s,(int)UNIOP) 154 #define FUN0(f) return(yylval.ival = f, REPORT("fun0",f) PL_expect = XOPERATOR,PL_bufptr = s,(int)F… 155 #define FUN1(f) return(yylval.ival = f, REPORT("fun1",f) PL_expect = XOPERATOR,PL_bufptr = s,(int)F… 156 #define BOop(f) return ao((yylval.ival=f, REPORT("bitorop",f) PL_expect = XTERM,PL_bufptr = s,(int)… 157 #define BAop(f) return ao((yylval.ival=f, REPORT("bitandop",f) PL_expect = XTERM,PL_bufptr = s,(int… 158 #define SHop(f) return ao((yylval.ival=f, REPORT("shiftop",f) PL_expect = XTERM,PL_bufptr = s,(int)… 159 #define PWop(f) return ao((yylval.ival=f, REPORT("powop",f) PL_expect = XTERM,PL_bufptr = s,(int)PO… 160 #define PMop(f) return(yylval.ival=f, REPORT("matchop",f) PL_expect = XTERM,PL_bufptr = s,(int)MATC… [all …]
|
| H A D | perly.h | 66 I32 ival; member
|
| /onnv-gate/usr/src/uts/common/io/audio/ac97/ |
| H A D | ac97_cmi.c | 162 int ival; in cmi_setup_jack_funcs() local 174 ival = ac_get_prop(ac, AC97_PROP_LINEIN_FUNC, 0); in cmi_setup_jack_funcs() 175 if ((ival >= 1) && (ival <= 2)) { in cmi_setup_jack_funcs() 176 cp.cp_initval = ival; in cmi_setup_jack_funcs() 181 ival = ac_get_prop(ac, AC97_PROP_MIC_FUNC, 0); in cmi_setup_jack_funcs() 182 if ((ival >= 1) && (ival <= 2)) { in cmi_setup_jack_funcs() 183 cp.cp_initval = ival; in cmi_setup_jack_funcs() 216 int ival; in cmi_setup_jack_func_9738() local 228 ival = ac_get_prop(ac, AC97_PROP_LINEIN_FUNC, 0); in cmi_setup_jack_func_9738() 229 if ((ival >= 1) && (ival <= 2)) { in cmi_setup_jack_func_9738() [all …]
|
| H A D | ac97_alc.c | 179 int ival; in alc650_init() local 182 ival = ac_get_prop(ac, AC97_PROP_LINEIN_FUNC, 0); in alc650_init() 183 if ((ival >= 1) && (ival <= 2)) { in alc650_init() 184 cp.cp_initval = ival; in alc650_init() 189 ival = ac_get_prop(ac, AC97_PROP_MIC_FUNC, 0); in alc650_init() 190 if ((ival >= 1) && (ival <= 2)) { in alc650_init() 191 cp.cp_initval = ival; in alc650_init()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/ |
| H A D | HiRes.t | 225 my $ival = Time::HiRes::tv_interval ($r); 226 print "# Select returned! $i $ival\n"; 227 print "# ", abs($ival/3 - 1), "\n"; 233 if (abs($ival/3.3 - 1) < $limit) { 240 if (abs($ival/$exp - 1) > 3*$limit) { 241 my $ratio = abs($ival/$exp); 242 $not = "while: $exp sleep took $ival ratio $ratio"; 251 my $ival = Time::HiRes::tv_interval ($r); 252 print "# Tick! $i $ival\n"; 255 if (abs($ival/$exp - 1) > 3*$limit) { [all …]
|
| /onnv-gate/usr/src/common/smbsrv/ |
| H A D | smb_msgbuf.c | 215 uint32_t ival; in buf_decode() local 322 ival = strlen((const char *)mb->scan) + 1; in buf_decode() 323 if (smb_msgbuf_has_space(mb, ival) == 0) in buf_decode() 326 if ((cvalp = smb_msgbuf_malloc(mb, ival * 2)) == 0) in buf_decode() 329 if ((ival = smb_stombs((char *)cvalp, in buf_decode() 330 (char *)mb->scan, ival * 2)) == in buf_decode() 337 mb->scan += (ival+1); in buf_decode() 448 uint32_t ival; in buf_encode() local 554 ival = strlen((const char *)cvalp) + 1; in buf_encode() 556 if (smb_msgbuf_has_space(mb, ival) == 0) in buf_encode() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
| H A D | Dumper.xs | 247 SV *sv, *ipad, *ival; in DD_dump() local 279 ival = SvRV(val); in DD_dump() 280 realtype = SvTYPE(ival); in DD_dump() 281 (void) sprintf(id, "0x%"UVxf, PTR2UV(ival)); in DD_dump() 283 if (SvOBJECT(ival)) in DD_dump() 284 realpack = HvNAME(SvSTASH(ival)); in DD_dump() 412 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv, in DD_dump() 420 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv, in DD_dump() 432 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv, in DD_dump() 441 I32 ixmax = av_len((AV *)ival); in DD_dump() [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | syncinit.c | 293 int ival; in lookup() local 295 for (ival = 0; *table != 0; ival++, table++) in lookup() 297 return (ival); in lookup()
|
| /onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
| H A D | asn1.c | 131 int ival, i; in asn_build_int() local 143 ival = val; in asn_build_int() 168 valp = (uchar_t *)&ival; in asn_build_int() 448 asn_parse_int(uchar_t *buf, size_t *bufsz_p, int *ival) in asn_parse_int() argument 481 *ival = (*p & ASN_BIT8) ? -1 : 0; in asn_parse_int() 483 *ival <<= 8; in asn_parse_int() 484 *ival |= *p++; in asn_parse_int()
|
| /onnv-gate/usr/src/cmd/svc/svccfg/ |
| H A D | svccfg_internal.c | 886 value_t *ival; in load_property() local 914 ival = internal_value_new(); in load_property() 915 ival->sc_type = scf_value_type(load_val); in load_property() 916 assert(ival->sc_type != SCF_TYPE_INVALID); in load_property() 918 switch (ival->sc_type) { in load_property() 925 ival->sc_u.sc_count = b; in load_property() 930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count); in load_property() 937 &ival->sc_u.sc_integer); in load_property() 949 ival->sc_u.sc_string = strdup(loadbuf); in load_property() 950 if (ival->sc_u.sc_string == NULL) { in load_property() [all …]
|
| /onnv-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | clock.c | 97 auto struct timeval now, nowi, ival; local 110 ival.tv_sec = intvl / 1000; 111 ival.tv_usec = (intvl - ival.tv_sec * 1000) * 10; 114 timeradd(&now, &ival, &nowi);
|
| /onnv-gate/usr/src/lib/libsasl/lib/ |
| H A D | seterror.c | 125 int ival; in sasl_seterror() local 294 ival = va_arg(ap, int); /* get the next arg */ in sasl_seterror() 296 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */ in sasl_seterror()
|
| /onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| H A D | smbfs_node.c | 78 smbfs_hash(uint32_t ival, const char *name, int nmlen) in smbfs_hash() argument 82 for (v = ival; nmlen; name++, nmlen--) { in smbfs_hash()
|
| /onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | grub.h | 90 typedef int (*reply_t)(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *… 91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
|
| H A D | nic.c | 278 static int await_arp(int ival, void *ptr, in await_arp() argument 292 memcpy(arptable[ival].node, arpreply->shwaddr, ETH_ALEN); in await_arp() 432 static int await_qdrain(int ival __unused, void *ptr __unused, in await_qdrain() 455 static int await_rarp(int ival, void *ptr, unsigned short ptype, in await_rarp() argument 524 static int await_bootp(int ival __unused, void *ptr __unused, in await_bootp() 621 static int await_dhcp(int ival __unused, void *ptr __unused, in await_dhcp() 881 int await_reply(reply_t reply, int ival, void *ptr, long timeout) in await_reply() argument 969 result = reply(ival, ptr, ptype, ip, udp); in await_reply()
|
| /onnv-gate/usr/src/lib/libpool/common/ |
| H A D | pool_value.c | 293 int64_t ival; in pool_value_from_nvpair() local 318 if (nvpair_value_int64(pn, &ival) != 0) { in pool_value_from_nvpair() 322 pool_value_set_int64(pv, ival); in pool_value_from_nvpair()
|
| /onnv-gate/usr/src/lib/libsmbfs/ |
| H A D | cflib.h | 64 int ival; /* int/bool values, or max len for str value */ member
|
| /onnv-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | mount.c | 668 int ival; in boot_nfs_mountroot() local 678 ival = atoi(val); in boot_nfs_mountroot() 679 wait.tv_sec = ival / 10; in boot_nfs_mountroot() 680 wait.tv_usec = (ival % 10) * 100000; in boot_nfs_mountroot()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
| H A D | nwamcfg_grammar.y | 44 int ival; member 72 %type <ival> resource1_type LOC NCP ENM WLAN 73 %type <ival> resource2_type NCU 74 %type <ival> ncu_class_type PHYS IP 75 %type <ival> property_type UNKNOWN ACTIVATION_MODE CONDITIONS ENABLED
|
| /onnv-gate/usr/src/cmd/eject/ |
| H A D | eject.c | 422 int ival = 0; in floppy_in_drive() local 426 if (ioctl(fd, FDGETCHANGE, &ival) >= 0) { in floppy_in_drive() 427 if (!(ival & FDGC_CURRENT)) { in floppy_in_drive()
|
| /onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | search.c | 801 int escape, firstdigit, ival; in unescape_filterval() local 810 if (( ival = hexchar2int( *s )) < 0 ) { in unescape_filterval() 822 *d = ( ival<<4 ); in unescape_filterval() 825 *d++ |= ival; in unescape_filterval()
|