Searched refs:schedule (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java46 /** Use this to schedule BrowseListener callbacks via SwingUtilities.invokeAndWait(). */
59 this.schedule();
74 this.schedule();
88 this.schedule();
102 protected void schedule() method in class:SwingBrowseListener
H A DSwingDomainListener.java46 /** Use this to schedule DomainListener callbacks via SwingUtilities.invokeAndWait(). */
59 this.schedule();
71 this.schedule();
82 this.schedule();
96 protected void schedule() method in class:SwingDomainListener
H A DSwingResolveListener.java49 /** Use this to schedule ResolveListener callbacks via SwingUtilities.invokeAndWait(). */
61 this.schedule();
75 this.schedule();
87 protected void schedule() method in class:SwingResolveListener
H A DSwingQueryListener.java46 /** Use this to schedule QueryListener callbacks via SwingUtilities.invokeAndWait(). */
58 this.schedule();
73 this.schedule();
85 protected void schedule() method in class:SwingQueryListener
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Drequeue.c81 * and schedule an interface for the printer (which will
118 schedule (EV_SLOWF, prs);
121 schedule (EV_INTERF, pps);
179 * try to schedule it for filtering,
180 * otherwise schedule it for printing.
182 * try to schedule many requests but the
188 schedule (EV_SLOWF, prs);
190 schedule (EV_INTERF, prs->printer);
218 schedule (EV_SLOWF, prs);
220 schedule (EV_INTER
[all...]
H A Dfaults.c94 schedule (EV_LATER, WHEN_PRINTER, EV_ENABLE, pps);
123 schedule (EV_MESSAGE, pps);
154 schedule (EV_MESSAGE, pps);
157 schedule(EV_ENABLE, pps);
216 schedule (EV_LATER, WHEN_PRINTER, EV_ENABLE, pps);
H A Dschedule.c74 * schedule() - SCHEDULE BY EVENT
79 schedule(int event, ...) function
94 * schedule anything.
96 syslog(LOG_DEBUG, "schedule(%s)", _event_name(event));
117 schedule (EV_LATER, 1, event, pps);
123 schedule (EV_LATER, 1, event, prs);
128 schedule (EV_LATER, 1, event, pps);
133 schedule (EV_LATER, 1, event, pfs);
267 * be scheduled to another list. Then we schedule the
292 schedule (p
[all...]
H A Dlpsched.c314 * Clear the alarm, then schedule an EV_ALARM. This will clear
319 schedule (EV_ALARM);
324 schedule (EV_INTERF, (PSTATUS *)0);
325 schedule (EV_NOTIFY, (RSTATUS *)0);
326 schedule (EV_SLOWF, (RSTATUS *)0);
332 schedule (EV_ALARM);
H A Ddowait.c289 schedule (EV_LATER, WHEN_PRINTER, EV_ENABLE, pps);
305 * printer, call "schedule()" to fire up an
313 schedule (EV_INTERF, prs->printer);
423 schedule (EV_INTERF, prs->printer);
427 schedule (EV_SLOWF, prs);
429 schedule (EV_SLOWF, (RSTATUS *)0);
445 * has opened up, schedule the next notification
448 schedule (EV_NOTIFY, (RSTATUS *)0);
H A Dflt.c164 /* clear RS_CHANGE bit, write request file, and schedule */
168 schedule(/* LP_FILTER */ EV_SLOWF, fp->r1);
170 schedule(/* LP_PRINTER */ EV_INTERF, fp->r1->printer);
H A DMakefile82 schedule.c \
H A Dnotify.c174 schedule (EV_NOTIFY, prs);
H A Dlpsched.h321 void schedule ( int , ... );
H A Dalerts.c132 schedule (EV_FORM_MESSAGE, fp);
H A Ddisp4.c521 schedule(EV_LATER, 1, EV_INTERF, pps);
H A Ddisp1.c309 schedule(EV_SLOWF, rp);
311 schedule(EV_INTERF,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c135 int64_t now, schedule; local
199 schedule = now + MSEC_TO_TICK(tcps->tcps_time_wait_interval);
200 tcp->tcp_time_wait_expire = schedule;
217 schedule += MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
218 schedule -= schedule % MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
221 * The newly inserted entry may require a tighter schedule for the
224 if (schedule < tsp->tcp_time_wait_schedule) {
227 tsp->tcp_time_wait_schedule = schedule;
231 TICK_TO_NSEC(schedule
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h115 tnf_schedule_t schedule; member in struct:_tnf_ops
H A Dprobe_cntl.c240 ops->schedule.record_p = 0;
392 * schedule record in case the lwpid changes the next time this
412 * invalidate the schedule record. This forces it
416 if (ops->schedule.lwpid != _lwp_self())
417 ops->schedule.record_p = 0;
H A Dtrace_funcs.c229 * initialize and write schedule record if needed
235 sched = &(ops->schedule);
270 * Can reuse existing schedule record
291 * Write a new schedule record for this thread
295 "new schedule record\n");
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h91 tnf_schedule_t schedule; /* scheduling info */ member in struct:_tnf_ops
95 * File layout of a kernel schedule record
H A Dtrace_funcs.c176 * Write schedule record if needed
178 sched = &ops->schedule;
214 * Can reuse existing schedule record
244 * Write a new schedule record for this thread
326 /* zap schedule record, since it is in uncommitted store */
327 ops->schedule.record_p = NULL;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java51 timer.schedule(new TimerTask() {
/illumos-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl169 / Use a 4-byte key schedule element array
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s143 * Note: ks is the AES key schedule, Nr is number of rounds, pt is plain text,
384 * Expand the cipher key into the encryption key schedule.
441 / AES 256: 14 rounds in encryption key schedule
491 / AES 192: 12 rounds in encryption key schedule
528 / AES 128: 10 rounds in encryption key schedule
586 * Expand the cipher key into the decryption key schedule.

Completed in 704 milliseconds

12