| /src/sys/dev/i2c/ |
| act8846.c | 81 device_t c_dev; member in struct:act8846_ctrl 177 sc->sc_ctrl[n].c_dev = self; 200 struct act8846_softc *sc = device_private(c->c_dev); 239 struct act8846_softc *sc = device_private(c->c_dev); 269 struct act8846_softc *sc = device_private(c->c_dev); 287 struct act8846_softc *sc = device_private(c->c_dev); 312 struct act8846_softc *sc = device_private(c->c_dev); 342 struct act8846_softc *sc = device_private(c->c_dev);
|
| axp809.c | 49 device_t c_dev; member in struct:axp809_ctrl 137 sc->sc_ctrl[n].c_dev = self; 162 struct axp809_softc *sc = device_private(c->c_dev); 205 struct axp809_softc *sc = device_private(c->c_dev); 251 struct axp809_softc *sc = device_private(c->c_dev); 278 struct axp809_softc *sc = device_private(c->c_dev); 298 struct axp809_softc *sc = device_private(c->c_dev); 323 struct axp809_softc *sc = device_private(c->c_dev);
|
| axppmic.c | 116 device_t c_dev; member in struct:axppmic_ctrl
|
| /src/sys/dev/pci/ |
| pci_usrreq.c | 118 if (!child->c_dev) 120 strlcpy(dname->name, device_xname(child->c_dev), 143 if (!child->c_dev) 145 strlcpy(dnameonbus->name, device_xname(child->c_dev), 196 if (c->c_dev == NULL)
|
| pci.c | 310 if (sc->PCI_SC_DEVICESC(device, function).c_dev != NULL && !match) 488 c->c_dev = config_found(sc->sc_dev, &pa, pciprint, 493 ret = (c->c_dev != NULL); 512 KASSERT(c->c_dev == child); 518 c->c_dev = NULL;
|
| pcivar.h | 265 device_t c_dev; member in struct:pci_child
|
| /src/bin/pax/ |
| cpio.h | 61 char c_dev[6]; /* device number */ member in struct:__anon27
|
| cpio.c | 300 arcn->sb.st_dev = (dev_t)asc_u32(hd->c_dev, sizeof(hd->c_dev), OCT); 436 u32_asc((uintmax_t)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
|
| /src/sys/dev/usb/ |
| u3g.c | 120 device_t c_dev; /* Child ucom(4) handle */ member in struct:u3g_softc::u3g_com 420 com->c_dev = config_found(self, &ucaa, ucomprint, 478 if (sc->sc_com[i].c_dev != NULL) { 481 port_rv = config_detach(sc->sc_com[i].c_dev, flags); 487 sc->sc_com[i].c_dev = NULL; 501 if (sc->sc_com[i].c_dev == child) 502 sc->sc_com[i].c_dev = NULL; 541 ucom_status_change(device_private(com->c_dev));
|
| /src/include/protocols/ |
| dumprestore.h | 112 char c_dev[NAMELEN]; /* name of dumpped device */ member in struct:u_spcl::s_spcl
|
| /src/sbin/dump/ |
| main.c | 482 (void)strlcpy(spcl.c_dev, disk, sizeof(spcl.c_dev));
|
| /src/sbin/restore/ |
| tape.c | 611 *spcl.c_host? spcl.c_host: "[unknown]", spcl.c_dev); 622 *spcl.c_host? spcl.c_host: "[unknown]", spcl.c_dev);
|