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

123

/illumos-gate/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...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c47 unsigned drop; /* code bits to drop for sub-table */ local
154 with length len. That code is converted to an index by dropping drop
155 bits off of the bottom. For codes where len is less than drop + curr,
156 those top drop + curr - len bits are incremented through all values to
162 new sub-table should be started. drop is zero when the root table is
163 being filled, and drop is root when sub-tables are being filled.
208 drop = 0; /* current bits to drop from code for index */
220 this.bits = (unsigned char)(len - drop);
[all...]
/illumos-gate/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
835 drop(fts, f);
841 drop(fts, f);
1239 drop(fts, f);
1303 drop(fts, f);
1391 drop(fts, fts->current);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c104 ttyflush(drop)
105 int drop;
111 if (drop) {
131 if (!drop) {
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java145 Drop drop = e.getDrop();
146 throw new ConsumerException(drop.getDefaultMessage(),
147 drop);
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c513 goto drop;
524 goto drop;
528 goto drop;
531 goto drop;
537 drop:
558 goto drop;
568 goto drop;
572 goto drop;
577 drop:
/illumos-gate/usr/src/lib/efcode/packages/
H A Dparse.c51 drop(env);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c182 drop(regdisc_t* disc, Rex_t* e) function
194 drop(disc, e->re.group.expr.binary.left);
195 drop(disc, e->re.group.expr.binary.right);
205 drop(disc, e->re.group.expr.rex);
307 drop(env->disc, e);
312 drop(env->disc, e);
319 drop(env->disc, f);
341 drop(env->disc, f);
1329 drop(env->disc, e);
1456 drop(en
[all...]
H A Dreglib.h42 #define drop _reg_drop macro
579 extern void drop(regdisc_t*, Rex_t*);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dextend.c53 drop(env);
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c511 * nfscmd_dropped_entrysize(dir, drop, nents)
513 * We need to drop "drop" entries from dir in order to fit in the
518 nfscmd_dropped_entrysize(struct dirent64 *dir, size_t drop, size_t nents) argument
523 for (i = nents - drop; i > 0 && dir != NULL; i--)
529 for (size = 0, i = 0; i < drop && dir != NULL; i++) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c217 * under normal operation. They can also drop back in the conn
219 * new instance of a conn. We drop those, otherwise we have
226 * being reassembled. This means that senders can't drop messages
312 int drop)
317 RDSV3_DPRINTF4("rdsv3_still_queued", "Enter rs: %p inc: %p drop: %d",
318 rs, inc, drop);
323 if (drop) {
335 "inc %p rs %p still %d dropped %d", inc, rs, ret, drop);
624 * The socket is being shut down and we're asked to drop messages that were
311 rdsv3_still_queued(struct rdsv3_sock *rs, struct rdsv3_incoming *inc, int drop) argument
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h114 int drop; member in struct:rt2560_rx_data
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c332 goto drop;
339 drop:
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c158 * called back by the offer wait timer. If so, then drop our hold
837 * and if we were actually using unicast, then drop back and
1024 goto drop;
1038 goto drop;
1051 drop:
1131 goto drop;
1141 goto drop;
1149 drop:
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dglob.sh35 typeset lineno expected drop arg got sep op val add del
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c230 int ipdn_drop; /* drop percentage */
270 * - drop
279 int dwait, corrupt, drop, rand, off, status; local
288 drop = ins->ipdn_drop;
299 if (drop != 0 && rand % 100 < drop) {
534 * We have to drop the lock here, lest we cause a deadlock.

Completed in 210 milliseconds

123