File: create_module.2

package info (click to toggle)
manpages-hu 20010119-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,264 kB
  • sloc: makefile: 56; lisp: 56
file content (47 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download | duplicates (5)
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
.\" 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.
.\" $Id: create_module.2 1.2 Thu, 13 Apr 2000 18:17:59 +1000 kaos $
.\"
.TH CREATE_MODULE 2 "1996. december 26" Linux "Linux Modul Tmogats"
.SH NV
create_module \- betlthet modul terletet hoz ltre
.SH TTEKINTS
.nf
.B #include <linux/module.h>
.sp
.BI "caddr_t create_module(const char *" name ", size_t " size );
.fi
.SH LERS
A
.B create_module
megprbl egy betlthet modul terletet ltrehozni, s kernelmemrit
lefoglalni, amely a modul trolsra szolgl. Ezt a rendszerhvst
csak a superuser hasznlhatja.
.SH "VISSZATRSI RTK"
Siker esetn azt a kernel memria cmet adja vissza, ahol a modul
fog helyet foglalni.
Hiba esetn az rtk \-1, s az \fIerrno\fP megfelelen lesz belltva.
.SH HIBK
.TP
.B EPERM
A felhasznl nem a superuser.
.TP
.B EEXIST
Egy ilyen nev modul mr ltezik.
.TP
.B EINVAL
A kvnt mret tl kicsi mg a modul fejlc informcijnak is.
.TP
.B ENOMEM
A kernel nem tudott a modul szmra elegenden nagy folyamatos
memriablokkot lefoglalni.
.TP
.B EFAULT
A
.I name
kvl esik a program ltal elrhet cmtartomnyon.
.SH "LSD MG"
.BR init_module "(2), " delete_module "(2), " query_module "(2)."
.SH MAGYAR FORDTS
Bszrmnyi Zoltn <zboszor@mail.externet.hu>