Searched defs:idle (Results 1 - 7 of 7) 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/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()
/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/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/grub/grub-0.97/netboot/
H A Dns83820.c396 long idle; member in struct:ns83820_private
506 ns->idle = 1;
/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...]

Completed in 56 milliseconds