1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.\" Copyright (C) 1996 Free Software Foundation, Inc.
.\" This file is distributed accroding to the GNU General Public License.
.\" See the file COPYING in the top level source directory for details.
.\"
.\" Japanese Version Copyright (c) 1997,1999 HANATAKA Shinya and FUJIWARA Teruyoshi
.\" all rights reserved.
.\" Translated Sat Aug 30 14:10:38 JST 1997
.\" by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Merged with another translation Sun Aug 15 10:38:59 JST 1999
.\" by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
.\"
.\"WORD: loadable module ֥⥸塼
.\"
.TH DELETE_MODULE 2 "26 Dec 1996" Linux "Linux Module Support"
.SH ̾
delete_module \- ֥⥸塼Υȥ
.SH
.nf
.B #include <linux/module.h>
.sp
.BI "int delete_module(const char *" name );
.fi
.SH
.B delete_module
̤ѤΥ֥⥸塼Υȥ褦Ȼߤ롣
\fIname\fP \fBNULL\fP ʤС
ѤƤʤ⥸塼Τּư(all-clean)ץޡΤĤ
Τƺ롣
ΥƥॳȤΤϥѡ桼Ǥ롣
.SH ֤
0 ֤롣顼ξ \-1 ֤졢\fIerrno\fP
Ŭڤͤꤵ롣
.SH 顼
.TP
.B EPERM
ƤӽФԤäΤѡ桼Ǥʤ
.TP
.B ENOENT
̾ĥ⥸塼뤬¸ߤʤ
.TP
.B EINVAL
\fIname\fP ʸǤ롣
.TP
.B EBUSY
Υ⥸塼ϻǤ롣
.TP
.B EFAULT
.I name
ץबǤ륢ɥ쥹֤γˤ롣
.SH Ϣ
.BR create_module "(2), " init_module "(2), " query_module "(2)
|