| /src/usr.bin/w/ |
| pr_time.c | 84 * Display the idle time. 87 pr_idle(time_t idle) 91 if (idle == (time_t)-1) { 96 days = idle / SECSPERDAY; 98 /* If idle more than 36 hours, print as a number of days. */ 99 if (idle >= 48 * SECSPERHOUR) 101 else if (idle >= 36 * SECSPERHOUR) 104 /* If idle more than an hour, print as HH:MM. */ 105 else if (idle >= SECSPERHOUR) 107 (int)(idle / SECSPERHOUR) [all...] |
| /src/external/bsd/ppp/dist/pppd/plugins/ |
| minconn.c | 49 "Set minimum connect time before idle timeout applies" }, 53 static int my_get_idle(struct ppp_idle *idle) 57 if (idle == NULL) 59 t = idle->xmit_idle; 60 if (idle->recv_idle < t) 61 t = idle->recv_idle;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| idle.fuc | 26 process(PROC_IDLE, #idle, #idle_recv) 30 * IDLE data segment 36 * IDLE code segment 41 // $r15 - current (idle) 49 // $r15 - current (idle) 51 idle: 55 // count IDLE invocations for debugging purposes 83 bra #idle
|
| /src/external/bsd/unbound/dist/testdata/tcp_idle_timeout.tdir/ |
| tcp_idle_timeout.conf | 12 tcp-idle-timeout: 2000
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_g84.c | 126 bool idle, timeout = false; local 137 idle = true; 139 for (tmp = nvkm_rd32(device, 0x400380); tmp && idle; tmp >>= 3) { 141 idle = false; 144 for (tmp = nvkm_rd32(device, 0x400384); tmp && idle; tmp >>= 3) { 146 idle = false; 149 for (tmp = nvkm_rd32(device, 0x400388); tmp && idle; tmp >>= 3) { 151 idle = false; 153 } while (!idle && 157 nvkm_error(subdev, "PGRAPH TLB flush idle timeout fail\n") [all...] |
| /src/external/bsd/top/dist/ |
| machine.h | 62 unsigned int idle : 1; member in struct:statics::__anon8162 102 int idle; /* show idle processes */ member in struct:process_select
|
| /src/external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/ |
| ssl_req_timeout.conf | 20 tcp-idle-timeout: 2000
|
| /src/external/bsd/unbound/dist/testdata/tcp_req_timeout.tdir/ |
| tcp_req_timeout.conf | 17 tcp-idle-timeout: 2000
|
| /src/external/mpl/bind/dist/bin/tests/system/timeouts/ns1/ |
| named.conf.j2 | 33 tcp-idle-timeout 50; 36 max-transfer-idle-out 1; /* minutes */
|
| /src/libexec/rpc.rusersd/ |
| rusers_proc.c | 145 long idle; local 147 idle = 0; 159 idle = (kbd_idle < mouse_idle) ? kbd_idle : mouse_idle; 171 idle = now - st.st_atime; 172 idle = (idle + 30) / 60; /* secs->mins */ 174 if (idle < 0) 175 idle = 0; 177 return idle; 197 int idle; local 244 int idle; local [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-tcp-oob.c | 34 static uv_idle_t idle; variable 47 static void idle_cb(uv_idle_t* idle) { 54 uv_close((uv_handle_t*) idle, NULL); 66 ASSERT_OK(uv_idle_start(&idle, idle_cb)); 123 ASSERT_OK(uv_idle_init(loop, &idle));
|
| test-poll-oob.c | 37 static uv_idle_t idle; variable 55 static void idle_cb(uv_idle_t* idle) { 65 uv_close((uv_handle_t*) idle, NULL); 163 ASSERT_OK(uv_idle_start(&idle, idle_cb)); 178 ASSERT_OK(uv_idle_init(loop, &idle));
|
| test-handle-fileno.c | 55 uv_idle_t idle; local 61 r = uv_idle_init(loop, &idle); 63 r = uv_fileno((uv_handle_t*) &idle, &fd); 65 uv_close((uv_handle_t*) &idle, NULL);
|
| /src/external/mit/libuv/dist/src/unix/ |
| tcp.c | 470 int idle; local 474 (void) &idle; 493 * - By default, the first keep-alive probe is sent out after a TCP connection is idle for two hours. 510 idle = delay; 512 if (idle < 10) 513 idle = 10; 515 if (idle > 10*24*60*60) 516 idle = 10*24*60*60; 518 UV_KEEPALIVE_FACTOR(idle); 523 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &idle, sizeof(idle)) [all...] |
| /src/usr.bin/rusers/ |
| rusers.c | 166 char date[26], idle[11]; local 187 strcpy(idle, "??"); 189 strcpy(idle, ""); 199 snprintf(idle, sizeof(idle), "%d d ", days); 201 snprintf(idle, sizeof(idle), "%2d:%02d", 204 snprintf(idle, sizeof(idle), ":%02d", minutes); 216 date, idle, remote) [all...] |
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| uv.h | 79 #define uv_idle_init(loop, idle) \ 81 int __r = uv_idle_init(loop, idle); \ 83 isc_tid(), __func__, loop, idle); \
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9468/ |
| slapd-proxy.conf | 61 # proxy with idle-timeout, used for test where proxy will disconnect the remote server connection 67 idle-timeout 1 71 # proxy with rebind-as-user and idle-timeout, used for test where proxy will disconnect the remote server connection 77 idle-timeout 1
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-non-operating-env.s | 11 idle;
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-non-operating-env.s | 11 idle;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ids.c | 197 * amdgpu_vm_grab_idle - grab idle VMID 202 * @idle: resulting idle VMID 204 * Try to find an idle VMID, if none is idle add a fence to wait to the sync 210 struct amdgpu_vmid **idle) 226 /* Check if we have an idle VMID */ 228 list_for_each_entry((*idle), &id_mgr->ids_lru, list) { 229 fences[i] = amdgpu_sync_peek_fence(&(*idle)->active, ring); 235 /* If we can't find a idle VMID to use, wait till one becomes available * 424 struct amdgpu_vmid *idle = NULL; local 482 struct amdgpu_vmid *idle; local [all...] |
| /src/usr.bin/who/ |
| who.c | 78 static int show_idle; /* show idle time */ 285 time_t idle; local 291 idle = 0; 305 idle = now - sb.st_atime; 320 if (idle < 60) 322 else if (idle < (24 * 60 * 60)) 324 (long)(idle / (60 * 60)), 325 (long)(idle % (60 * 60)) / 60); 358 (void)printf("IDLE ");
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 68 isc_time_t idle; member in struct:isc_timer 131 if (isc_time_isepoch(&timer->idle)) { 134 due = timer->idle; 135 } else if (isc_time_compare(&timer->idle, &timer->expires) < 0) 137 due = timer->idle; 296 result = isc_time_add(&now, interval, &timer->idle); 302 isc_time_settoepoch(&timer->idle); 413 result = isc_time_add(&now, interval, &timer->idle); 415 isc_time_settoepoch(&timer->idle); 470 result = isc_time_add(&now, &timer->interval, &timer->idle); 535 bool idle; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/xfer/ns6/ |
| named.conf.j2 | 34 tcp-idle-timeout 600; 75 zone "axfr-max-idle-time" { 77 max-transfer-idle-in 50; # this is tested as seconds, when used with '-T transferinsecs' 79 file "axfr-max-idle-time.bk";
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| juno-r1.dts | 66 idle-states { 70 compatible = "arm,idle-state"; 79 compatible = "arm,idle-state"; 101 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 135 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 152 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 169 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 186 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
| juno-r2.dts | 66 idle-states { 70 compatible = "arm,idle-state"; 79 compatible = "arm,idle-state"; 101 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 119 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 137 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 155 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 173 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 191 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|