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

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

Completed in 145 milliseconds