Searched refs:idle (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dminconn.c19 "Set minimum connect time before idle timeout applies" },
23 static int my_get_idle(struct ppp_idle *idle) argument
27 if (idle == NULL)
29 t = idle->xmit_idle;
30 if (idle->recv_idle < t)
31 t = idle->recv_idle;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm556 my $idle = 0;
567 $idle += $ld2->{cpu_idle} - $ld1->{cpu_idle};
572 $total = $idle + $user + $sys;
578 $idle = $idle * 100 / $total;
582 return (wantarray() ? ($user, $sys, $idle, $swload) : $swload);
598 my $idle = 0;
674 $idle = $ld2->{cpu_idle} - $ld1->{cpu_idle};
678 $swtotal = $idle + $user + $sys;
684 $idle
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c613 struct timespec idle; local
618 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
619 if (evCmpTime(idle, this->max_idle) >= 0) {
630 this->timer->inter = evSubTime(this->max_idle, idle);
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h406 * or idle period. conn_context may be NULL
409 int (*idle)(void *glob_context, member in struct:sasl_client_plug
685 * or idle period. conn_context may be NULL (optional)
688 int (*idle)(void *glob_context, member in struct:sasl_server_plug
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm136 $c->idle; # call client event loop; must not block
539 sub idle {} subroutine
600 CLIENT->idle() # while stopped (can be a client event loop)
772 =item CLIENT->idle()
H A DDB.t492 for my $method (qw( cprestop cpoststop awaken init stop idle cleanup output )) {
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1874 struct sadb_lifetime *idle, boolean_t vflag)
1905 if (idle != NULL &&
1906 idle->sadb_lifetime_len != SADB_8TO64(sizeof (*idle))) {
1909 SADB_64TO8(idle->sadb_lifetime_len));
2099 if (idle != NULL) {
2104 idle_prefix, idle->sadb_lifetime_addtime,
2105 secs2out(idle->sadb_lifetime_addtime, secs_str,
2109 idle_prefix, idle->sadb_lifetime_usetime,
2110 secs2out(idle
1872 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, struct sadb_lifetime *hard, struct sadb_lifetime *soft, struct sadb_lifetime *idle, boolean_t vflag) argument
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c1462 timestruc_t tot, time, idle; local
1467 TIMESTRUC_DELTA(idle, time, tot);
1468 *ts = idle;
1497 timestruc_t tot, idle; local
1501 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1503 return (zs_ts_used_pct(&pset->zsp_total_time, &idle, B_TRUE));
1534 timestruc_t tot, idle; local
1538 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1687 timestruc_t tot, time, idle; local
1694 TIMESTRUC_DELTA(idle, tim
1714 timestruc_t tot, idle; local
1779 timestruc_t tot, idle; local
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c344 if (m->plug->idle
346 && m->plug->idle(m->glob_context,
348 && m->plug->idle(m->plug->glob_context,
H A Dserver.c653 if (m->plug->idle
655 && m->plug->idle(m->glob_context,
657 && m->plug->idle(m->plug->glob_context,
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c396 long idle; member in struct:ns83820_private
506 ns->idle = 1;

Completed in 76 milliseconds