Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 53) sorted by relevance

123

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dminconn.c23 static int my_get_idle(struct ppp_idle *idle) in my_get_idle() argument
27 if (idle == NULL) in my_get_idle()
29 t = idle->xmit_idle; in my_get_idle()
30 if (idle->recv_idle < t) in my_get_idle()
31 t = idle->recv_idle; in my_get_idle()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt49 State | idle cdb datain dataout status
51 idle | cmd cmd cmd cmd cmd
63 State | idle cdb datain dataout status
65 idle | command command command command command
67 cdb | * * datain dataout (idle)
68 datain | * * datain * (idle)
69 dataout | * * * dataout (idle)
/titanic_41/usr/src/cmd/pgstat/
H A Dpgstat.pl509 my ($user, $sys, $idle, $swload) =
513 ($swload, $idle) = get_swload($user, $sys);
520 $pgs{$pg}->{idle} = $idle;
531 $history->{$pg}->{idle} += $idle if $idle;
582 my $idle = $pgs{$pg}->{idle};
604 load2str($idle),
691 my ($user, $sys, $idle, $swload) =
695 ($swload, $idle) = get_swload($user, $sys);
701 $pgs{$pg}->{idle} = $idle;
891 my $idle;
[all …]
/titanic_41/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 = $idle * 100 / $swtotal;
691 $swload, $user, $sys, $idle) :
/titanic_41/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh57 xdt:sched::idle-off-cpu,
58 xdt:sched::idle-on-cpu,
/titanic_41/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s439 ! does not go idle. See the parameter description above.
445 ! ASI_IO to drain/idle the MCs on other Panther procs. The
447 ! an error code if a MC fails to go idle. This section will
486 mov 1, %o1 ! not idle, bailout
487 stw %o1, [%o4] ! set MC idle error code
489 stx %o1, [%o5] ! set MC idle error id
500 mov 1, %o1 ! not idle, bailout
501 stw %o1, [%o4] ! set MC idle error code
503 stx %o1, [%o5] ! set MC idle error id
/titanic_41/usr/src/uts/sun4/os/
H A Dmp_startup.c289 extern void idle(); in setup_cpu_common()
375 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1); in setup_cpu_common()
548 extern void idle(); in restart_other_cpu()
573 tp->t_pc = (uintptr_t)idle - 8; in restart_other_cpu()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c478 struct timespec idle; in idle_timeout() local
483 idle = evSubTime(ctx->lastEventTime, this->lastTouched); in idle_timeout()
484 if (evCmpTime(idle, this->max_idle) >= 0) { in idle_timeout()
495 this->timer->inter = evSubTime(this->max_idle, idle); in idle_timeout()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drusers.c63 int idle; /* set to INT_MAX if not present */ member
354 entry[curentry].idle = minidle; in print_info()
478 entry[curentry].idle = minidle; in print_info_3()
530 return (a->idle - b->idle); in icompare()
/titanic_41/usr/src/cmd/who/
H A Dwho.c481 time_t idle; in dump() local
582 idle = timnow - stbufp->st_mtime; in dump()
583 hr = idle/3600; in dump()
584 min = (unsigned)(idle/60)%60; in dump()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1654 struct sadb_lifetime *idle = NULL; in doaddup() local
2563 if (idle == NULL) { in doaddup()
2564 idle = calloc(1, sizeof (*idle)); in doaddup()
2565 if (idle == NULL) { in doaddup()
2568 idle->sadb_lifetime_exttype = in doaddup()
2570 idle->sadb_lifetime_len = in doaddup()
2571 SADB_8TO64(sizeof (*idle)); in doaddup()
2572 totallen += sizeof (*idle); in doaddup()
2576 idle->sadb_lifetime_addtime = in doaddup()
2581 idle->sadb_lifetime_usetime = in doaddup()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h397 idle :1, /* idle bit */ member
401 idle :1, /* idle bit */
/titanic_41/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c1465 hrtime_t idle, busy, diff; in fipe_check_cpu() local
1473 idle = sp->last_idle; in fipe_check_cpu()
1476 idle = sp->last_idle - idle; in fipe_check_cpu()
1482 if (idle > 0 && busy > 0) { in fipe_check_cpu()
1484 idle * FIPE_PROF_BUSY_THRESHOLD) { in fipe_check_cpu()
/titanic_41/usr/src/lib/libsasl/include/
H A Dsaslplug.h412 int (*idle)(void *glob_context, member
691 int (*idle)(void *glob_context, member
/titanic_41/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c1027 timestruc_t tot, time, idle; in zs_pset_usage_idle() local
1032 TIMESTRUC_DELTA(idle, time, tot); in zs_pset_usage_idle()
1033 *ts = idle; in zs_pset_usage_idle()
1062 timestruc_t tot, idle; in zs_pset_usage_idle_pct() local
1066 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot); in zs_pset_usage_idle_pct()
1068 return (zs_ts_used_pct(&pset->zsp_total_time, &idle, B_TRUE)); in zs_pset_usage_idle_pct()
1099 timestruc_t tot, idle; in zs_pset_usage_idle_cpus() local
1103 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot); in zs_pset_usage_idle_cpus()
1252 timestruc_t tot, time, idle; in zs_cpu_usage_idle() local
1259 TIMESTRUC_DELTA(idle, time, tot); in zs_cpu_usage_idle()
[all …]
/titanic_41/usr/src/cmd/w/
H A Dw.c142 static time_t idle; /* number of minutes user is idle */ variable
508 idle = findidle(ut->ut_line); in main()
509 prttime(idle, 8); in main()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c816 sadb_lifetime_t *idle) in sadb_hardsoftchk() argument
841 if (idle != NULL) { in sadb_hardsoftchk()
843 idle->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk()
844 hard->sadb_lifetime_addtime < idle->sadb_lifetime_addtime) in sadb_hardsoftchk()
848 idle->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk()
849 soft->sadb_lifetime_addtime < idle->sadb_lifetime_addtime) in sadb_hardsoftchk()
853 idle->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk()
854 hard->sadb_lifetime_usetime < idle->sadb_lifetime_usetime) in sadb_hardsoftchk()
858 idle->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk()
859 soft->sadb_lifetime_usetime < idle->sadb_lifetime_usetime) in sadb_hardsoftchk()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c138 int idle = 0; /* -i option default */ variable
217 idle = 1; in main()
242 if (unquick || idle) in main()
471 if (idle) in print()
560 if (idle) { in quickprint()
/titanic_41/usr/src/uts/sun4/ml/
H A Dswtch.s162 ! Temporarily switch to idle thread's stack
174 stn %o0, [%i1 + CPU_THREAD] ! set CPU's thread to idle
499 stn %o2, [%i1 + CPU_THREAD] ! delay - CPU's thread = idle
/titanic_41/usr/src/cmd/whodo/
H A Dwhodo.c146 static time_t idle; /* number of minutes user is idle */ variable
485 idle = findidle(ut->ut_line); in main()
486 prttime(idle, 8); in main()
/titanic_41/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1876 struct sadb_lifetime *idle, boolean_t vflag) in print_lifetimes() argument
1907 if (idle != NULL && in print_lifetimes()
1908 idle->sadb_lifetime_len != SADB_8TO64(sizeof (*idle))) { in print_lifetimes()
1911 SADB_64TO8(idle->sadb_lifetime_len)); in print_lifetimes()
2101 if (idle != NULL) { in print_lifetimes()
2106 idle_prefix, idle->sadb_lifetime_addtime, in print_lifetimes()
2107 secs2out(idle->sadb_lifetime_addtime, secs_str, in print_lifetimes()
2111 idle_prefix, idle->sadb_lifetime_usetime, in print_lifetimes()
2112 secs2out(idle->sadb_lifetime_usetime, secs_str, in print_lifetimes()
/titanic_41/usr/src/uts/sun/sys/
H A Dsocalreg.h125 uint_t idle:1; /* SOC+ idle indicator. */ member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c894 struct ppp_idle idle; local
898 if (!get_idle_time(0, &idle))
901 tlim = (*idle_time_hook)(&idle);
903 itime = MIN(idle.xmit_idle, idle.recv_idle);
/titanic_41/usr/src/cmd/loadkeys/type_4/
H A Dkorea157 key 127 all idle numl idle up reset
H A Dreset157 key 127 all idle numl idle up reset

123