| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| descrip.mms.tmpl | 526 - CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[000000] 528 CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[CERTS] 530 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[PRIVATE] 532 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[MISC] 533 COPY/PROT=W:RE $(MISC_SCRIPTS) OSSL_DATAROOT:[MISC] 535 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 538 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 541 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} - 544 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} - 551 COPY/PROT=W:R openssl:*.h ossl_installroot:[include.openssl [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 612 - CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[000000] 613 COPY/PROT=W:RE $(INSTALL_FIPSMODULES) - 616 COPY/PROT=W:RE $(INSTALL_FIPSMODULECONF) OSSL_DATAROOT:[000000] 626 - CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[000000] 628 CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[CERTS] 630 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[PRIVATE] 632 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[MISC] 633 COPY/PROT=W:RE $(MISC_SCRIPTS) OSSL_DATAROOT:[MISC] 635 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 638 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 574 - CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[000000] 575 COPY/PROT=W:RE $(INSTALL_FIPSMODULES) - 578 COPY/PROT=W:RE $(INSTALL_FIPSMODULECONF) OSSL_DATAROOT:[000000] 588 - CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[000000] 590 CREATE/DIR/PROT=(S:RWED,O:RWE,G:RE,W:RE) OSSL_DATAROOT:[CERTS] 592 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[PRIVATE] 594 CREATE/DIR/PROT=(S:RWED,O:RWE,G,W) OSSL_DATAROOT:[MISC] 595 COPY/PROT=W:RE $(MISC_SCRIPTS) OSSL_DATAROOT:[MISC] 597 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 600 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} [all...] |
| /src/sys/uvm/ |
| uvm_extern.h | 140 :\0PROT=NONE\0\ 141 :\1PROT=R\0\ 142 :\2PROT=W\0\ 143 :\3PROT=RW\0\ 144 :\4PROT=X\0\ 145 :\5PROT=RX\0\ 146 :\6PROT=WX\0\ 147 :\7PROT=RWX\0\ 188 #define UVM_MAPFLAG(PROT,MAXPROT,INH,ADVICE,FLAGS) \ 189 (((MAXPROT) << 8)|(PROT)|(INH)|((ADVICE) << 12)|(FLAGS) 598 vm_prot_t prot; \/* protection of region *\/ member in struct:uvm_coredump_state [all...] |
| uvm_map.c | 201 prot, maxprot, inh, adv, wire) \ 205 (ent)->protection == (prot) && \ 1124 vm_prot_t prot = UVM_PROTECTION(flags); local 1152 if ((prot & maxprot) != prot) { 1153 UVMHIST_LOG(maphist, "<- prot. failure: prot=%#jx, max=%#jx", 1154 prot, maxprot,0,0); 1281 const vm_prot_t prot = UVM_PROTECTION(flags); local 1354 prot, maxprot, inherit, advice, 0)) [all...] |
| /src/libexec/ftpd/ |
| ftpcmd.y | 146 AUTH ADAT PROT PBSZ CCC MIC 754 | PROT SP prot_code CRLF 1266 { "PROT", PROT, STR1, 1, "<sp> prot-code", 0, },
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch_components.py | 2675 Allocate SIZE bytes of PROT protected page aligned memory in inferior. 2676 PROT has GDB_MMAP_PROT_* bitmask format. 2681 params=[("CORE_ADDR", "size"), ("unsigned", "prot")],
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbarch_components.py | 2686 Allocate SIZE bytes of PROT protected page aligned memory in inferior. 2687 PROT has GDB_MMAP_PROT_* bitmask format. 2692 params=[("CORE_ADDR", "size"), ("unsigned", "prot")],
|