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

/netbsd-current/sys/dev/pci/
H A Dcz.c164 struct cztty_softc *cz_ports; /* our array of ports */ member in struct:cz_softc
386 cz->cz_ports = malloc(sizeof(struct cztty_softc) * cz->cz_nchannels,
391 sc = &cz->cz_ports[i];
702 if (cz->cz_ports == NULL) {
710 sc = &cz->cz_ports[channel];
865 if (cz->cz_ports == NULL)
875 return (&cz->cz_ports[u - k]);

Completed in 136 milliseconds