Searched defs:PROT_READ (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c109 # undef PROT_READ macro
110 # define PROT_READ 0xfeed macro
121 Assert(fProt == PROT_READ);
282 caddr_t base = mmap64(NULL, sp->cts_size + pageoff, PROT_READ,
344 ctfsect.cts_data = mmap64(NULL, st.st_size, PROT_READ,
437 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h556 #undef PROT_READ macro
557 #define PROT_READ XF86_PROT_READ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h602 #undef PROT_READ macro
603 #define PROT_READ XF86_PROT_READ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h602 #undef PROT_READ macro
603 #define PROT_READ XF86_PROT_READ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h608 #undef PROT_READ macro
609 #define PROT_READ XF86_PROT_READ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h606 #undef PROT_READ macro
607 #define PROT_READ XF86_PROT_READ macro
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c290 #define PROT_READ 1
2668 mm = (char*)(MMAP(0, size, PROT_READ|PROT_WRITE, MAP_PRIVATE));
2782 brk = (char*)(MMAP(0, size, PROT_READ|PROT_WRITE, MAP_PRIVATE));
289 #define PROT_READ macro

Completed in 625 milliseconds