/src/usr.bin/tip/aculib/ |
v3451.c | 143 int volatile online; local in function:expect 147 online = 0; 158 online = strcmp(cp, "ON LINE") == 0; 159 if (online) 166 if (online && notin("FAILED CALL", buf) == 0)
|
/src/etc/rc.d/ |
smtoff | 93 cpuctl online "$i"
|
/src/tests/usr.sbin/cpuctl/ |
t_cpuctl.sh | 77 online=$(echo $line | awk '{print $3}') 80 cpuctl $online $cpuid
|
/src/sys/external/isc/libsodium/dist/ |
README.markdown | 27 online, requires Javascript.
|
/src/sys/kern/ |
kern_cpu.c | 353 /* Affinity is set, find an online CPU in the set. */ 401 cpu_setstate(struct cpu_info *ci, bool online) 414 if (online) { 424 * stays online. Revisit this later. 440 if (online) {
|
/src/games/hack/ |
extern.h | 385 int online(int, int);
|
hack.shk.c | 1022 if (!badinv && !online(omx, omy)) 1132 online(int x, int y) function in typeref:typename:int
|
hack.mon.c | 632 if (!Invis && online(nx, ny)) {
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
domctl.h | 113 uint32_t nr_online_vcpus; /* Number of VCPUs currently online. */ 252 uint8_t online; /* currently online (not hotplugged)? */ member in struct:xen_domctl_getvcpuinfo 290 * hard affinity and the cpupool's online CPUs for the domain (if 292 * intersection between hard affinity and the cpupool's online CPUs (if
|
/src/sbin/efi/ |
devpath3.c | 626 From: RFC3232 says everything is now online, found here:
|