Searched refs:prot (Results 1 - 25 of 170) sorted by relevance

1234567

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A Dtestutil.h11 const char *sslGetProtocolVersionString(SSLProtocol prot);
H A Dtestutil.c92 const char *sslGetProtocolVersionString(SSLProtocol prot) argument
96 switch(prot) {
106 sprintf(noProt, "Unknown (%d)", (unsigned)prot);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dmmap.c34 void *__mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off);
43 mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off) argument
61 void *ptr = __mmap(addr, len, prot, flags, fildes, off);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dmprotect.c43 mprotect(void *addr, size_t len, int prot) argument
57 rv = __mprotect(aligned_addr, len, prot);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomimage.h85 PRIVATE void rpc__register_protocol_id(rpc_protocol_id_elt_p_t prot, int number);
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dhurl.sh89 *://*/*)prot=${url%%:*}
92 *) prot=http
106 test 0 != $verbose && echo "$command: prot=$prot host=$host port=$port path=$path" >&2
107 case $prot in
121 if ! read prot code text
128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2
205 *) echo "$command: $prot: protocol not supported" >&2
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dprotocol.m76 PyObject* prot = PyObjC_ObjCToPython("@", &p);
77 if (!prot) {
80 if (PyModule_AddObject(m, "OC_TestProtocol", prot) < 0) {
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dprotocol.m80 PyObject* prot = PyObjC_ObjCToPython("@", &p);
81 if (!prot) {
84 if (PyModule_AddObject(m, "OC_TestProtocol", prot) < 0) {
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-gre.c122 u_int16_t flags, prot; local
134 prot = EXTRACT_16BITS(bp);
197 tok2str(ethertype_values,"unknown",prot),
198 prot);
207 switch (prot) {
232 printf("gre-proto-0x%x", prot);
244 u_int16_t flags, prot; local
256 prot = EXTRACT_16BITS(bp);
293 tok2str(ethertype_values,"unknown",prot),
294 prot);
[all...]
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Ddefines.h241 #define RUBY_ALIAS_FUNCTION_TYPE(type, prot, name, args) \
242 type prot {return name args;}
245 #define RUBY_ALIAS_FUNCTION_VOID(prot, name, args) \
246 void prot {name args;}
249 #define RUBY_ALIAS_FUNCTION(prot, name, args) \
250 RUBY_ALIAS_FUNCTION_TYPE(VALUE, prot, name, args)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dservice.c111 struct berval prot;);
167 if (BER_BVISNULL(&cbp->prot))
182 protos[0]=cbp->prot;
218 cbp.prot.bv_len = tmpint32;
219 cbp.prot.bv_val = tmpint32 ? cbp.pbuf : NULL;,
220 Debug(LDAP_DEBUG_TRACE,"nssov_service_byname(%s,%s)\n",cbp.name.bv_val,cbp.prot.bv_val,0);,
222 mkfilter_service_byname(cbp.mi,&cbp.name,&cbp.prot,&filter)
235 cbp.prot.bv_len = tmpint32;
236 cbp.prot.bv_val = tmpint32 ? cbp.pbuf : NULL;,
237 Debug(LDAP_DEBUG_TRACE,"nssov_service_bynumber(%s,%s)\n",cbp.name.bv_val,cbp.prot
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslRingBufferThreads.h31 SSLProtocol prot; member in struct:__anon5227
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dmprotect.c155 int prot = PROT_NONE; local
167 prot = PROT_NONE;
175 prot = PROT_READ | PROT_WRITE;
179 if (mprotect((void *)&seg[i * optl], optl, prot) == -1) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c147 int prot; local
175 prot = (uap->prot & VM_PROT_ALL);
183 if (prot & (VM_PROT_EXECUTE | VM_PROT_WRITE))
184 prot |= VM_PROT_READ;
258 error = mac_proc_check_map_anon(p, user_addr, user_size, prot, flags, &maxprot);
303 uap->prot = prot;
350 * current and max prot are dictated by the open file.
358 else if (prot
741 register vm_prot_t prot; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dxcrypt.c37 # include <prot.h>
43 # include <prot.h>
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslHandshakeTimeRB/
H A DsslHandshakeTimeRB.cpp120 SSLProtocol prot = kTLSProtocol1; local
168 prot = kTLSProtocol1;
171 prot = kSSLProtocol2;
174 prot = kSSLProtocol3;
224 serverArgs.prot = prot;
238 clientArgs.prot = prot;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslThroughput/
H A DsslThroughput.cpp77 SSLProtocol prot = kTLSProtocol1; local
139 prot = kTLSProtocol1;
142 prot = kSSLProtocol2;
145 prot = kSSLProtocol3;
219 serverArgs.prot = prot;
235 clientArgs.prot = prot;
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_file.c198 * both prot and maxprot will have VM_PROT_EXECUTE set after file_check_mmap
206 mac_file_check_mmap(struct ucred *cred, struct fileglob *fg, int prot, argument
213 MAC_CHECK(file_check_mmap, cred, fg, fg->fg_label, prot, flags, &maxp);
222 int *prot)
224 int result = *prot;
229 *prot = result;
221 mac_file_check_mmap_downgrade(struct ucred *cred, struct fileglob *fg, int *prot) argument
/macosx-10.10/dyld-353.2.1/src/
H A DdyldLibSystemInterface.h74 void* (*mmap)(void* addr, size_t len, int prot, int flags, int fd, off_t offset);
H A DdyldSyscallInterface.h46 void* (*mmap)(void* addr, size_t len, int prot, int flags, int fd, off_t offset);
57 kern_return_t (*vm_protect)(vm_map_t target_task, vm_address_t address, vm_size_t size, boolean_t max, vm_prot_t prot);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslUtils.h75 extern const char *protocolVersStr(SSLProtocolVersion prot);
H A DsslUtils.c123 const char *protocolVersStr(SSLProtocolVersion prot) argument
125 switch(prot) {
132 default: sslErrorLog("protocolVersStr: bad prot\n"); return "BAD PROTOCOL";
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslUtils.h75 extern const char *protocolVersStr(SSLProtocolVersion prot);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslUtils.h75 extern const char *protocolVersStr(SSLProtocolVersion prot);
/macosx-10.10/architecture-266/i386/
H A Dframe.h61 unsigned int prot :1, member in struct:err_code::err_code_pgfault

Completed in 241 milliseconds

1234567