OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [doc/] [html/] [ref/] [posix-memory-management.html] - Blame information for rev 28

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 28 unneback
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2
<!-- This material may be distributed only subject to the terms      -->
3
<!-- and conditions set forth in the Open Publication License, v1.0  -->
4
<!-- or later (the latest version is presently available at          -->
5
<!-- http://www.opencontent.org/openpub/).                           -->
6
<!-- Distribution of the work or derivative of the work in any       -->
7
<!-- standard (paper) book form is prohibited unless prior           -->
8
<!-- permission is obtained from the copyright holder.               -->
9
<HTML
10
><HEAD
11
><TITLE
12
>Memory Management [POSIX Section 12]</TITLE
13
><meta name="MSSmartTagsPreventParsing" content="TRUE">
14
<META
15
NAME="GENERATOR"
16
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17
"><LINK
18
REL="HOME"
19
TITLE="eCos Reference Manual"
20
HREF="ecos-ref.html"><LINK
21
REL="UP"
22
TITLE="POSIX Standard Support"
23
HREF="posix-standard-support.html"><LINK
24
REL="PREVIOUS"
25
TITLE="Synchronization [POSIX Section 11]"
26
HREF="posix-synchronization.html"><LINK
27
REL="NEXT"
28
TITLE="Execution Scheduling [POSIX Section 13]"
29
HREF="posix-execution-scheduling.html"></HEAD
30
><BODY
31
CLASS="SECT1"
32
BGCOLOR="#FFFFFF"
33
TEXT="#000000"
34
LINK="#0000FF"
35
VLINK="#840084"
36
ALINK="#0000FF"
37
><DIV
38
CLASS="NAVHEADER"
39
><TABLE
40
SUMMARY="Header navigation table"
41
WIDTH="100%"
42
BORDER="0"
43
CELLPADDING="0"
44
CELLSPACING="0"
45
><TR
46
><TH
47
COLSPAN="3"
48
ALIGN="center"
49
>eCos Reference Manual</TH
50
></TR
51
><TR
52
><TD
53
WIDTH="10%"
54
ALIGN="left"
55
VALIGN="bottom"
56
><A
57
HREF="posix-synchronization.html"
58
ACCESSKEY="P"
59
>Prev</A
60
></TD
61
><TD
62
WIDTH="80%"
63
ALIGN="center"
64
VALIGN="bottom"
65
>Chapter 31. POSIX Standard Support</TD
66
><TD
67
WIDTH="10%"
68
ALIGN="right"
69
VALIGN="bottom"
70
><A
71
HREF="posix-execution-scheduling.html"
72
ACCESSKEY="N"
73
>Next</A
74
></TD
75
></TR
76
></TABLE
77
><HR
78
ALIGN="LEFT"
79
WIDTH="100%"></DIV
80
><DIV
81
CLASS="SECT1"
82
><H1
83
CLASS="SECT1"
84
><A
85
NAME="POSIX-MEMORY-MANAGEMENT">Memory Management &#0091;POSIX Section 12&#0093;</H1
86
><DIV
87
CLASS="SECT2"
88
><H2
89
CLASS="SECT2"
90
><A
91
NAME="AEN13184">Functions Implemented</H2
92
><P
93
>&lt;none&gt;</P
94
></DIV
95
><DIV
96
CLASS="SECT2"
97
><H2
98
CLASS="SECT2"
99
><A
100
NAME="AEN13187">Functions Omitted</H2
101
><TABLE
102
BORDER="5"
103
BGCOLOR="#E0E0F0"
104
WIDTH="70%"
105
><TR
106
><TD
107
><PRE
108
CLASS="SCREEN"
109
>int mlockall( int flags );
110
int munlockall( void );
111
int mlock( const void &#0042;addr, size&#0095;t len );
112
int munlock( const void &#0042;addr, size&#0095;t len );
113
void mmap( void &#0042;addr, size&#0095;t len, int prot, int flags,
114
           int fd, off&#0095;t off );
115
int munmap( void &#0042;addr, size&#0095;t len );
116
int mprotect( const void &#0042;addr, size&#0095;t len, int prot );
117
int msync( void &#0042;addr, size&#0095;t len, int flags );
118
int shm&#0095;open( const char &#0042;name, int oflag, mode&#0095;t mode );
119
int shm&#0095;unlink( const char &#0042;name );</PRE
120
></TD
121
></TR
122
></TABLE
123
></DIV
124
><DIV
125
CLASS="SECT2"
126
><H2
127
CLASS="SECT2"
128
><A
129
NAME="AEN13190">Notes</H2
130
><P
131
>None of these functions are currently provided. Some may
132
be implemented in a restricted form in the future.</P
133
></DIV
134
></DIV
135
><DIV
136
CLASS="NAVFOOTER"
137
><HR
138
ALIGN="LEFT"
139
WIDTH="100%"><TABLE
140
SUMMARY="Footer navigation table"
141
WIDTH="100%"
142
BORDER="0"
143
CELLPADDING="0"
144
CELLSPACING="0"
145
><TR
146
><TD
147
WIDTH="33%"
148
ALIGN="left"
149
VALIGN="top"
150
><A
151
HREF="posix-synchronization.html"
152
ACCESSKEY="P"
153
>Prev</A
154
></TD
155
><TD
156
WIDTH="34%"
157
ALIGN="center"
158
VALIGN="top"
159
><A
160
HREF="ecos-ref.html"
161
ACCESSKEY="H"
162
>Home</A
163
></TD
164
><TD
165
WIDTH="33%"
166
ALIGN="right"
167
VALIGN="top"
168
><A
169
HREF="posix-execution-scheduling.html"
170
ACCESSKEY="N"
171
>Next</A
172
></TD
173
></TR
174
><TR
175
><TD
176
WIDTH="33%"
177
ALIGN="left"
178
VALIGN="top"
179
>Synchronization &#0091;POSIX Section 11&#0093;</TD
180
><TD
181
WIDTH="34%"
182
ALIGN="center"
183
VALIGN="top"
184
><A
185
HREF="posix-standard-support.html"
186
ACCESSKEY="U"
187
>Up</A
188
></TD
189
><TD
190
WIDTH="33%"
191
ALIGN="right"
192
VALIGN="top"
193
>Execution Scheduling &#0091;POSIX Section 13&#0093;</TD
194
></TR
195
></TABLE
196
></DIV
197
></BODY
198
></HTML
199
>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.