Query: stopcpu
OS: ultrix
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stopcpu(2) System Calls Manual stopcpu(2) Name stopcpu - stop a CPU Syntax stopcpu(cpunumber) int cpunumber; Description The system call stops the CPU specified by cpunumber. Any nid-boot CPU can be stopped using this system call. Only a superuser can execute the system call. Return Values The call returns 0 if the CPU was stopped successfully, or else it returns -1 and sets errno appropriately. Diagnostics [EPERM] The caller is not a superuser [EACCES] Trying to stop boot CPU [EBUSY] The CPU is already stopped or no such CPU present [EINVAL] Invalid value for cpunumber. A value cpunumber is between 0 and 31. See Also startcpu (2), startcpu (8), stopcpu (8) stopcpu(2)
Related Man Pages |
---|
s390_runtime_instr(2) - linux |
cpuset_destroy(3) - netbsd |
cpuset_set(3) - netbsd |
unix_master(9r) - osf1 |
cpu(8) - centos |
Similar Topics in the Unix Linux Community |
---|
How do you detect keystrokes in canonical mode? |
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |