Home
last modified time | relevance | path

Searched refs:prot (Results 176 – 200 of 22857) sorted by relevance

12345678910>>...915

/dports/games/abuse_sdl/abuse-0.8/src/
H A Dinnet.cpp198 if (prot) in kill_net()
215 if (prot) in NF_set_file_server()
232 if (prot) in NF_set_file_server()
247 if (prot) in NF_open_file()
255 if (prot) in NF_close()
262 if (prot) in NF_read()
269 if (prot) in NF_filelength()
276 if (prot) in NF_seek()
283 if (prot) in NF_tell()
291 if (prot) in service_net_request()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
34 if (!prot->netns_ok) { in inet_add_protocol()
41 NULL, prot) ? 0 : -1; in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
48 NULL, prot) ? 0 : -1; in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
57 prot, NULL) == prot) ? 0 : -1; in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
70 prot, NULL) == prot) ? 0 : -1; in inet_del_offload()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
34 if (!prot->netns_ok) { in inet_add_protocol()
41 NULL, prot) ? 0 : -1; in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
48 NULL, prot) ? 0 : -1; in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
57 prot, NULL) == prot) ? 0 : -1; in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
70 prot, NULL) == prot) ? 0 : -1; in inet_del_offload()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
34 if (!prot->netns_ok) { in inet_add_protocol()
41 NULL, prot) ? 0 : -1; in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
48 NULL, prot) ? 0 : -1; in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
57 prot, NULL) == prot) ? 0 : -1; in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
70 prot, NULL) == prot) ? 0 : -1; in inet_del_offload()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmalloc_hook_mmap_linux.h62 int prot, int flags, in do_mmap64() argument
79 int prot, int flags, in do_mmap64() argument
97 start, length, prot, flags, fd, in do_mmap64()
151 void* mmap64(void *start, size_t length, int prot, int flags,
154 void* mmap(void *start, size_t length,int prot, int flags,
171 start, length, prot, flags, fd, offset, &result)) { in mmap64()
172 result = do_mmap64(start, length, prot, flags, fd, offset); in mmap64()
185 start, length, prot, flags, fd, offset, &result)) { in mmap()
186 result = do_mmap64(start, length, prot, flags, fd, in mmap()
234 start, length, prot, flags, fd, offset, &result)) { in UnhookedMMap()
[all …]
/dports/www/py-spyne/spyne-2.13.16/spyne/util/
H A Ddictdoc.py126 prot.create_out_string(ctx, encoding)
138 return prot._object_to_doc(cls, o)
149 prot.create_out_string(ctx, encoding)
160 return prot._object_to_doc(cls, o)
171 prot.create_out_string(ctx)
183 return prot._object_to_doc(cls, o)
191 prot = protocol(**kwargs)
193 prot.create_in_document(ctx)
194 return prot._doc_to_object(None, cls, ctx.in_document,
208 prot.create_in_document(ctx)
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/wasm2c/
H A Dwasm-rt-os-win.c46 if (prot & MMAP_PROT_EXEC) { in win_mmap()
47 if (prot & MMAP_PROT_WRITE) in win_mmap()
51 } else if (prot & MMAP_PROT_WRITE) in win_mmap()
53 else if (prot & MMAP_PROT_READ) in win_mmap()
86 if (prot & MMAP_PROT_EXEC) { in win_mmap_aligned()
87 if (prot & MMAP_PROT_WRITE) in win_mmap_aligned()
93 else if (prot & MMAP_PROT_READ) in win_mmap_aligned()
131 if (prot & MMAP_PROT_EXEC) { in os_mprotect()
132 if (prot & MMAP_PROT_WRITE) in os_mprotect()
138 else if (prot & MMAP_PROT_READ) in os_mprotect()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/mman/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/mman/sys/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/mman/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dmman.h48 static inline DWORD __map_mmap_prot_page(const int prot) { in __map_mmap_prot_page() argument
51 if (prot == PROT_NONE) return protect; in __map_mmap_prot_page()
53 if ((prot & PROT_EXEC) != 0) { in __map_mmap_prot_page()
62 static inline DWORD __map_mmap_prot_file(const int prot) { in __map_mmap_prot_file() argument
65 if (prot == PROT_NONE) return desiredAccess; in __map_mmap_prot_file()
67 if ((prot & PROT_READ) != 0) desiredAccess |= FILE_MAP_READ; in __map_mmap_prot_file()
68 if ((prot & PROT_WRITE) != 0) desiredAccess |= FILE_MAP_WRITE; in __map_mmap_prot_file()
87 const DWORD protect = __map_mmap_prot_page(prot); in mmap()
88 const DWORD desiredAccess = __map_mmap_prot_file(prot); in mmap()
96 || prot == PROT_EXEC) { in mmap()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dmman.h48 static inline DWORD __map_mmap_prot_page(const int prot) { in __map_mmap_prot_page() argument
51 if (prot == PROT_NONE) return protect; in __map_mmap_prot_page()
53 if ((prot & PROT_EXEC) != 0) { in __map_mmap_prot_page()
62 static inline DWORD __map_mmap_prot_file(const int prot) { in __map_mmap_prot_file() argument
65 if (prot == PROT_NONE) return desiredAccess; in __map_mmap_prot_file()
67 if ((prot & PROT_READ) != 0) desiredAccess |= FILE_MAP_READ; in __map_mmap_prot_file()
68 if ((prot & PROT_WRITE) != 0) desiredAccess |= FILE_MAP_WRITE; in __map_mmap_prot_file()
87 const DWORD protect = __map_mmap_prot_page(prot); in mmap()
88 const DWORD desiredAccess = __map_mmap_prot_file(prot); in mmap()
96 || prot == PROT_EXEC) { in mmap()
[all …]
/dports/astro/routino/routino-3.3.3/src/
H A Dmman-win32.c46 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
50 if (prot == PROT_NONE) in __map_mmap_prot_page()
53 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
55 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
60 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
71 if (prot == PROT_NONE) in __map_mmap_prot_file()
74 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
76 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
78 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
119 || prot == PROT_EXEC) in mmap()
[all …]
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/c/
H A Dwindows_mman.c46 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
50 if (prot == PROT_NONE) { in __map_mmap_prot_page()
54 if ((prot & PROT_EXEC) != 0) { in __map_mmap_prot_page()
55 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
58 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
69 if (prot == PROT_NONE) { in __map_mmap_prot_file()
73 if ((prot & PROT_READ) != 0) { in __map_mmap_prot_file()
76 if ((prot & PROT_WRITE) != 0) { in __map_mmap_prot_file()
79 if ((prot & PROT_EXEC) != 0) { in __map_mmap_prot_file()
123 || prot == PROT_EXEC) { in mmap()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dmman.h48 static inline DWORD __map_mmap_prot_page(const int prot) { in __map_mmap_prot_page() argument
51 if (prot == PROT_NONE) return protect; in __map_mmap_prot_page()
53 if ((prot & PROT_EXEC) != 0) { in __map_mmap_prot_page()
62 static inline DWORD __map_mmap_prot_file(const int prot) { in __map_mmap_prot_file() argument
65 if (prot == PROT_NONE) return desiredAccess; in __map_mmap_prot_file()
67 if ((prot & PROT_READ) != 0) desiredAccess |= FILE_MAP_READ; in __map_mmap_prot_file()
68 if ((prot & PROT_WRITE) != 0) desiredAccess |= FILE_MAP_WRITE; in __map_mmap_prot_file()
87 const DWORD protect = __map_mmap_prot_page(prot); in mmap()
88 const DWORD desiredAccess = __map_mmap_prot_file(prot); in mmap()
96 || prot == PROT_EXEC) { in mmap()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/mman/sys/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/win32/mman/sys/
H A Dmman.c20 static DWORD __map_mmap_prot_page(const int prot) in __map_mmap_prot_page() argument
24 if (prot == PROT_NONE) in __map_mmap_prot_page()
27 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_page()
29 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
34 protect = ((prot & PROT_WRITE) != 0) ? in __map_mmap_prot_page()
41 static DWORD __map_mmap_prot_file(const int prot) in __map_mmap_prot_file() argument
45 if (prot == PROT_NONE) in __map_mmap_prot_file()
48 if ((prot & PROT_READ) != 0) in __map_mmap_prot_file()
50 if ((prot & PROT_WRITE) != 0) in __map_mmap_prot_file()
52 if ((prot & PROT_EXEC) != 0) in __map_mmap_prot_file()
[all …]
/dports/math/eprover/eprover-E-2.0/PCL2/
H A Dpcl_miniprotocol.h52 bool PCLMiniProtInsertStep(PCLMiniProt_p prot, PCLMiniStep_p
54 PCLMiniStep_p PCLMiniProtFindStep(PCLMiniProt_p prot, unsigned long id);
55 PCLMiniStep_p PCLMiniProtExtractStep(PCLMiniProt_p prot, PCLMiniStep_p
57 bool PCLMiniProtDeleteStep(PCLMiniProt_p prot, PCLMiniStep_p
61 long PCLMiniProtParse(Scanner_p in, PCLMiniProt_p prot);
62 void PCLMiniProtPrint(FILE* out, PCLMiniProt_p prot,
65 void PCLMiniExprCollectPreconds(PCLMiniProt_p prot, PCLExpr_p expr,
68 bool PCLMiniProtMarkProofClauses(PCLMiniProt_p prot, bool fast);
69 void PCLMiniProtSetClauseProp(PCLMiniProt_p prot, PCLStepProperties props);
70 void PCLMiniProtDelClauseProp(PCLMiniProt_p prot, PCLStepProperties props);
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/vishvananda/netlink/
H A Dprotinfo.go20 func (prot *Protinfo) String() string {
21 if prot == nil {
26 if prot.Hairpin {
29 if prot.Guard {
32 if prot.FastLeave {
35 if prot.RootBlock {
38 if prot.Learning {
41 if prot.Flood {
44 if prot.ProxyArp {
47 if prot.ProxyArpWiFi {

12345678910>>...915