Searched refs:c_dev (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | axp809.c | 49 device_t c_dev; member 137 sc->sc_ctrl[n].c_dev = self; in axp809_attach() 162 struct axp809_softc *sc = device_private(c->c_dev); in axp809_print() 205 struct axp809_softc *sc = device_private(c->c_dev); in axp809_set_voltage() 251 struct axp809_softc *sc = device_private(c->c_dev); in axp809_get_voltage() 278 struct axp809_softc *sc = device_private(c->c_dev); in axp809_is_enabled() 298 struct axp809_softc *sc = device_private(c->c_dev); in axp809_enable() 323 struct axp809_softc *sc = device_private(c->c_dev); in axp809_disable()
|
| H A D | act8846.c | 81 device_t c_dev; member 177 sc->sc_ctrl[n].c_dev = self; in act8846_attach() 200 struct act8846_softc *sc = device_private(c->c_dev); in act8846_print() 239 struct act8846_softc *sc = device_private(c->c_dev); in act8846_set_voltage() 269 struct act8846_softc *sc = device_private(c->c_dev); in act8846_get_voltage() 287 struct act8846_softc *sc = device_private(c->c_dev); in act8846_is_enabled() 312 struct act8846_softc *sc = device_private(c->c_dev); in act8846_enable() 342 struct act8846_softc *sc = device_private(c->c_dev); in act8846_disable()
|
| H A D | axppmic.c | 116 device_t c_dev; member
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pci_usrreq.c | 118 if (!child->c_dev) in pciioctl() 120 strlcpy(dname->name, device_xname(child->c_dev), in pciioctl() 143 if (!child->c_dev) in pciioctl() 145 strlcpy(dnameonbus->name, device_xname(child->c_dev), in pciioctl() 196 if (c->c_dev == NULL) in pcimmap()
|
| H A D | pci.c | 310 if (sc->PCI_SC_DEVICESC(device, function).c_dev != NULL && !match) in pci_probe_device1() 488 c->c_dev = config_found(sc->sc_dev, &pa, pciprint, in pci_probe_device1() 493 ret = (c->c_dev != NULL); in pci_probe_device1() 512 KASSERT(c->c_dev == child); in pcidevdetached() 518 c->c_dev = NULL; in pcidevdetached()
|
| H A D | pcivar.h | 265 device_t c_dev; member
|
| /netbsd-src/sys/dev/usb/ |
| H A D | u3g.c | 120 device_t c_dev; /* Child ucom(4) handle */ member 419 com->c_dev = config_found(self, &ucaa, ucomprint, in u3g_attach() 477 if (sc->sc_com[i].c_dev != NULL) { in u3g_detach() 480 port_rv = config_detach(sc->sc_com[i].c_dev, flags); in u3g_detach() 486 sc->sc_com[i].c_dev = NULL; in u3g_detach() 500 if (sc->sc_com[i].c_dev == child) in u3g_childdet() 501 sc->sc_com[i].c_dev = NULL; in u3g_childdet() 540 ucom_status_change(device_private(com->c_dev)); in u3g_intr()
|
| /netbsd-src/bin/pax/ |
| H A D | cpio.h | 61 char c_dev[6]; /* device number */ member
|
| H A D | cpio.c | 300 arcn->sb.st_dev = (dev_t)asc_u32(hd->c_dev, sizeof(hd->c_dev), OCT); in cpio_rd() 436 u32_asc((uintmax_t)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev), in cpio_wr()
|
| /netbsd-src/include/protocols/ |
| H A D | dumprestore.h | 112 char c_dev[NAMELEN]; /* name of dumpped device */ member
|
| /netbsd-src/sbin/dump/ |
| H A D | main.c | 482 (void)strlcpy(spcl.c_dev, disk, sizeof(spcl.c_dev)); in main()
|
| /netbsd-src/sbin/restore/ |
| H A D | tape.c | 610 *spcl.c_host? spcl.c_host: "[unknown]", spcl.c_dev); in printdumpinfo() 621 *spcl.c_host? spcl.c_host: "[unknown]", spcl.c_dev); in printdumpinfo()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | archive | 249 # c_dev; device number; WHAT IS THAT?
|