Searched defs:idle (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csnote.c | 54 unsigned long idle; local 59 idle = -sp->up; 64 idle = sp->idle; 72 a = (encode(up) << 16) | encode(idle); 74 error(-1, "csnote: <%lu,%lu> load=%lu:%lu pctsys=%lu:%lu pctusr=%lu:%lu users=%lu:%lu idle=%lu:%lu", sp->load, ((m >> 24) & 0xff) << 3, sp->pctsys, (m >> 16) & 0xff, sp->pctusr, (m >> 8) & 0xff, sp->users, m & 0xff, sp->idle, sp->users ? ((a & 0x7ff) << ((a >> 11) & 0x1f)) : ~0, a, m); 77 return touch(name, (encode(up) << 16) | encode(idle), (((sp->load >> 3) & 0377) << 24) | ((sp->pctsys & 0377) << 16) | ((sp->pctusr & 0377) << 8) | (sp->users & 0377), -1);
|
H A D | cs.h | 73 #define CS_STAT_IGNORE (24*60*60) /* ignore user after . idle */ 167 unsigned long idle; /* min user idle secs */ member in struct:__anon335
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 245 static unsigned long idle; local 258 if (now > next || ss->idle < idle) 266 idle = ss->idle; 447 strcpy(cmd + strlen(cmd), ".idle"); 461 ss.idle = 4 * 60 * 60; 486 * find the min user idle time 492 * check idle command 509 ss.idle [all...] |
/ast/src/cmd/coshell/ |
H A D | service.h | 55 char* bypass; /* idle bypass expression */ \ 65 int idle; /* min # login idle secs */ \ 66 int idle_override; /* restore idle override */ \ 149 #define SETIDLE (1<<10) /* idle was set */ 197 int idle; member in struct:__anon58
|
Completed in 15 milliseconds