#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/sys_mman.h.0p:2 #, no-wrap msgid "sys_mman.h" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_mman.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_mman.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_mman.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:12 msgid "sys/mman.h \\(em memory management declarations" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:16 #, no-wrap msgid "#include Esys/mman.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:22 msgid "" "The Isys/mman.hE> header shall define the following symbolic " "constants for use as protection options:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:22 #, no-wrap msgid "PROT_EXEC" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:24 msgid "Page can be executed." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:24 #, no-wrap msgid "PROT_NONE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:26 msgid "Page cannot be accessed." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:26 #, no-wrap msgid "PROT_READ" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:28 msgid "Page can be read." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:28 #, no-wrap msgid "PROT_WRITE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:30 msgid "Page can be written." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:35 msgid "" "The Isys/mman.hE> header shall define the following symbolic " "constants for use as flag options:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:35 #, no-wrap msgid "MAP_FIXED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:39 msgid "Interpret I exactly." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:39 #, no-wrap msgid "MAP_PRIVATE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:41 msgid "Changes are private." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:41 #, no-wrap msgid "MAP_SHARED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:43 msgid "Share changes." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:49 msgid "" "The Isys/mman.hE> header shall define the following symbolic " "constants for the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:49 #, no-wrap msgid "MS_ASYNC" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:51 msgid "Perform asynchronous writes." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:51 #, no-wrap msgid "MS_INVALIDATE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:53 msgid "Invalidate mappings." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:53 #, no-wrap msgid "MS_SYNC" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:55 msgid "Perform synchronous writes." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:61 msgid "" "The Isys/mman.hE> header shall define the following symbolic " "constants for the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:61 #, no-wrap msgid "MCL_CURRENT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:63 msgid "Lock currently mapped pages." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:63 #, no-wrap msgid "MCL_FUTURE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:65 msgid "Lock pages that become mapped." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:74 msgid "" "The Isys/mman.hE> header shall define the symbolic constant " "MAP_FAILED which shall have type B and shall be used to indicate a " "failure from the I() function ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:82 msgid "" "If the Advisory Information option is supported, the Isys/mman.hE> " "header shall define symbolic constants for the I argument to the " "I() function as follows:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:82 #, no-wrap msgid "POSIX_MADV_DONTNEED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:86 msgid "" "The application expects that it will not access the specified range in the " "near future." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:86 #, no-wrap msgid "POSIX_MADV_NORMAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:91 msgid "" "The application has no advice to give on its behavior with respect to the " "specified range. It is the default characteristic if no advice is given for " "a range of memory." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:91 #, no-wrap msgid "POSIX_MADV_RANDOM" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:95 msgid "" "The application expects to access the specified range in a random order." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:95 #, no-wrap msgid "POSIX_MADV_SEQUENTIAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:99 msgid "" "The application expects to access the specified range sequentially from " "lower addresses to higher addresses." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:99 #, no-wrap msgid "POSIX_MADV_WILLNEED" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:103 msgid "" "The application expects to access the specified range in the near future." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:110 msgid "" "The Isys/mman.hE> header shall define the following symbolic " "constants for use as flags for the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:110 #, no-wrap msgid "POSIX_TYPED_MEM_ALLOCATE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:114 msgid "Allocate on I()." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:114 #, no-wrap msgid "POSIX_TYPED_MEM_ALLOCATE_CONTIG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:118 msgid "Allocate contiguously on I()." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_mman.h.0p:118 #, no-wrap msgid "POSIX_TYPED_MEM_MAP_ALLOCATABLE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:123 msgid "Map on I(), without affecting allocatability." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:133 msgid "" "The Isys/mman.hE> header shall define the B, B, and " "B types as described in Bsys_types.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:139 msgid "" "The Isys/mman.hE> header shall define the B " "structure, which shall include at least the following member:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:145 #, no-wrap msgid "" "B<\n" "size_t posix_tmi_length >Maximum length which may be allocated\n" " from a typed memory object.\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:151 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:170 #, no-wrap msgid "" "B<\n" "int mlock(const void *, size_t);\n" "int mlockall(int);\n" "void *mmap(void *, size_t, int, int, int, off_t);\n" "int mprotect(void *, size_t, int);\n" "int msync(void *, size_t, int);\n" "int munlock(const void *, size_t);\n" "int munlockall(void);\n" "int munmap(void *, size_t);\n" "int posix_madvise(void *, size_t, int);\n" "int posix_mem_offset(const void *restrict, size_t, off_t *restrict,\n" " size_t *restrict, int *restrict);\n" "int posix_typed_mem_get_info(int, struct posix_typed_mem_info *);\n" "int posix_typed_mem_open(const char *, int, int);\n" "int shm_open(const char *, int, mode_t);\n" "int shm_unlink(const char *);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:175 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:175 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:177 man-pages-posix/man0p/sys_mman.h.0p:179 man-pages-posix/man0p/sys_mman.h.0p:181 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:177 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:179 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:181 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:183 msgid "Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:197 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_mman.h.0p:197 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:208 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_mman.h.0p:213 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""