Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/pci/
Dmcpcia_pci.c67 mcpcia_bus_maxdevs(void *cpv, int busno) in mcpcia_bus_maxdevs() argument
73 mcpcia_make_tag(void *cpv, int b, int d, int f) in mcpcia_make_tag() argument
81 mcpcia_decompose_tag(void *cpv, pcitag_t tag, int *bp, int *dp, int *fp) in mcpcia_decompose_tag() argument
92 mcpcia_conf_read(void *cpv, pcitag_t tag, int offset) in mcpcia_conf_read() argument
94 struct mcpcia_config *ccp = cpv; in mcpcia_conf_read()
123 mcpcia_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in mcpcia_conf_write() argument
125 struct mcpcia_config *ccp = cpv; in mcpcia_conf_write()
Ddwlpx_pci.c69 dwlpx_bus_maxdevs(void *cpv, int busno) in dwlpx_bus_maxdevs() argument
75 dwlpx_make_tag(void *cpv, int b, int d, int f) in dwlpx_make_tag() argument
87 dwlpx_decompose_tag(void *cpv, pcitag_t tag, int *bp, int *dp, int *fp) in dwlpx_decompose_tag() argument
107 dwlpx_conf_read(void *cpv, pcitag_t tag, int offset) in dwlpx_conf_read() argument
109 struct dwlpx_config *ccp = cpv; in dwlpx_conf_read()
176 dwlpx_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in dwlpx_conf_write() argument
178 struct dwlpx_config *ccp = cpv; in dwlpx_conf_write()
Dlca_pci.c59 lca_bus_maxdevs(void *cpv, int busno) in lca_bus_maxdevs() argument
76 lca_conf_read(void *cpv, pcitag_t tag, int offset) in lca_conf_read() argument
78 struct lca_config *lcp = cpv; in lca_conf_read()
125 lca_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in lca_conf_write() argument
127 struct lca_config *lcp = cpv; in lca_conf_write()
Dttwoga_pci.c91 ttwoga_bus_maxdevs(void *cpv, int busno) in ttwoga_bus_maxdevs() argument
108 ttwoga_conf_read(void *cpv, pcitag_t tag, int offset) in ttwoga_conf_read() argument
110 struct ttwoga_config *tcp = cpv; in ttwoga_conf_read()
161 ttwoga_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in ttwoga_conf_write() argument
163 struct ttwoga_config *tcp = cpv; in ttwoga_conf_write()
Dtsp_pci.c70 tsp_conf_read(void *cpv, pcitag_t tag, int offset) in tsp_conf_read() argument
73 struct tsp_config *pcp = cpv; in tsp_conf_read()
86 tsp_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in tsp_conf_write() argument
89 struct tsp_config *pcp = cpv; in tsp_conf_write()
Dapecs_pci.c57 apecs_conf_read(void *cpv, pcitag_t tag, int offset) in apecs_conf_read() argument
59 struct apecs_config *acp = cpv; in apecs_conf_read()
105 apecs_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in apecs_conf_write() argument
107 struct apecs_config *acp = cpv; in apecs_conf_write()
Dcia_pci.c57 cia_conf_read(void *cpv, pcitag_t tag, int offset) in cia_conf_read() argument
59 struct cia_config *ccp = cpv; in cia_conf_read()
155 cia_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in cia_conf_write() argument
157 struct cia_config *ccp = cpv; in cia_conf_write()
/netbsd/src/sys/arch/mips/sibyte/pci/
Dsbbrz_pci.c140 sbbrz_pci_bus_maxdevs(void *cpv, int busno) in sbbrz_pci_bus_maxdevs() argument
157 sbbrz_pci_make_tag(void *cpv, int b, int d, int f) in sbbrz_pci_make_tag() argument
164 sbbrz_pci_decompose_tag(void *cpv, pcitag_t tag, in sbbrz_pci_decompose_tag() argument
177 sbbrz_pci_conf_read(void *cpv, pcitag_t tag, int offset) in sbbrz_pci_conf_read() argument
201 sbbrz_pci_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) in sbbrz_pci_conf_write() argument
/netbsd/src/usr.bin/make/unit-tests/
Dvar-eval-short.exp27 Global: .MAKEFLAGS = -r -k -d cpv -d
28 Global: .MAKEFLAGS = -r -k -d cpv -d 0
Dvarname-dot-shell.exp33 Global: .MAKEFLAGS = -r -k -d cpv -d
34 Global: .MAKEFLAGS = -r -k -d cpv -d 0
Ddirective-export-impl.exp58 Global: .MAKEFLAGS = -r -k -d cpv -d
59 Global: .MAKEFLAGS = -r -k -d cpv -d 0
/netbsd/src/sys/net/
Drtsock.c119 rt_msg3(int type, struct rt_addrinfo *rtinfo, void *cpv, struct rt_walkarg *w, in rt_msg3() argument
122 return rt_msg2(type, rtinfo, cpv, w, lenp); in rt_msg3()
Drtsock_shared.c1330 rt_msg2(int type, struct rt_addrinfo *rtinfo, void *cpv, struct rt_walkarg *w, in rt_msg2() argument
1335 char *cp0, *cp = cpv; in rt_msg2()
/netbsd/src/sys/dev/pci/
Dif_enavar.h551 ena_m_append(struct mbuf *m0, int len, const void *cpv) in ena_m_append() argument
555 const char *cp = cpv; in ena_m_append()
/netbsd/src/sys/net80211/
Dieee80211_netbsd.c734 m_append(struct mbuf *m0, int len, const void *cpv) in m_append() argument
738 const char *cp = cpv; in m_append()