| Main index | Section 2 | 日本語 | Options |
#include <sys/param.h>
#include <sys/linker.h>
The kldunloadf() system call accepts an additional flags argument, which may be one of LINKER_UNLOAD_NORMAL, giving the same behavior as kldunload(), or LINKER_UNLOAD_FORCE, which causes the unload to ignore a failure to quiesce the module.
| [EPERM] | |
| You do not have access to unlink the file from the kernel. | |
| [ENOENT] | |
| The file was not found. | |
| [EBUSY] | |
| You attempted to unload a file linked by the kernel. | |
| [EINVAL] | |
| The kldunloadf() system call was passed invalid flags. | |
| KLDUNLOAD (2) | December 25, 2008 |
| Main index | Section 2 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
