| /f-stack/freebsd/libkern/ |
| H A D | inet_pton.c | 85 const char *pch; in inet_pton4() local 87 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4() 88 u_int new = *tp * 10 + (pch - digits); in inet_pton4() 150 const char *pch; in inet_pton6() local 152 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6() 153 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6() 154 if (pch != NULL) { in inet_pton6() 156 val |= (pch - xdigits); in inet_pton6()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | parser.c | 50 char *pch; in parse_ipv4_addr() local 52 pch = strchr(token, '/'); in parse_ipv4_addr() 53 if (pch != NULL) { in parse_ipv4_addr() 57 pch += 1; in parse_ipv4_addr() 58 if (is_str_num(pch) != 0) in parse_ipv4_addr() 61 *mask = atoi(pch); in parse_ipv4_addr() 80 char *pch; in parse_ipv6_addr() local 82 pch = strchr(token, '/'); in parse_ipv6_addr() 83 if (pch != NULL) { in parse_ipv6_addr() 87 pch += 1; in parse_ipv6_addr() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-ilk.c | 97 static cvmx_ilk_pipe_chan_t *pch = NULL, *tmp; in __cvmx_helper_ilk_probe() local 133 if (pch == NULL) in __cvmx_helper_ilk_probe() 135 pch = (cvmx_ilk_pipe_chan_t *) in __cvmx_helper_ilk_probe() 142 if (pch == NULL) in __cvmx_helper_ilk_probe() 146 memset (pch, 0, CVMX_MAX_ILK_CHANS * sizeof(cvmx_ilk_pipe_chan_t)); in __cvmx_helper_ilk_probe() 147 tmp = pch; in __cvmx_helper_ilk_probe() 154 res = cvmx_ilk_tx_set_channel (interface, pch, cvmx_ilk_chans[interface]); in __cvmx_helper_ilk_probe() 243 tmp = pch; in __cvmx_helper_ilk_probe() 281 kfree (pch); in __cvmx_helper_ilk_probe()
|
| H A D | cvmx-ilk.h | 157 extern int cvmx_ilk_tx_set_channel (int interface, cvmx_ilk_pipe_chan_t *pch,
|
| H A D | cvmx-ilk.c | 274 int cvmx_ilk_tx_set_channel (int interface, cvmx_ilk_pipe_chan_t *pch, in cvmx_ilk_tx_set_channel() argument 287 if (pch == NULL || num_chs > CVMX_MAX_ILK_PIPES) in cvmx_ilk_tx_set_channel() 294 ilk_txx_idx_pmap.s.index = pch->pipe; in cvmx_ilk_tx_set_channel() 296 cvmx_write_csr(CVMX_ILK_TXX_MEM_PMAP(interface), pch->chan); in cvmx_ilk_tx_set_channel() 297 pch++; in cvmx_ilk_tx_set_channel()
|
| /f-stack/freebsd/contrib/device-tree/src/mips/loongson/ |
| H A D | loongson64c_4core_ls7a.dts | 6 #include "ls7a-pch.dtsi" 27 &pch { 29 compatible = "loongson,pch-msi-1.0";
|
| H A D | loongson64g_4core_ls7a.dts | 6 #include "ls7a-pch.dtsi" 31 &pch { 33 compatible = "loongson,pch-msi-1.0";
|
| H A D | loongson64c_8core_rs780e.dts | 6 #include "rs780e-pch.dtsi"
|
| H A D | loongson64c_4core_rs780e.dts | 6 #include "rs780e-pch.dtsi"
|
| H A D | loongson3_8core_rs780e.dts | 6 #include "rs780e-pch.dtsi"
|
| H A D | loongson3_4core_rs780e.dts | 6 #include "rs780e-pch.dtsi"
|
| H A D | ls7a-pch.dtsi | 4 pch: bus@10000000 { label 14 compatible = "loongson,pch-pic-1.0";
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | owc | 68 #CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" 69 #NGX_PCH="$NGX_OBJS/ngx_config.pch" 70 #NGX_BUILD_PCH="-fhq=$NGX_OBJS/ngx_config.pch" 71 #NGX_USE_PCH="-fh=$NGX_OBJS/ngx_config.pch"
|
| H A D | msvc | 123 CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" 125 NGX_PCH="$NGX_OBJS/ngx_config.pch" 126 NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch" 127 NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch"
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_audio.c | 124 struct bcm2835_audio_chinfo pch; member 229 chn_intr(sc->pch.channel); in bcm2835_audio_callback() 519 bcm2835_audio_reset_channel(&sc->pch); in bcm2835_audio_worker() 682 chn_intr(sc->pch.channel); in bcmchan_trigger() 817 CTLFLAG_RD, &sc->pch.callbacks, in vchi_audio_sysctl_init() 820 CTLFLAG_RD, &sc->pch.submitted_samples, in vchi_audio_sysctl_init() 823 CTLFLAG_RD, &sc->pch.retrieved_samples, in vchi_audio_sysctl_init() 826 CTLFLAG_RD, &sc->pch.underruns, in vchi_audio_sysctl_init() 829 CTLFLAG_RD, &sc->pch.available_space, in vchi_audio_sysctl_init() 832 CTLFLAG_RD, &sc->pch.starved, in vchi_audio_sysctl_init() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | loongson,pch-pic.yaml | 4 $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#" 19 const: loongson,pch-pic-1.0 48 compatible = "loongson,pch-pic-1.0";
|
| H A D | loongson,pch-msi.yaml | 4 $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#" 19 const: loongson,pch-msi-1.0 53 compatible = "loongson,pch-msi-1.0";
|
| /f-stack/tools/libutil/ |
| H A D | login_class.c | 141 substvar(const char * var, const struct passwd * pwd, int hlen, int pch, int nlen) in substvar() argument 159 - dollas + (tildes * (pch+hlen)) in substvar() 176 int v = pch && *(p+1) != '/'; /* Avoid double // */ in substvar() 203 char pch = 0; in setclassenvironment() local 206 ++pch; in setclassenvironment() 212 char * np = substvar(var, pwd, hlen, pch, nlen); in setclassenvironment() 238 if ((np = substvar(p, pwd, hlen, pch, nlen)) != NULL) { in setclassenvironment()
|
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 167 pfil_chain_t *pch; in pfil_run_hooks() local 175 pch = &head->head_in; in pfil_run_hooks() 177 pch = &head->head_out; in pfil_run_hooks() 182 CK_STAILQ_FOREACH(link, pch, link_chain) { in pfil_run_hooks()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 669 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel() local 670 if (!pch) pch = strrchr(displayName, '/'); /* Linux */ in BMK_benchCLevel() 671 if (pch) displayName = pch+1; in BMK_benchCLevel()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 591 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel() local 592 if (!pch) pch = strrchr(displayName, '/'); /* Linux */ in BMK_benchCLevel() 593 if (pch) displayName = pch+1; in BMK_benchCLevel()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 159 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks); 1440 struct pch newtail; in pmap_pv_reclaim()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 278 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks); 2827 struct pch newtail; in pmap_pv_reclaim()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 262 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks); 2335 struct pch newtail; in pmap_pv_reclaim()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 279 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks); 2599 struct pch new_tail; in reserve_pv_entries()
|