Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in18 local resolved
29 resolved=`readlink -f "$pooldev"`
31 resolved="$pooldev"
33 dinfo "zfsexpandknowledge: pool $1 has device $pooldev (which resolves to $resolved)"
34 echo "$resolved"
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c353 iif->resolved = 1; in ipfw_iface_ref()
379 if (iif->resolved != 0) in ipfw_iface_add_notify()
428 iif->resolved = 1; in handle_ifattach()
454 iif->resolved = 0; in handle_ifdetach()
479 if (iif->resolved) in export_iface_internal()
H A Dip_fw_private.h372 int resolved; member
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c465 if (u->resolved == NULL) { in ngx_stream_proxy_handler()
475 host = &u->resolved->host; in ngx_stream_proxy_handler()
494 if (u->resolved->sockaddr) { in ngx_stream_proxy_handler()
546 u->resolved->ctx = ctx; in ngx_stream_proxy_handler()
618 if (u->resolved == NULL) { in ngx_stream_proxy_eval()
626 u->resolved->naddrs = 1; in ngx_stream_proxy_eval()
629 u->resolved->host = url.host; in ngx_stream_proxy_eval()
630 u->resolved->port = url.port; in ngx_stream_proxy_eval()
1260 ur = u->resolved; in ngx_stream_proxy_resolve_handler()
1871 if (u->resolved && u->resolved->ctx) { in ngx_stream_proxy_finalize()
[all …]
H A Dngx_stream_upstream.h138 ngx_stream_upstream_resolved_t *resolved; member
/f-stack/dpdk/lib/librte_acl/
H A Dacl_gen.c113 uint64_t dfa[RTE_ACL_DFA_SIZE], uint64_t no_match, int32_t resolved) in acl_node_fill_dfa() argument
138 dfa[n] = resolved ? child->node_index : x; in acl_node_fill_dfa()
278 int resolved) in acl_add_ptrs() argument
284 acl_node_fill_dfa(node, dfa, no_match, resolved); in acl_add_ptrs()
320 } else if (node->node_type == RTE_ACL_NODE_DFA && resolved) { in acl_add_ptrs()
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm630-sony-xperia-ganges.dtsi26 * issue with it that has to be resolved.
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c582 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_scgi_eval()
583 if (u->resolved == NULL) { in ngx_http_scgi_eval()
588 u->resolved->sockaddr = url.addrs[0].sockaddr; in ngx_http_scgi_eval()
589 u->resolved->socklen = url.addrs[0].socklen; in ngx_http_scgi_eval()
590 u->resolved->name = url.addrs[0].name; in ngx_http_scgi_eval()
591 u->resolved->naddrs = 1; in ngx_http_scgi_eval()
594 u->resolved->host = url.host; in ngx_http_scgi_eval()
595 u->resolved->port = url.port; in ngx_http_scgi_eval()
596 u->resolved->no_port = url.no_port; in ngx_http_scgi_eval()
H A Dngx_http_uwsgi_module.c785 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_uwsgi_eval()
786 if (u->resolved == NULL) { in ngx_http_uwsgi_eval()
791 u->resolved->sockaddr = url.addrs[0].sockaddr; in ngx_http_uwsgi_eval()
792 u->resolved->socklen = url.addrs[0].socklen; in ngx_http_uwsgi_eval()
793 u->resolved->name = url.addrs[0].name; in ngx_http_uwsgi_eval()
794 u->resolved->naddrs = 1; in ngx_http_uwsgi_eval()
797 u->resolved->host = url.host; in ngx_http_uwsgi_eval()
798 u->resolved->port = url.port; in ngx_http_uwsgi_eval()
799 u->resolved->no_port = url.no_port; in ngx_http_uwsgi_eval()
H A Dngx_http_fastcgi_module.c786 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_fastcgi_eval()
787 if (u->resolved == NULL) { in ngx_http_fastcgi_eval()
792 u->resolved->sockaddr = url.addrs[0].sockaddr; in ngx_http_fastcgi_eval()
793 u->resolved->socklen = url.addrs[0].socklen; in ngx_http_fastcgi_eval()
794 u->resolved->name = url.addrs[0].name; in ngx_http_fastcgi_eval()
795 u->resolved->naddrs = 1; in ngx_http_fastcgi_eval()
798 u->resolved->host = url.host; in ngx_http_fastcgi_eval()
799 u->resolved->port = url.port; in ngx_http_fastcgi_eval()
800 u->resolved->no_port = url.no_port; in ngx_http_fastcgi_eval()
H A Dngx_http_proxy_module.c1049 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_proxy_eval()
1050 if (u->resolved == NULL) { in ngx_http_proxy_eval()
1055 u->resolved->sockaddr = url.addrs[0].sockaddr; in ngx_http_proxy_eval()
1056 u->resolved->socklen = url.addrs[0].socklen; in ngx_http_proxy_eval()
1057 u->resolved->name = url.addrs[0].name; in ngx_http_proxy_eval()
1058 u->resolved->naddrs = 1; in ngx_http_proxy_eval()
1061 u->resolved->host = url.host; in ngx_http_proxy_eval()
1062 u->resolved->port = (in_port_t) (url.no_port ? port : url.port); in ngx_http_proxy_eval()
1063 u->resolved->no_port = url.no_port; in ngx_http_proxy_eval()
/f-stack/freebsd/netinet/libalias/
H A DHISTORY110 fragments which are never resolved after a timeout
111 period. Once a fragment is resolved, it becomes
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c684 if (u->resolved == NULL) { in ngx_http_upstream_init_request()
691 u->ssl_name = u->resolved->host; in ngx_http_upstream_init_request()
694 host = &u->resolved->host; in ngx_http_upstream_init_request()
713 if (u->resolved->sockaddr) { in ngx_http_upstream_init_request()
715 if (u->resolved->port == 0 in ngx_http_upstream_init_request()
738 if (u->resolved->port == 0) { in ngx_http_upstream_init_request()
768 u->resolved->ctx = ctx; in ngx_http_upstream_init_request()
771 u->resolved->ctx = NULL; in ngx_http_upstream_init_request()
1197 ur = u->resolved; in ngx_http_upstream_resolve_handler()
4317 if (u->resolved && u->resolved->ctx) { in ngx_http_upstream_finalize_request()
[all …]
H A Dngx_http_upstream.h340 ngx_http_upstream_resolved_t *resolved; member
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1342 int resolved = 0; in resolve_bulks() local
1395 resolved++; in resolve_bulks()
1397 return resolved; in resolve_bulks()
1838 int resolved = 0; in parse_rx_slots() local
1884 resolved = resolve_bulks(service, in parse_rx_slots()
1889 if (resolved) in parse_rx_slots()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst191 which is the number of levels minus one, since the first three bytes are resolved in the tbl24. How…
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_policy.rst186 version is declared, these changes therefore cannot be resolved as a runtime
H A Ddocumentation.rst76 …Resolved Issues should only include issues from previous releases that have been resolved in the c…
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst224 Add a short 1-2 sentence description of the resolved issue in the past tense.
H A Drelease_16_11.rst169 Add a short 1-2 sentence description of the resolved issue in the past tense.
H A Drelease_17_02.rst263 Add a short 1-2 sentence description of the resolved issue in the past tense.
H A Drelease_17_11.rst301 Add a short 1-2 sentence description of the resolved issue in the past
H A Drelease_17_05.rst336 Add a short 1-2 sentence description of the resolved issue in the past
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md242 to cannot be resolved.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt4876 resolved
7938 problems have been resolved.
12182 resolved, in both the interpreter and the iASL compiler.
16927 All package sub-objects are now fully resolved before they are
16929 strings are resolved to object handles, and constant operators
16930 (Zero, One, Ones, Revision) are resolved to Integers.
17604 Most TBDs in comments within the source code have been resolved
18009 not resolved during the AML table load.
18013 resolved during the AML table load.
18339 could be resolved to the incorrect address under the following
[all …]

12