Lines Matching refs:fm
81 ** fm = PR_OpenAnonFileMap(dirName, size, FilemapProt);
82 ** addr = PR_MemMap(fm);
84 ** PR_ProcessAttrSetInheritableFileMap( attr, fm, shmname );
89 ** PR_CloseFileMap(fm);
94 ** fm = PR_GetInheritedFileMap( shmname );
95 ** addr = PR_MemMap(fm);
98 ** PR_CloseFileMap(fm);
104 ** fm = PR_OpenAnonFileMap(dirName, size, FilemapProt);
105 ** fmstring = PR_ExportFileMapAsString( fm );
106 ** addr = PR_MemMap(fm);
110 ** PR_CloseFileMap(fm);
116 ** fm = PR_ImportFileMapFromString( fmstring )
117 ** addr = PR_MemMap(fm);
120 ** PR_CloseFileMap(fm);
192 ** fm -- PRFileMap structure to be passed to the child process
205 PRFileMap *fm,
240 ** fm -- PRFileMap pointer to be represented as a string.
253 PRFileMap *fm,