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

/netbsd-current/sys/arch/ia64/stand/common/
H A Ddevopen.c46 if ((result = dev->d_dev->dv_open(f, dev)) == 0) { /* try to open it */
48 f->f_dev = dev->d_dev;
H A Dbootstrap.h45 struct devsw *d_dev; member in struct:devdesc
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dwr_dumpset.c64 dp->d_dev);
H A Dwr_fstab.c111 dp->d_dev,
155 NSTREQ(dp->d_dev, "/dev/", 5) &&
161 dp->d_dev,
195 dp->d_dev,
229 dp->d_dev,
H A Dfsi_analyze.c270 lerror(dk->d_ioloc, "%s:%s has no mount point", dk->d_host->h_hostname, dk->d_dev);
275 lerror(dk->d_ioloc, "%s:%s has more than one mount point", dk->d_host->h_hostname, dk->d_dev);
288 fsi_log("%s:%s has default mount on %s", dk->d_host->h_hostname, dk->d_dev, mp2->m_name);
290 lerror(dk->d_ioloc, "no volname given for %s:%s", dk->d_host->h_hostname, dk->d_dev);
335 dp->d_host->h_hostname, dp->d_dev);
347 dp->d_host->h_hostname, dp->d_dev);
382 dp->d_host->h_hostname, dp->d_dev);
394 dp->d_host->h_hostname, dp->d_dev);
462 fsi_log("Disk %s:", dp->d_dev);
467 show_required(dp->d_ioloc, req, dp->d_dev, h
[all...]
H A Dfsi_data.h139 char *d_dev; member in struct:disk_fs
H A Dfsi_gram.y231 { $4->d_dev = $2; $$ = $4; }
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Defiboot.h40 struct devsw *d_dev; member in struct:efi_devdesc
H A Ddevicename.c199 idev->d_dev = dv;
227 len = snprintf(buf, buflen, "%s%d", dev->d_dev->dv_name, dev->d_kind.efidisk.unit);
244 snprintf(buf, buflen, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit);
/netbsd-current/sys/dev/onewire/
H A Donewire.c95 device_t d_dev; member in struct:onewire_device
405 KASSERT(d->d_dev != NULL);
501 nd->d_dev = NULL;
520 config_detach(d->d_dev, DETACH_FORCE);
521 d->d_dev = NULL;
525 } else if (d->d_dev == NULL) {
532 d->d_dev = config_found(sc->sc_dev, &oa, onewire_print,
538 if (d->d_dev == NULL) {
/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Dlibski.h33 struct devsw *d_dev; member in struct:ski_devdesc
H A Dmain.c97 currdev.d_dev = &devsw[0];
H A Ddevicename.c194 idev->d_dev = dv;
222 len = snprintf(buf, buflen, "%s%d", dev->d_dev->dv_name, dev->d_kind.skidisk.unit);
239 snprintf(buf, buflen, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit);
/netbsd-current/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c141 currdev.d_dev = &devsw[0]; /* XXX disk */
148 currdev.d_dev = &devsw[1]; /* XXX net */

Completed in 323 milliseconds