Searched refs:cd_tag (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/sbus/ |
| D | sio16.c | 95 bus_space_tag_t cd_tag; member 228 cd.cd_tag = sa->sa_bustag; in sio16_attach() 290 sc->sc_tag = args->cd_tag; in clcd_attach()
|
| /netbsd/src/sys/dev/pci/ |
| D | cmpci.c | 928 n->cd_tag = sc->sc_dmat; in cmpci_alloc_dmamem() 930 error = bus_dmamem_alloc(n->cd_tag, n->cd_size, in cmpci_alloc_dmamem() 936 error = bus_dmamem_map(n->cd_tag, n->cd_segs, n->cd_nsegs, n->cd_size, in cmpci_alloc_dmamem() 940 error = bus_dmamap_create(n->cd_tag, n->cd_size, 1, n->cd_size, 0, in cmpci_alloc_dmamem() 944 error = bus_dmamap_load(n->cd_tag, n->cd_map, n->cd_addr, n->cd_size, in cmpci_alloc_dmamem() 955 bus_dmamap_destroy(n->cd_tag, n->cd_map); in cmpci_alloc_dmamem() 957 bus_dmamem_unmap(n->cd_tag, n->cd_addr, n->cd_size); in cmpci_alloc_dmamem() 959 bus_dmamem_free(n->cd_tag, in cmpci_alloc_dmamem() 974 bus_dmamap_unload(n->cd_tag, n->cd_map); in cmpci_free_dmamem() 975 bus_dmamap_destroy(n->cd_tag, n->cd_map); in cmpci_free_dmamem() [all …]
|
| D | cmpcivar.h | 46 bus_dma_tag_t cd_tag; member
|
| /netbsd/src/sys/sys/ |
| D | bootblock.h | 1210 uint32_t cd_tag; /* volume tag */ member
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | certificate.c | 1532 k->comp_desc->cd_tag = (-1); in ExtractingComponentExtensions() 1775 k->comp_desc->cd_tag = (-1); in ExtractingComponentRelativeDistinguishedName() 2013 k->comp_desc->cd_tag = (-1); in ExtractingComponentRDNSequence()
|
| D | crl.c | 391 k->comp_desc->cd_tag = (-1); in ExtractingComponentTBSCertListSeqOf()
|
| D | authorityKeyIdentifier.c | 1620 k->comp_desc->cd_tag = (-1); in ExtractingComponentGeneralNames()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | slap.h | 3280 int cd_tag; member
|