Home
last modified time | relevance | path

Searched refs:pch (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/libkern/
H A Dinet_pton.c85 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 Dparser.c50 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 Dcvmx-helper-ilk.c97 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 Dcvmx-ilk.h157 extern int cvmx_ilk_tx_set_channel (int interface, cvmx_ilk_pipe_chan_t *pch,
H A Dcvmx-ilk.c274 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 Dloongson64c_4core_ls7a.dts6 #include "ls7a-pch.dtsi"
27 &pch {
29 compatible = "loongson,pch-msi-1.0";
H A Dloongson64g_4core_ls7a.dts6 #include "ls7a-pch.dtsi"
31 &pch {
33 compatible = "loongson,pch-msi-1.0";
H A Dloongson64c_8core_rs780e.dts6 #include "rs780e-pch.dtsi"
H A Dloongson64c_4core_rs780e.dts6 #include "rs780e-pch.dtsi"
H A Dloongson3_8core_rs780e.dts6 #include "rs780e-pch.dtsi"
H A Dloongson3_4core_rs780e.dts6 #include "rs780e-pch.dtsi"
H A Dls7a-pch.dtsi4 pch: bus@10000000 { label
14 compatible = "loongson,pch-pic-1.0";
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dowc68 #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 Dmsvc123 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 Dbcm2835_audio.c124 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 Dloongson,pch-pic.yaml4 $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 Dloongson,pch-msi.yaml4 $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 Dlogin_class.c141 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 Dpfil.c167 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 Dbenchzstd.c669 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 Dzwrapbench.c591 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 Dpmap.c159 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 Dpmap-v6.c278 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 Dpmap.c262 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 Dpmap.c279 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks);
2599 struct pch new_tail; in reserve_pv_entries()

12