/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/ |
H A D | Kstat.t | 36 my ($ks) = @_; 37 foreach my $m (sort(keys(%$ks))) { 38 foreach my $i (sort(keys(%{$ks->{$m}}))) { 39 foreach my $n (sort(keys(%{$ks->{$m}->{$i}}))) { 40 foreach my $k (sort( 42 my $v = $ks->{$m}->{$i}->{$n}->{$k}; 51 my $loaded; 58 my ($test, $ks); 76 my $cpu = (keys(%{$ks->{cpu_info}}))[0]; 77 my $cpu_info = "cpu_info$cpu"; [all …]
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | string.fr | 24 : get-count ( 2:this -- count ) my=[ .count get ] ; 25 : set-count ( count 2:this -- ) my=[ .count set ] ; 29 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ; 30 : set-buflen ( len 2:this -- ) my=[ .buflen set ] ; 32 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ; 34 ptr this my=[ .buf set-ptr ] 35 len this my=> set-buflen 40 0 0 2over my=> set-buf 41 0 -rot my=> set-count 46 this my=> get-buf [all …]
|
H A D | ficlclass.fr | 22 my=[ .pName get-ptr ] -rot 23 my=[ .nName get ] 27 my=> .link ; 57 this my=[ .size get ] 0 do 58 i this my=[ .hash index ] ( 2list-head )
|
H A D | oo.fr | 157 \ my-instance next ( does whatever next does to my-instance by late binding ) 170 \ my-class get-wid ( -- wid-of-my-class ) 179 : my=> \ c:( -- ) run: ( -- ??? ) late bind compiled method of current-class 183 \ Problem: my=[ assumes that each method except the last is an obj: member 188 : my=[ \ same as my=> , but binds a chain of methods 261 \ 3 my-class array: my-array 262 \ Makes an instance variable array of 3 instances of my-class 263 \ named my-array. 458 this my=> get-size allot 465 this my=> get-size nobj * allot [all …]
|
H A D | marker.fr | 14 here - allot \ reset HERE to my xt-addr
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 95 my ($fh) = @_; 96 my ($line, @a1, @a2); 117 my ($a1, $a2) = @_; 118 my $s1 = Dumper($a1); 119 my $s2 = Dumper($a2); 130 my ($key, $value); 131 my @strings; 132 my $string; 133 my $hash = $_[0]; 162 my ($fh, $line, $n1, $n2, $n3, $s); [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/ |
H A D | gmatch.t | 33 my $loaded; 39 my ($test); 42 my @strs = ( 'a', 'aa', 'z', 'zz', '0', '0123456789' ); 43 my @tests = ( 54 foreach my $t (@tests) { 55 for (my $i = 0; $i < @strs; $i++) {
|
/illumos-gate/usr/src/test/util-tests/tests/mdb/options/ |
H A D | tst.autowrap.mdb.out | 1 Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!… 5 Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level s
|
H A D | tst.autowrap.mdb | 3 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six pique… 10 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six pique…
|
/illumos-gate/usr/src/test/smbclient-tests/config/ |
H A D | generic.func | 44 my $statsbase = get_STATSBASE(); 52 my $runtime = conf_reqval("runtime"); 53 my $fs = get_CONFNAME();
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getwin.c | 81 int by, bx, my, mx; in getwin() local 84 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4) in getwin() 90 if ((w = newwin(my, mx, by, bx)) == NULL) in getwin()
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 58 boolean_t my; member 397 v->my = B_TRUE; in volume_added() 468 if (v->my) { in rmm_property_modified() 559 v->my = B_TRUE; in rmm_mount_all() 585 if (v->my && libhal_device_get_property_bool(hal_ctx, v->udi, in rmm_unmount_all()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getwin.c | 79 int by, bx, my, mx; local 86 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4) 92 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tgetch.c | 381 int j, mx, my; in get_xterm_mouse() local 423 my = c1 - ' '; in get_xterm_mouse() 433 my = c1 * (c2 - ' '); in get_xterm_mouse() 443 MOUSE_Y_POS = my; in get_xterm_mouse()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 40 my $cookie = lgrp_init(LGRP_VIEW_OS | LGRP_VIEW_CALLER); 41 my $l = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS | LGRP_VIEW_CALLER); 43 my $version = lgrp_version(LGRP_VER_CURRENT | LGRP_VER_NONE); 54 my $affinity = lgrp_affinity_get(P_PID, $pid, $lgrp); 57 my $nlgrps = lgrp_nlgrps($cookie); 60 my $root = lgrp_root($cookie); 66 my @children = lgrp_children($cookie, $lgrp); 69 my @parents = lgrp_parents($cookie, $lgrp); 72 my @lgrps = lgrp_lgrps($cookie); 78 my @leaves = lgrp_leaves($cookie); [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/ |
H A D | repetition.dat | 104 # These test a fixed bug in my regex-tdfa that did not keep the expanded 106 # these ambiguous patterns (crafted just to test my code when I became 107 # suspicious of my implementation). The first subexpression should use
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/ |
H A D | myisp.tmpl | 45 user myname # my account name at my ISP
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | example.10 | 7 # block incoming connection requests to my internal network from the big bad
|
/illumos-gate/usr/src/cmd/sendmail/cf/ostype/ |
H A D | solaris2.m4 | 15 # have mail.local installed. It is my understanding that this is
|
H A D | solaris2.ml.m4 | 15 # have mail.local installed. It is my understanding that this is
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | README | 33 my $user = getpwuid(Apache->server->uid());
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | MALFORMED.dict | 32 a moose once bit my sister.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 16 my $taskid = gettaskid();
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 107 my burmese 232 my malaysia
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | smatch.txt | 29 for the kernel takes 2-3 hours on my computer. For the kernel you build
|