Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t36 my ($ks) = @_;
37 foreach my $m (sort(keys(%$ks))) {
38 foreach my $i (sort(keys(%{$ks->{$m}}))) {
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";
132 my $a = shift(@avals);
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dstring.fr24 : 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 ] ;
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
50 this my=> clr-buf
[all …]
H A Dficlclass.fr22 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 Doo.fr157 \ 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 Dmarker.fr14 here - allot \ reset HERE to my xt-addr
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t131 my @strings;
132 my $string;
299 my $desc;
300 my $file;
302 my $flags;
304 my $exp;
305 my $error;
739 my $pf1;
740 my $pf2;
741 my $fh1;
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t33 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 Dtst.autowrap.mdb.out1 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 Dtst.autowrap.mdb3 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 Dgeneric.func44 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 Dgetwin.c81 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 Drmvolmgr.c58 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 Dgetwin.c79 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 Dtgetch.c381 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 DLgrp.pod54 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);
81 my $is_leaf = lgrp_isleaf($cookie, $lgrp);
84 my @cpus = lgrp_cpus($cookie, $lgrp,
88 my $memsize = lgrp_mem_size($cookie, $lgrp,
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Drepetition.dat104 # 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 Dmyisp.tmpl45 user myname # my account name at my ISP
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.107 # block incoming connection requests to my internal network from the big bad
/illumos-gate/usr/src/cmd/sendmail/cf/ostype/
H A Dsolaris2.m415 # have mail.local installed. It is my understanding that this is
H A Dsolaris2.ml.m415 # have mail.local installed. It is my understanding that this is
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME33 my $user = getpwuid(Apache->server->uid());
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DMALFORMED.dict32 a moose once bit my sister.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod16 my $taskid = gettaskid();
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab107 my burmese
232 my malaysia
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsmatch.txt29 for the kernel takes 2-3 hours on my computer. For the kernel you build

123