Searched refs:drop (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDropEvent.java45 private Drop drop; field in class:DropEvent
51 * @throws NullPointerException if the given drop is {@code null}
57 drop = dataDrop;
64 if (drop == null) {
65 throw new NullPointerException("drop is null");
70 * Gets the drop information generated by DTrace.
72 * @return non-null drop information generated by DTrace
77 return drop;
112 buf.append(", drop = ");
113 buf.append(drop);
[all...]
H A DConsumerAdapter.java53 Drop drop = e.getDrop();
54 throw new ConsumerException(drop.getDefaultMessage(), drop);
H A DDrop.java59 Drop drop = (Drop)oldInstance;
61 "new", new Object[] { drop.getCPU(),
62 drop.getKind().name(), drop.getCount(),
63 drop.getTotal(), drop.getDefaultMessage() });
74 * Indicates what kind of buffer space experienced the data drop
83 /** Dynamic drop */
85 /** Dynamic drop due to rinsing */
87 /** Dynamic drop du
[all...]
H A DLocalConsumer.java1168 dataDropped(Drop drop) throws ConsumerException argument
1170 fireDataDropped(new DropEvent(this, drop));
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmimetype.c37 drop(Mime_t* mp) function
65 mp->freef = drop;
H A Dfastfind.c134 * convert t to lower case and drop leading x- and x- after /
287 goto drop;
301 goto drop;
322 goto drop;
331 goto drop;
348 goto drop;
423 goto drop;
429 goto drop;
470 goto drop;
524 goto drop;
[all...]
H A Dfts.c108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (free(f), (p)->free)) macro
839 drop(fts, f);
845 drop(fts, f);
1243 drop(fts, f);
1307 drop(fts, f);
1395 drop(fts, fts->current);
H A Dmime.c124 drop(Dt_t* dt, void* object, Dtdisc_t* disc) function
780 mp->dict.freef = drop;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_handle.c313 dtrace_dropdata_t drop; local
319 bzero(&drop, sizeof (drop));
320 drop.dtdda_handle = dtp;
321 drop.dtdda_cpu = cpu;
322 drop.dtdda_kind = what;
323 drop.dtdda_drops = howmany;
324 drop.dtdda_msg = str;
342 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
356 "dynamic variable drop" },
392 dtrace_dropdata_t drop; local
[all...]
/osnet-11/usr/src/lib/efcode/packages/
H A Dparse.c51 drop(env);
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c192 drop(regdisc_t* disc, Rex_t* e) function
204 drop(disc, e->re.group.expr.binary.left);
205 drop(disc, e->re.group.expr.binary.right);
215 drop(disc, e->re.group.expr.rex);
317 drop(env->disc, e);
322 drop(env->disc, e);
329 drop(env->disc, f);
351 drop(env->disc, f);
1339 drop(env->disc, e);
1466 drop(en
[all...]
H A Dreglib.h42 #define drop _reg_drop macro
579 extern void drop(regdisc_t*, Rex_t*);
/osnet-11/usr/src/lib/efcode/engine/
H A Dextend.c53 drop(env);
H A Dforth.c154 drop(env);
718 * 'unloop' Fcode implementation, drop 3 loop ctrl elements off return stack.
1196 drop(fcode_env_t *env) function
1198 CHECK_DEPTH(env, 1, "drop");
1274 drop(env);
1331 CHECK_DEPTH(env, 2, "2drop");
2224 drop(env);
2238 drop(env);
2540 ANSI(0x046, 0, "drop", drop);
[all...]
H A Dpackage.c824 drop(env);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl72 drop table t1;
73 drop table t2;
H A Dspeedtest.tcl80 drop table t1;
81 drop table t2;
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh368 [[ $__verbose__ ]] && print -u2 $__command__: old:1-$((__new__-1)) new:$__new__-$__max__ drop $__ndrop__ add $((__max__-__new__+1))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm149 imported, resulting in a nice drop-in replacement for the C<time>
176 imported, resulting in a nice drop-in replacement for the C<sleep>
184 behaviour. This function can be imported, resulting in a nice drop-in
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c159 "failed to establish drop handler: %s",
208 jobject drop = NULL; local
256 drop = (*jenv)->NewObject(jenv, g_drop_jc, g_dropinit_jm,
263 (*jenv)->CallVoidMethod(jenv, jc->dtjj_caller, g_drop_jm, drop);
264 (*jenv)->DeleteLocalRef(jenv, drop);
2174 * exception in the getAggregate() thread if the drop handler is
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h90 FNPROTO(drop); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm40 complicated testing, use the Test::More module (a drop-in replacement
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c335 /* drop group id privileges (RunAsUser not yet set) */
1375 /* drop privileges -- daemon mode done after socket/bind */
1552 ** drop privs to prevent normal
1571 sm_dprintf("Failed to drop privs for user %d attempt to expand, exiting\n",
2276 /* Only drop when a child gives status */
2559 /* drop privileges */
2926 ** drop -- whether or not to drop CurEnv envelope
2938 finis(drop, cleanup, exitstat)
2939 bool drop;
3220 bool drop = false; local
[all...]
H A Ddaemon.c3104 bool drop; local
3140 ** Want to drop to the user who started the process in all cases
3146 drop = !(UseMSP && RunAsUid != 0 &&
3149 if (drop_privileges(drop) != EX_OK)
3153 "could not drop privileges: %s",
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c962 int drop; local
1188 if ((drop = !sp) && !(sp = sfstropen()))
1296 if (drop)

Completed in 82 milliseconds

12