Home
last modified time | relevance | path

Searched refs:cpv (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/arch/alpha/pci/
H A Dtsp_pci.c86 tsp_bus_maxdevs(cpv, busno) in tsp_bus_maxdevs() argument
87 void *cpv; in tsp_bus_maxdevs()
94 tsp_make_tag(cpv, b, d, f) in tsp_make_tag() argument
95 void *cpv; in tsp_make_tag()
103 void *cpv; in tsp_decompose_tag()
116 tsp_conf_size(void *cpv, pcitag_t tag) in tsp_conf_size() argument
127 tsp_conf_read(cpv, tag, offset) in tsp_conf_read() argument
128 void *cpv; in tsp_conf_read()
133 struct tsp_config *pcp = cpv;
144 void *cpv; in tsp_conf_write()
[all …]
H A Dmcpcia_pci.c80 mcpcia_bus_maxdevs(cpv, busno) in mcpcia_bus_maxdevs() argument
81 void *cpv; in mcpcia_bus_maxdevs()
88 mcpcia_make_tag(cpv, b, d, f) in mcpcia_make_tag() argument
89 void *cpv; in mcpcia_make_tag()
99 void *cpv; in mcpcia_decompose_tag()
112 mcpcia_conf_size(void *cpv, pcitag_t tag) in mcpcia_conf_size() argument
118 mcpcia_conf_read(cpv, tag, offset) in mcpcia_conf_read() argument
119 void *cpv; in mcpcia_conf_read()
123 struct mcpcia_config *ccp = cpv;
150 void *cpv; in mcpcia_conf_write()
[all …]
H A Dapecs_pci.c79 apecs_bus_maxdevs(cpv, busno) in apecs_bus_maxdevs() argument
80 void *cpv; in apecs_bus_maxdevs()
88 apecs_make_tag(cpv, b, d, f) in apecs_make_tag() argument
89 void *cpv; in apecs_make_tag()
98 void *cpv; in apecs_decompose_tag()
112 apecs_conf_size(void *cpv, pcitag_t tag) in apecs_conf_size() argument
118 apecs_conf_read(cpv, tag, offset) in apecs_conf_read() argument
119 void *cpv; in apecs_conf_read()
123 struct apecs_config *acp = cpv;
167 void *cpv; in apecs_conf_write()
[all …]
H A Dlca_pci.c79 lca_bus_maxdevs(cpv, busno) in lca_bus_maxdevs() argument
80 void *cpv; in lca_bus_maxdevs()
91 lca_make_tag(cpv, b, d, f) in lca_make_tag() argument
92 void *cpv; in lca_make_tag()
101 void *cpv; in lca_decompose_tag()
115 lca_conf_size(void *cpv, pcitag_t tag) in lca_conf_size() argument
121 lca_conf_read(cpv, tag, offset) in lca_conf_read() argument
122 void *cpv; in lca_conf_read()
126 struct lca_config *lcp = cpv;
185 void *cpv; in lca_conf_write()
[all …]
H A Dcia_pci.c77 cia_bus_maxdevs(cpv, busno) in cia_bus_maxdevs() argument
78 void *cpv; in cia_bus_maxdevs()
86 cia_make_tag(cpv, b, d, f) in cia_make_tag() argument
87 void *cpv; in cia_make_tag()
96 void *cpv; in cia_decompose_tag()
110 cia_conf_size(void *cpv, pcitag_t tag) in cia_conf_size() argument
116 cia_conf_read(cpv, tag, offset) in cia_conf_read() argument
117 void *cpv; in cia_conf_read()
121 struct cia_config *ccp = cpv;
215 void *cpv; in cia_conf_write()
[all …]
/openbsd/sys/arch/macppc/pci/
H A Dmpcpcibus.c50 u_int32_t mpc_gen_config_reg(void *cpv, pcitag_t tag, int offset);
440 mpc_gen_config_reg(void *cpv, pcitag_t tag, int offset) in mpc_gen_config_reg() argument
442 struct pcibr_config *cp = cpv; in mpc_gen_config_reg()
446 pci_decompose_tag(cpv, tag, &bus, &dev, &fcn); in mpc_gen_config_reg()
483 mpc_conf_read(void *cpv, pcitag_t tag, int offset) in mpc_conf_read() argument
485 struct pcibr_config *cp = cpv; in mpc_conf_read()
501 reg = mpc_gen_config_reg(cpv, tag, offset); in mpc_conf_read()
531 pci_decompose_tag(cpv, tag, &bus, &dev, &fcn); in mpc_conf_read()
545 struct pcibr_config *cp = cpv; in mpc_conf_write()
550 reg = mpc_gen_config_reg(cpv, tag, offset); in mpc_conf_write()
[all …]
H A Dht.c150 ht_conf_read(void *cpv, pcitag_t tag, int offset) in ht_conf_read() argument
152 struct ht_softc *sc = cpv; in ht_conf_read()
183 ht_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in ht_conf_write() argument
185 struct ht_softc *sc = cpv; in ht_conf_write()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_fold.t63 my $cpv=hex("0x$cp");
96 next if !$swap && $cpv > 255;
/openbsd/sys/net/
H A Dbridgestp.c856 struct bstp_pri_vector *cpv) in bstp_info_cmp() argument
858 if (cpv->pv_root_id < pv->pv_root_id) in bstp_info_cmp()
860 if (cpv->pv_root_id > pv->pv_root_id) in bstp_info_cmp()
863 if (cpv->pv_cost < pv->pv_cost) in bstp_info_cmp()
865 if (cpv->pv_cost > pv->pv_cost) in bstp_info_cmp()
868 if (cpv->pv_dbridge_id < pv->pv_dbridge_id) in bstp_info_cmp()
870 if (cpv->pv_dbridge_id > pv->pv_dbridge_id) in bstp_info_cmp()
873 if (cpv->pv_dport_id < pv->pv_dport_id) in bstp_info_cmp()
875 if (cpv->pv_dport_id > pv->pv_dport_id) in bstp_info_cmp()
889 struct bstp_pri_vector *cpv) in bstp_info_superior() argument
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c1047 const char *cpv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP() local
1051 if (!cpv) { in PP()
1052 cpv = aux[PERL_MULTICONCAT_IX_UTF8_PV].pv; in PP()
1113 right = newSVpvn_flags(cpv, len, (utf8 | SVs_TEMP)); in PP()
1114 cpv += len; in PP()