Searched defs:devsw (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c38 struct devsw *devsw[] = { variable in typeref:struct:devsw
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dconf.c55 struct devsw *devsw[] = { variable in typeref:struct:devsw
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c39 struct devsw *devsw[] = { variable in typeref:struct:devsw
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dconf.c53 extern struct devsw fwohci;
57 struct devsw *devsw[] = { variable in typeref:struct:devsw
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c118 struct devsw *devsw[] = { variable in typeref:struct:devsw
272 for (i = 0; devsw[i] != NULL; i++)
273 if (devsw[i]->dv_init != NULL && strcmp(devsw[i]->dv_name, "zfs"))
274 (devsw[i]->dv_init)();
285 * we need partition as devsw/fs switch is depending on it.
302 for (i = 0; devsw[i] != NULL; i++)
303 if (devsw[i]->dv_init != NULL && strcmp(devsw[
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c153 struct devsw *devsw[] = { variable in typeref:struct:devsw
822 struct devsw **dp;
862 for (dp = devsw; *dp != 0; dp++)
923 for (i = 0; devsw[i] != NULL; ++i)
924 if (devsw[i]->dv_cleanup != NULL)
925 (devsw[i]->dv_cleanup)();
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h137 struct devsw { struct
153 extern struct devsw netdev;
164 struct devsw *d_dev;
177 struct devsw *f_dev; /* pointer to device operations */
385 extern struct devsw *devsw[];

Completed in 64 milliseconds