| /f-stack/freebsd/net/ |
| H A D | if_bridgevar.h | 292 #define PV2ID(pv, epri, eaddr) do { \ argument 293 epri = pv >> 48; \ 294 eaddr[0] = pv >> 40; \ 295 eaddr[1] = pv >> 32; \ 296 eaddr[2] = pv >> 24; \ 297 eaddr[3] = pv >> 16; \ 298 eaddr[4] = pv >> 8; \ 299 eaddr[5] = pv >> 0; \
|
| H A D | bridgestp.c | 76 #define PV2ADDR(pv, eaddr) do { \ argument 77 eaddr[0] = pv >> 40; \ 78 eaddr[1] = pv >> 32; \ 79 eaddr[2] = pv >> 24; \ 80 eaddr[3] = pv >> 16; \ 81 eaddr[4] = pv >> 8; \ 82 eaddr[5] = pv >> 0; \ 745 if (cpv->pv_cost < pv->pv_cost) in bstp_info_cmp() 784 struct bstp_pri_vector pv; in bstp_assign_roles() local 799 pv = bp->bp_port_pv; in bstp_assign_roles() [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_bridgevar.h | 292 #define PV2ID(pv, epri, eaddr) do { \ argument 293 epri = pv >> 48; \ 294 eaddr[0] = pv >> 40; \ 295 eaddr[1] = pv >> 32; \ 296 eaddr[2] = pv >> 24; \ 297 eaddr[3] = pv >> 16; \ 298 eaddr[4] = pv >> 8; \ 299 eaddr[5] = pv >> 0; \
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1382 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap) argument 1445 pv_entry_t pv; in pmap_pv_reclaim() local 1624 pv_entry_t pv; in get_pv_entry() local 1654 return (pv); in get_pv_entry() 1682 return (pv); in get_pv_entry() 1688 pv_entry_t pv; in pmap_pvh_remove() local 1692 if (pmap == PV_PMAP(pv) && va == pv->pv_va) { in pmap_pvh_remove() 1697 return (pv); in pmap_pvh_remove() 2208 pv = NULL; in pmap_enter() 3648 for (pv = TAILQ_FIRST(&m->md.pv_list); pv; [all …]
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 40 struct pv { struct 51 struct pv *pv; member 441 tinfo->pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_tso_get_params() 475 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_dsegs() local 515 pv[(*pv_counter)++].val = in mlx4_tx_burst_fill_tso_dsegs() 611 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_hdr() local 690 struct pv *pv; in mlx4_tx_burst_tso() local 708 pv = tinfo.pv; in mlx4_tx_burst_tso() 714 *pv[pv_counter].dst = pv[pv_counter].val; in mlx4_tx_burst_tso() 742 struct pv *pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_segs() local [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2753 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap) argument 2833 pv_entry_t pv; in pmap_pv_reclaim() local 3023 pv_entry_t pv; in get_pv_entry() local 3057 return (pv); in get_pv_entry() 3088 return (pv); in get_pv_entry() 3098 pv_entry_t pv; in pmap_insert_entry() local 3114 if (pmap == PV_PMAP(pv) && va == pv->pv_va) { in pmap_pvh_remove() 3119 return (pv); in pmap_pvh_remove() 3973 pv = NULL; in pmap_enter() 5323 pv = pvf; in pmap_ts_referenced() [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 2309 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap) argument 2341 pv_entry_t pv; in pmap_pv_reclaim() local 2533 pv_entry_t pv; in get_pv_entry() local 2567 return (pv); in get_pv_entry() 2598 return (pv); in get_pv_entry() 2604 pv_entry_t pv; in pmap_pvh_remove() local 2608 if (pmap == PV_PMAP(pv) && va == pv->pv_va) { in pmap_pvh_remove() 2613 return (pv); in pmap_pvh_remove() 3735 pv = NULL; in __CONCAT() 5120 pv = pvf; in __CONCAT() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2243 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap) argument 2587 return (pv); in get_pv_entry() 2674 if (pmap == PV_PMAP(pv) && va == pv->pv_va) { in pmap_pvh_remove() 2680 return (pv); in pmap_pvh_remove() 4014 pv = NULL; in pmap_enter() 5526 pv = pvf; in pmap_ts_referenced() 5529 pvf = pv; in pmap_ts_referenced() 5590 if (pv != NULL && TAILQ_NEXT(pv, pv_next) != NULL) { in pmap_ts_referenced() 5601 pv = pvf; in pmap_ts_referenced() 5604 pvf = pv; in pmap_ts_referenced() [all …]
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 4846 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap) argument 5274 return (pv); in get_pv_entry() 5400 if (pmap == PV_PMAP(pv) && va == pv->pv_va) { in pmap_pvh_remove() 5406 return (pv); in pmap_pvh_remove() 6834 pv = NULL; in pmap_enter() 8486 pv = pvf; in pmap_ts_referenced() 8489 pvf = pv; in pmap_ts_referenced() 8580 if (pv != NULL && TAILQ_NEXT(pv, pv_next) != NULL) { in pmap_ts_referenced() 8591 pv = pvf; in pmap_ts_referenced() 8594 pvf = pv; in pmap_ts_referenced() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 298 ngx_http_perl_variable_t *pv = (ngx_http_perl_variable_t *) data; in ngx_http_perl_variable() local 330 &pv->handler, &value); in ngx_http_perl_variable() 974 ngx_http_perl_variable_t *pv; in ngx_http_perl_set() local 993 pv = ngx_palloc(cf->pool, sizeof(ngx_http_perl_variable_t)); in ngx_http_perl_set() 994 if (pv == NULL) { in ngx_http_perl_set() 1011 pv->handler = value[2]; in ngx_http_perl_set() 1019 ngx_http_perl_eval_anon_sub(aTHX_ &value[2], &pv->sub); in ngx_http_perl_set() 1021 if (pv->sub == &PL_sv_undef) { in ngx_http_perl_set() 1027 if (pv->sub == NULL) { in ngx_http_perl_set() 1028 pv->sub = newSVpvn((char *) value[2].data, value[2].len); in ngx_http_perl_set() [all …]
|
| /f-stack/freebsd/contrib/ncsw/user/env/ |
| H A D | xx.c | 677 struct pv_entry *pv; in XX_PhysToVirt() local 715 pv = TAILQ_FIRST(&page->md.pv_list); in XX_PhysToVirt() 717 if (pv != NULL) in XX_PhysToVirt() 718 return ((void *)(pv->pv_va + ((vm_offset_t)addr & PAGE_MASK))); in XX_PhysToVirt()
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 1214 struct xlp_port_ivars *pv; in nlm_xlpge_attach() local 1218 pv = device_get_ivars(dev); in nlm_xlpge_attach() 1222 sc->block = pv->block; in nlm_xlpge_attach() 1223 sc->node = pv->node; in nlm_xlpge_attach() 1224 sc->port = pv->port; in nlm_xlpge_attach() 1225 sc->type = pv->type; in nlm_xlpge_attach() 1227 sc->phy_addr = pv->phy_addr; in nlm_xlpge_attach() 1228 sc->mdio_bus = pv->mdio_bus; in nlm_xlpge_attach() 1230 sc->hw_parser_en = pv->hw_parser_en; in nlm_xlpge_attach()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 1152 ngx_stream_variable_t *v, *av, *pv; in ngx_stream_variables_init_vars() local 1160 pv = cmcf->prefix_variables.elts; in ngx_stream_variables_init_vars() 1195 if (v[i].name.len >= pv[n].name.len && v[i].name.len > len in ngx_stream_variables_init_vars() 1196 && ngx_strncmp(v[i].name.data, pv[n].name.data, pv[n].name.len) in ngx_stream_variables_init_vars() 1199 av = &pv[n]; in ngx_stream_variables_init_vars() 1200 len = pv[n].name.len; in ngx_stream_variables_init_vars()
|
| H A D | ngx_stream_script.c | 113 ngx_array_t flushes, lengths, values, *pf, *pl, *pv; in ngx_stream_compile_complex_value() local 181 pv = &values; in ngx_stream_compile_complex_value() 189 sc.values = &pv; in ngx_stream_compile_complex_value()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.c | 261 static int collectargs (char **argv, int *pi, int *pv, int *pe) { in collectargs() argument 277 *pv = 1; in collectargs()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 2022 struct dummy_vect8 *pv; in test_call3_prepare() local 2025 pv = arg; in test_call3_prepare() 2026 df = (struct dummy_offset *)(uintptr_t)dummy_func3(pv); in test_call3_prepare() 2028 memset(pv, 0, sizeof(*pv)); in test_call3_prepare() 2039 const struct dummy_vect8 *pv; in test_call3_check() local 2042 pv = arg; in test_call3_check() 2043 dft = dummy_func3(pv); in test_call3_check() 2050 return cmp_res(__func__, v, rc, pv, pv, sizeof(*pv)); in test_call3_check()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.c | 2616 ngx_http_variable_t *v, *av, *pv; in ngx_http_variables_init_vars() local 2624 pv = cmcf->prefix_variables.elts; in ngx_http_variables_init_vars() 2659 if (v[i].name.len >= pv[n].name.len && v[i].name.len > len in ngx_http_variables_init_vars() 2660 && ngx_strncmp(v[i].name.data, pv[n].name.data, pv[n].name.len) in ngx_http_variables_init_vars() 2663 av = &pv[n]; in ngx_http_variables_init_vars() 2664 len = pv[n].name.len; in ngx_http_variables_init_vars()
|
| H A D | ngx_http_script.c | 112 ngx_array_t flushes, lengths, values, *pf, *pl, *pv; in ngx_http_compile_complex_value() local 180 pv = &values; in ngx_http_compile_complex_value() 188 sc.values = &pv; in ngx_http_compile_complex_value()
|