Searched defs:get (Results 1 - 23 of 23) sorted by relevance

/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/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm5 @EXPORT_OK = qw(get reftype);
72 sub get ($) { subroutine
74 croak 'Usage: '.__PACKAGE__.'::get $ref';
96 attributes - get/set subroutine or variable attributes
104 use attributes (); # optional, to get subroutine declarations
105 my @attrlist = attributes::get(\&foo);
107 use attributes 'get'; # import the attributes::get subroutine
108 my @attrlist = get \&foo;
145 However, C<my> variables get thei
[all...]
H A DDumpvalue.pm52 sub get { subroutine
570 Later in the life of the object the methods may be queries with get()
641 =item get
643 @values = $d->get('option1', 'option2');
H A DCPAN.pm27 no lib "."; # we need to run chdir all over and we would get at wrong
68 autobundle bundle expand force get cvs_import
378 # get in the way. I wanted the queue manager to be a dumb servant, not
1366 get download
1367 make make (implies get)
1562 conf set or get configuration variables
1563 debug set or get debugging options
2061 # enter the queue but not its copy. How do they get a sensible
2156 #-> sub CPAN::Shell::get ;
2157 sub get { shif subroutine
3852 sub get { subroutine
5165 sub get { shift->rematein('get',@_); } subroutine
5508 sub get { shift->rematein('get',@_); } subroutine
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A D__init__.py36 def get(fw_name): member in class:BackendFWFactory
54 # Problem while trying to get the property
/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/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/libnisdb/
H A Ddb_dictlog.cc158 j = get();
190 *db_dictlog::get() function in class:db_dictlog
194 READLOCK(this, NULL, "r db_dictlog::get");
196 READUNLOCK(this, NULL, "ru db_dictlog::get");
203 READUNLOCK(this, NULL, "ru db_dictlog::get");
209 READUNLOCK(this, NULL, "ru db_dictlog::get");
217 READUNLOCK(this, j, "ru db_dictlog::get");
H A Ddb_log.cc84 j = get();
127 j = get();
157 *db_log::get() function in class:db_log
161 READLOCK(this, NULL, "r db_log::get");
163 READUNLOCK(this, NULL, "ru db_log::get");
170 READUNLOCK(this, NULL, "ru db_log::get");
176 READUNLOCK(this, NULL, "ru db_log::get");
184 READUNLOCK(this, j, "ru db_log::get");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm249 sub get { subroutine
340 get an initial "handle" on an internal object.
367 way to get an initial "handle" on an internal perl data structure
651 It is the appropriate method to use if you need to get the name
833 Like C<ARRAY>, but takes an index as an argument to get only one element,
/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)
H A Dbootloader.py92 def get(**kwargs): member in class:BootLoader
94 return BackendBootLoaderFactory.get(**kwargs)
132 self._boot_config = kwargs.get('bootconfig')
135 self.version = kwargs.get('version')
137 self.artifacts = kwargs.get('artifacts', [])
140 self._boot_config, self, kwargs.get('fwtype'))
150 self.rootpath = kwargs.get('rootpath', bc_sysroot)
164 fwinst = SystemFirmware.get(fwtype)
178 supported_fwnames = supported_platforms.get(which_platform)
247 valfunc = validators.get(ke
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java222 get(int index) method in class:Tuple
224 return elements.get(index);
348 ValueRecord rec1 = t1.get(pos);
349 ValueRecord rec2 = t2.get(pos);
H A DDistribution.java117 bucket = buckets.get(i);
128 // methods all depend on get() and size(), it is sufficient to call
269 get(int index) method in class:Distribution
272 return buckets.get(index);
547 b = buckets.get(i);
558 b = buckets.get(i);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm204 sub get subroutine
206 @_ == 2 or @_ == 3 or croak 'usage: $pop3->get( MSGNUM [, FH ])';
379 my $msg = $pop->get($msgnum);
476 =item get ( MSGNUM [, FH ] )
479 then get returns a reference to an array which contains the lines of
485 As per get(), but returns a tied filehandle. Reading from this
H A DFTP.pm431 sub get subroutine
714 # a pipe, or device) and if so get the file size from stat, and send
1239 $ftp->get("that.file")
1240 or die "get failed ", $ftp->message;
1447 =item get ( REMOTE_FILE [, LOCAL_FILE [, WHERE]] )
1565 can return a data connection. They have no effect on methods C<get>, C<put>,
1671 Close the data connection and get a response from the FTP server. Returns
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h43 * flag==0 get next char
125 #define GET(p) (*get)(p,0)
126 #define NON(p) (*get)(p,1)
174 S2F_function(void* s, S2F_get_f get) argument
176 S2F_function(s, get) void* s; S2F_get_f get;
235 * get the sign
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h106 int (*get) __P((const struct __db *, const DBT *, DBT *, u_int)); member in struct:__db
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h50 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \ member in struct:cursor_t
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c603 dtj_flag(uint_t *flags, uint_t flag, boolean_t *get, boolean_t *set) argument
605 assert((get && !set) || (set && !get));
607 if (get) {
608 *get = (*flags & flag);
622 dtj_cflag(dtj_java_consumer_t *jc, const char *opt, boolean_t *get, argument
630 dtj_flag(flags, DTRACE_C_ARGREF, get, set);
632 dtj_flag(flags, DTRACE_C_CPP, get, set);
634 dtj_flag(flags, DTRACE_C_DEFARG, get, set);
636 dtj_flag(flags, DTRACE_C_EMPTY, get, se
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c766 /* If we came back in here to get the last output from
828 /* We'll have to come back to get the rest of the output;
970 * It is easy to get rid of this optimization if necessary.
1721 * tree construction to get a canonical Huffman tree (longest code
2308 /* Build the bit length tree for the above two trees, and get the index
3052 TYPE, /* get type bits (3, including end bit) */
3053 LENS, /* get lengths for stored */
3055 TABLE, /* get table lengths */
3056 BTREE, /* get bit lengths tree for a dynamic block */
3057 DTREE, /* get lengt
4108 uInt get; /* bits to get for extra */ member in struct:inflate_codes_state::__anon17::__anon19
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h87 /* Forward structure declarations, so applications get type checking. */
121 u_int32_t dlen; /* RO: get/put record length. */
122 u_int32_t doff; /* RO: get/put record offset. */
126 #define DB_DBT_PARTIAL 0x04 /* Partial put/get. */
157 #define DB_PAGEYIELD 21 /* DB: yield the CPU on pool get. */
357 #define DB_GET_BOTH 9 /* get(), c_get() */
371 #define DB_SET_RECNO 23 /* get(), c_get() */
453 int (*get) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t)); member in struct:__db

Completed in 78 milliseconds