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

12

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtimetype.sh34 get() function
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server_impl.h68 directory_error_t (*get)( member in struct:directory_provider_static
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4206
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4220
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMonitor.java89 public ResourceMonitor get(Resource res) throws StaleMonitorException; method in interface:Monitor
H A DSystemMonitor.java194 mon = get(res);
283 sl = (StatisticList) mon.get(stats[i]);
317 ResourceMonitor mon = get(res);
358 public ResourceMonitor get(Resource res) throws StaleMonitorException method in class:SystemMonitor
360 ResourceMonitor rm = (ResourceMonitor)monitored.get(res);
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h62 _ptr = other_sptr_p.get();
72 _ptr = other_sptr_p.get();
115 _ptr = (T *)other_sptr_p.get();
139 _ptr = other_sptr_p.get();
159 // get - return inner pointer
160 T *get() const function in class:SPtr
186 return(x.get() == y.get());
192 return(x.get() != y.get());
[all...]
/illumos-gate/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");
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c139 size_t resid, chunk, get; local
159 get = min(chunk, resid);
160 got = read(fd, buf, get);
/illumos-gate/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);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java100 get() method in class:Getopt.StringRef
419 } else if (longopt && (longoptarg.get() != null)) {
425 optarg = longoptarg.get();
437 if (longopt && (longoptarg.get() != null)) {
441 optarg = longoptarg.set(null).get();
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c50 static void doit(const char *zname, const char *zroot, int get);
53 static void walk_zones(int get);
66 int all = 0, get = 0, init = 0; local
77 get = 1;
95 walk_zones(get);
97 doit(NULL, "", get);
183 * Open the /var/run/tzsync, then set or get the semaphore.
187 * get get/set semaphore
190 doit(const char *zname, const char *zroot, int get) argument
282 walk_zones(int get) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c64 static void get(char *);
117 * the easiest way to get the complete arp table
140 get(argv[optind]);
297 get(char *host) function
/illumos-gate/usr/src/cmd/units/
H A Dunits.c81 int get(void);
211 switch(c=get()) {
333 c = get();
349 c = get();
357 c = get();
412 c = get();
420 c = get();
425 c = get();
435 c = get();
438 c = get();
460 get(void) function
[all...]
/illumos-gate/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;
233 * get the sign
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c91 static void get(int, char **);
145 { "get", rhelp, get },
485 get(int argc, char **argv) function
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c589 "Restarting at %lld for next get, put or append\n",
600 get(int argc, char *argv[]) function
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c554 * Having gotten preliminaries out of the way, get down to business.
1336 /* getname - get the name of a symbol in a permanent fashion */
1345 int get; /* amount of space to get */ local
1358 get = lth > STRSPACE ? lth : STRSPACE;
1359 strtable = _prof_Malloc(1, get);
1360 size = get;
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h216 uint_t (*get)(void *cookie, off_t offset); member in struct:pcie_hp_regops
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h64 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \ member in struct:cursor_t
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c181 static wint_t get(int);
438 /* Now get the other options */
651 if (get(0) == WEOF)
688 for (Line = Margin / 2; ; (void) get(0)) {
711 (void) get(colno))
715 ((C == '\n') && (get(colno) == WEOF)))
756 for (Line = Margin / 2; ; (void) get(0)) {
772 (void) get(colno);
805 (void) get(colno)) {
826 (void) get(coln
1089 get(int colno) function
[all...]

Completed in 95 milliseconds

12