Searched refs:get (Results 1 - 25 of 265) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/t/
H A DHostname.t20 print "1..0\n" if $@ =~ /Cannot get host name/;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
103 get += stringof(this->str) == "GET " ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
103 get += stringof(this->str) == "GET " ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 st %fsr, [%sp+ARGPUSH] ! get fsr value
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+ARGPUSH] ! get fsr value
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
/osnet-11/usr/src/cmd/perl/5.8.4/
H A Dget_no_keywords.sh48 elif [[ $(sccs get -kp $file 2>/dev/null | cksum) \
56 sccs get $file 2>/dev/null
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
86 leal 4(%ebp),%eax / get address of argv
89 movl (%ebp),%eax / get # of args
101 call .L01 / only way to get IP into a register
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon2732
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon2746
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py45 def get(firmware_name=None): member in class:SystemFirmware
47 return BackendFWFactory.get(firmware_name)
87 def get(sysroot=None, arch=None, osname='solaris'): member in class:BootVariables
91 return BackendBootVarsFactory.get(sysroot, arch, osname)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpush.t36 ($list,$get,$leave) = split(/,\t*/,$line);
38 @get = split(' ',$get);
47 if (join(':',@got) eq join(':',@get) &&
52 print "not ok ",$test++," got: @got == @get left: @x == @leave\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dpop320 $m = $pop->get(1);
/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl131 msgid "set_configuration: get serial "
134 msgid "get device path failed\n"
142 msgid "get_config: get current config descr failed\n"
154 msgid "fill_in_ap_info: get dev descr failed\n"
156 msgid "get iManufacturer failed\n"
160 msgid "get string descr failed\n"
166 msgid "cfga_change_state: get device "
173 msgid "cfga_change_state: get device path failed\n"
215 msgid "usb_get_devicepath: get device path ioctl ok\n"
217 msgid "usb_get_devicepath: get devic
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Array/
H A Dpush.t22 tie @get,Basic;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlock.s35 ldstub [%o0], %o1 ! try to set lock, get value in %o1
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c65 for (prev = EOF; (ch = (*wio->get)(wio->object)) != EOF; prev = ch) {
80 if (wio->get != (int (*)(int, void *)) 0)
98 * The function referenced by "get" is passed the pointer "object"
115 if (wio == (t_wide_io *) 0 || wio->get == (int (*)(void *)) 0) {
128 if ((ch = (*wio->get)(wio->object)) == EOF)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/
H A D__init__.py36 def get(sysroot, arch, osname): member in class:BackendBootVarsFactory
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A D__init__.py42 def get(cls, **kwargs): member in class:BackendBootLoaderFactory
67 loaderclass = kwargs.get('loaderclass')
85 bcfg = kwargs.get('bootconfig')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm8 attrs - set/get attributes of a subroutine (deprecated)
17 @a = attrs::get(\&foo);
27 This pragma lets you set and get attributes for subroutines.
30 C<attrs::get> on a subroutine reference or name returns its list
31 of attribute names. Notice that C<attrs::get> is not exported.
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java263 p = new ProbeDescription(list.get(0));
266 p = new ProbeDescription(list.get(0), list.get(1));
269 p = new ProbeDescription(list.get(0), list.get(1),
270 list.get(2));
273 p = new ProbeDescription(list.get(0), list.get(1),
274 list.get(2), list.get(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm169 caller Flow,Namespace get context of the current subroutine call
175 chr String get character this number represents
209 getc I/O get the next character from the filehandle
210 getgrent User get next group record
211 getgrgid User get group record given group user ID
212 getgrnam User get group record given group name
213 gethostbyaddr Network get host record given its address
214 gethostbyname Network get host record given name
215 gethostent Network get next hosts record
217 getnetbyaddr Network get networ
[all...]

Completed in 104 milliseconds

1234567891011