| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| auditxml.pm | 39 my @kid = $obj->getKids(); # kids of event are entry or allowed_types 50 my $kid; 51 foreach $kid (@kid) { 52 my $class = $kid->getClass(); 53 my $kidId = $kid->getAttr('id'); 58 my $internal = $kid->getKid('internal'); 65 my $commentKid = $kid->getKid('comment'); 69 my $external = $kid->getKid('external'); 71 $entry{$kidId} = [$external, $kid, $tokenId, $format, $comment] [all...] |
| xmlHandlers.pm | 113 my $kid = shift; 115 push (@{$parent->{'kids'}}, $kid); 116 # $kid->{'parent'} = $parent; 281 my $kid; 282 foreach $kid (@kids) { 283 my $class = $kid->getClass(); 284 return $kid if $class eq $whichKid;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| op.c | 137 S_bad_type(pTHX_ I32 n, char *t, char *name, OP *kid) 140 (int)n, name, t, OP_DESC(kid))); 283 register OP *kid, *nextkid; local 310 for (kid = cUNOPo->op_first; kid; kid = nextkid) { 311 nextkid = kid->op_sibling; /* Get before next freeing kid */ 312 op_free(kid); 504 register OP *kid; local 528 OP *kid; local 555 OP *kid; local 625 OP *kid; local 843 OP *kid; local 854 OP *kid; local 929 OP *kid; local 956 OP *kid; local 967 OP *kid; local 1022 OP *kid = cUNOPo->op_first; local 1365 OP *kid; local 1376 OP *kid; local 1626 OP *kid; local 1799 OP *kid; local 4839 OP *kid = cUNOPo->op_first; local 4851 OP* kid; local 4877 OP *kid = cUNOPo->op_first; local 4928 SVOP *kid = (SVOP*)cUNOPo->op_first; local 4983 OP *kid; local 5000 OP *kid = cUNOPo->op_first; local 5032 SVOP *kid = (SVOP*)cUNOPo->op_first; local 5148 SVOP *kid = (SVOP*)cUNOPo->op_first; local 5176 register OP *kid; local 5488 OP *kid; local 5539 OP *kid = cLISTOPo->op_first->op_sibling; \/* get past pushmark *\/ local 5610 register OP *kid; local 5640 OP *kid = cLISTOPo->op_first; local 5690 OP *kid = cUNOPo->op_first; local 5782 SVOP *kid = (SVOP*)cUNOPo->op_first; local 5809 OP *kid = cUNOPo->op_first; local 5825 OP *kid; local 5846 OP* kid; local 5901 OP *kid = cUNOPx(firstkid)->op_first; \/* get past null *\/ local 5957 register OP *kid = cLISTOPo->op_first->op_sibling; \/* get past pushmark *\/ local 6021 register OP *kid; local 6077 OP *kid = cLISTOPo->op_first->op_sibling; local 6269 OP* kid = o2; local 6318 SVOP *kid = (SVOP*)cUNOPo->op_first; local 6337 OP *kid = cLISTOPo->op_first; local [all...] |
| op.h | 385 #define kUNOP cUNOPx(kid) 386 #define kBINOP cBINOPx(kid) 387 #define kLISTOP cLISTOPx(kid) 388 #define kLOGOP cLOGOPx(kid) 389 #define kPMOP cPMOPx(kid) 390 #define kSVOP cSVOPx(kid) 391 #define kPADOP cPADOPx(kid) 392 #define kPVOP cPVOPx(kid) 393 #define kCOP cCOPx(kid) 394 #define kLOOP cLOOPx(kid) [all...] |
| pad.c | 1417 CV *kid = cv_clone2((CV*)ppad[ix], cv); local [all...] |
| pp_ctl.c | 2049 OP *kid = Nullop; local [all...] |
| dump.c | 729 OP *kid; local 730 for (kid = cUNOPo->op_first; kid; kid = kid->op_sibling) 731 do_op_dump(level, file, kid); [all...] |
| pp_sort.c | 1438 OP *kid = cLISTOP->op_first->op_sibling; \/* pass pushmark *\/ local [all...] |
| util.c | 923 OP *kid; local 924 for (kid = cUNOPo->op_first; kid; kid = kid->op_sibling) 931 if (kid->op_type == OP_NULL && kid->op_targ == OP_NEXTSTATE) 932 cop = (COP *)kid; 936 new_cop = closest_cop(cop, kid); [all...] |
| proto.h | [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Deparse.pm | 884 my $kid; 891 $kid = $op->first->sibling; # skip pushmark 892 push @text, "\f".$self->const_sv($kid)->PV; 893 $kid = $kid->sibling; 894 for (; not null $kid; $kid = $kid->sibling) { 895 push @exprs, $self->deparse($kid, 0); 974 my($name, $kid, $cx) = @_ [all...] |
| Concise.pm | 326 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) { 327 walk_topdown($kid, $sub, $level + 1); 716 my($space, $single, $kids, $kid, $nokid, $last, $lead, $size) = @$style; 722 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
| passprompt.c | 30 pid_t kid; local 45 if ((kid = fork()) == (pid_t) -1) { 51 if (kid == (pid_t)0) { 100 while (waitpid(kid, &wstat, 0) < 0) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/ |
| Open2.t | 53 ok 2, print WRITE "hi kid\n"; 54 ok 3, <READ> =~ /^hi kid\r?\n$/;
|
| Open3.t | 60 ok 2, print WRITE "hi kid\n"; 61 ok 3, <READ> =~ /^hi kid\r?\n$/;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| dprofpp.PL | 562 my $kid; 564 for $kid (keys %{$deep_times->{kids}}) { 565 $kids_time += $deep_times->{kids}{$kid}{incl_time}; 570 for $kid (keys %{$deep_times->{kids}}) { 571 exclusives_in_tree($deep_times->{kids}{$kid}); 584 my $kid; 598 for $kid (sort kids_by_incl %{$deep_times->{kids}}) { 599 display_tree( $deep_times->{kids}{$kid}, $kid, $level + 1 );
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
| B.pm | 123 my $kid; 125 for ($kid = $op->first; $$kid; $kid = $kid->sibling) { 126 walkoptree_slow($kid, $method, $level + 1);
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjkstat/ |
| jkstat.c | 165 kid_t kid; local 170 kid = kstat_read((kstat_ctl_t *)kctl, (kstat_t *)ksp, NULL); 171 if (kid == -1) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| fork.t | 407 print "forked first kid\n"; 415 print "forked second kid\n"; 423 forked first kid 426 forked second kid
|
| /onnv/onnv-gate/usr/src/uts/common/io/net80211/ |
| net80211_ioctl.c | 2115 int kid; local 2218 uint16_t kid; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| kstat.h | 175 * kstat identity (KID) 177 * Each kstat is assigned a unique KID (kstat ID) when it is added to the 178 * global kstat chain. The KID is used as a cookie by /dev/kstat to 726 * a unique KID, and puts the kstat onto the system's kstat chain. 810 extern kstat_t *kstat_hold_bykid(kid_t kid, zoneid_t);
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| sar.c | 336 kid_t kid; local 515 kid = nxio[i].ks.ks_kid; 517 if (oxio[j].ks.ks_kid == kid) {
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| kstat_fr.c | 71 * (2) kstat_create(), to assign a KID (kstat ID) to each new kstat. 72 * /dev/kstat uses the KID as a cookie for kstat lookups. 122 avl_node_t e_avl_bykid; /* AVL tree to sort by KID */ 405 kstat_hold_bykid(kid_t kid, zoneid_t zoneid) 409 e.e_ks.ks_kid = kid; 490 * always has KID 0, has the headers for all kstats (including itself) 784 * copied out in order of increasing KID. 1126 * Loop around until we find an unused KID. [all...] |