Searched refs:mapdump (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dmount3d.c65 if ((r = mapdump(NiL, NiL, 0)) >= 0 && r < size)
67 mapdump(NiL, path, 0);
91 if ((r = mapdump(tab, NiL, 0)) >= 0 && r < size)
93 mapdump(tab, path, 0);
H A Dlib_3d.h68 #define mapdump _3d_mapdump macro
H A Dexecve3d.c105 size = mapdump(NiL, NiL, MAP_EXEC);
116 size = mapdump(NiL, tp, MAP_EXEC);
H A D3d.h551 extern int mapdump(Table_t*, char*, int);
H A Dmap.c121 mapdump(Table_t* tab, char* buf, int flags) function
H A Dinit.c1689 if (state.table.fd <= 0 && mapdump(NiL, NiL, MAP_INIT) < sizeof(state.table.buf))
1691 n = mapdump(NiL, state.table.buf, MAP_INIT);

Completed in 14 milliseconds