| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 337 &link->alias->tcp_chunkmask, link->alias->tcp_pgmask, in nat64lsn_get_state6to4() 338 link->alias->tcp, &link->alias->tcp_pg, in nat64lsn_get_state6to4() 344 link->alias->udp, &link->alias->udp_pg, in nat64lsn_get_state6to4() 350 link->alias->icmp, &link->alias->icmp_pg, in nat64lsn_get_state6to4() 1210 alias = link->alias; in nat64lsn_alloc_pg() 1215 &alias->tcp_chunkmask, alias->tcp_pgmask, in nat64lsn_alloc_pg() 1216 alias->tcp, &alias->tcp_pg, ji->proto); in nat64lsn_alloc_pg() 1220 &alias->udp_chunkmask, alias->udp_pgmask, in nat64lsn_alloc_pg() 1221 alias->udp, &alias->udp_pg, ji->proto); in nat64lsn_alloc_pg() 1225 &alias->icmp_chunkmask, alias->icmp_pgmask, in nat64lsn_alloc_pg() [all …]
|
| H A D | nat64lsn_control.c | 268 struct nat64lsn_alias *alias; in export_stats() local 299 alias = &cfg->aliases[i]; in export_stats() 301 stats->tcpchunks += bitcount32(alias->tcp_pgmask[j]); in export_stats() 303 stats->udpchunks += bitcount32(alias->udp_pgmask[j]); in export_stats() 305 stats->icmpchunks += bitcount32(alias->icmp_pgmask[j]); in export_stats() 645 struct nat64lsn_alias *alias; in nat64lsn_get_pg_byidx() local 649 MPASS(alias->addr == idx->addr); in nat64lsn_get_pg_byidx() 655 return (alias->icmp[pg_idx / 32]->pgptr[pg_idx % 32]); in nat64lsn_get_pg_byidx() 658 if (ISSET32(alias->tcp_pgmask[pg_idx / 32], pg_idx % 32)) in nat64lsn_get_pg_byidx() 659 return (alias->tcp[pg_idx / 32]->pgptr[pg_idx % 32]); in nat64lsn_get_pg_byidx() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_try_files_module.c | 112 alias = clcf->alias; in ngx_http_try_files_handler() 134 if (!alias) { in ngx_http_try_files_handler() 137 } else if (alias == NGX_MAX_SIZE_T_VALUE) { in ngx_http_try_files_handler() 141 reserve = len > r->uri.len - alias ? len - (r->uri.len - alias) : 0; in ngx_http_try_files_handler() 178 if (alias && alias != NGX_MAX_SIZE_T_VALUE in ngx_http_try_files_handler() 181 ngx_memmove(name, name + alias, len - alias); in ngx_http_try_files_handler() 182 path.len -= alias; in ngx_http_try_files_handler() 255 if (!alias) { in ngx_http_try_files_handler() 258 } else if (alias == NGX_MAX_SIZE_T_VALUE) { in ngx_http_try_files_handler() 267 r->uri.len = alias + path.len; in ngx_http_try_files_handler() [all …]
|
| /f-stack/freebsd/i386/include/ |
| H A D | asm.h | 113 #define WEAK_REFERENCE(sym, alias) \ argument 114 .weak CNAME(alias); \ 115 .equ CNAME(alias),CNAME(sym) 120 #define STRONG_ALIAS(alias,sym) \ argument 121 .globl alias; \ 122 alias = sym
|
| /f-stack/freebsd/arm64/include/ |
| H A D | asm.h | 52 #define WEAK_REFERENCE(sym, alias) \ argument 53 .weak alias; \ 54 .set alias,sym
|
| /f-stack/freebsd/amd64/include/ |
| H A D | asm.h | 99 #define WEAK_REFERENCE(sym, alias) \ argument 100 .weak CNAME(alias); \ 101 .equ CNAME(alias),CNAME(sym)
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | vdev_id.conf.alias.example | 3 alias d1 /dev/disk/by-id/wwn-0x5000c5002de3b9ca 4 alias d2 wwn-0x5000c5002def789e
|
| /f-stack/dpdk/drivers/bus/ifpga/ |
| H A D | rte_bus_ifpga.h | 155 (afudrv).driver.alias = afudrvinit_ ## nm ## _alias;\ 160 #define RTE_PMD_REGISTER_AFU_ALIAS(nm, alias)\ argument 161 static const char *afudrvinit_ ## nm ## _alias = RTE_STR(alias)
|
| /f-stack/dpdk/drivers/bus/vdev/ |
| H A D | rte_bus_vdev.h | 139 (vdrv).driver.alias = vdrvinit_ ## nm ## _alias;\ 144 #define RTE_PMD_REGISTER_ALIAS(nm, alias)\ argument 145 static const char *vdrvinit_ ## nm ## _alias = RTE_STR(alias)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | qcom,msm-uartdm.txt | 37 The alias serialN will result in the UART being assigned port N. If any 38 serialN alias exists, then an alias must exist for each enabled UART. The 66 - serialN alias.
|
| H A D | arc-uart.txt | 20 Note: Each port should have an alias correctly numbered in "aliases" node.
|
| H A D | digicolor-usart.txt | 14 Note: Each UART port should have an alias correctly numbered
|
| /f-stack/tools/ifconfig/ |
| H A D | ifmedia.c | 444 int alias; member 448 int alias; member 452 int alias; member 647 if (ttos->subtypes[i].alias) in get_subtype_desc() 666 if (ttos->modes[i].alias) in get_mode_desc() 720 if (ttos->options[i].alias) in print_media_word() 773 if (ttos->options[i].alias) in print_media_word_ifconfig()
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 124 #define WEAK_ALIAS(alias,sym) \ argument 125 .weak alias; \ 126 alias = sym 131 #define STRONG_ALIAS(alias,sym) \ argument 132 .globl alias; \ 133 alias = sym
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,hfpll.txt | 20 element specifies the address and size of the alias 52 2) An HFPLL for CPU0. This HFPLL has the alias register region.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,kpss-acc.txt | 5 well as an alias register region that remaps accesses to the ACC associated 22 the base address and size of the alias register region.
|
| /f-stack/freebsd/arm/include/ |
| H A D | asm.h | 172 #define WEAK_ALIAS(alias,sym) \ argument 173 .weak alias; \ 174 alias = sym
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | am33xx-usb.txt | 26 The PHY should have a "phy" alias numbered properly in the alias 51 The controller should have an "usb" alias numbered properly in the alias
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 965 char **alias; /* alias from p->aliases */ in name2protox() local 978 for (alias = p->p_aliases; *alias; alias++) in name2protox() 979 if (strcmp(name, *alias) == 0) { in name2protox()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mdio-gpio.txt | 11 Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases"
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_function_versioning.h | 93 #define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p))))
|
| /f-stack/freebsd/sys/ |
| H A D | cdefs.h | 540 #define __weak_reference(sym,alias) \ argument 541 __asm__(".weak " #alias); \ 542 __asm__(".equ " #alias ", " #sym) 552 #define __weak_reference(sym,alias) \ argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | cirrus,clps711x-timer.txt | 9 Note: Each timer should have an alias correctly numbered in "aliases" node.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | exynos-fimc-lite.txt | 15 Each FIMC device should have an alias in the aliases node, in the form of
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-clps711x.txt | 14 Note: Each GPIO port should have an alias correctly numbered in "aliases"
|