Searched refs:device (Results 1 - 25 of 434) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dam335x.dtsi125 uart-device-id = < 0 >;
135 uart-device-id = < 1 >;
146 uart-device-id = < 2 >;
157 uart-device-id = < 3 >;
168 uart-device-id = < 4 >;
179 uart-device-id = < 5 >;
198 mmchs-device-id = <0>;
208 mmchs-device-id = <1>;
238 i2c-device-id = <0>;
248 i2c-device
[all...]
H A Ddb88f5182.dts88 device-width = <1>;
104 device-width = <1>;
H A Ddb88f5281.dts88 device-width = <1>;
104 device-width = <1>;
H A Ddb88f6281.dts90 device-width = <1>;
H A Ddockstar.dts88 device-width = <1>;
H A Ddreamplug-1001.dts95 device-width = <1>;
H A Ddreamplug-1001N.dts95 device-width = <1>;
H A Dsheevaplug.dts89 device-width = <1>;
H A Dvybrid.dtsi114 device-id = < 0 >;
124 device-id = < 1 >;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts66 device-type = "cpu";
75 device-type = "cpu";
H A Dberi-sim.dts64 device-type = "cpu";
73 device-type = "cpu";
H A Dberipad-de4.dts64 device-type = "cpu";
73 device-type = "cpu";
H A Dberipad-sockit.dts62 device-type = "cpu";
71 device-type = "cpu";
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dmpc8555cds.dts121 device-width = <1>;
130 device-width = <1>;
139 device-width = <1>;
H A Dmpc8572ds.dts133 device-width = <1>;
H A Dp1020rdb.dts94 device-width = <1>;
H A Dp2020ds.dts123 device-width = <1>;
H A Dp2041rdb.dts396 device-width = <2>;
H A Dp3041ds.dts435 device-width = <2>;
H A Dp5020ds.dts431 device-width = <2>;
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospci.c182 {0x0, "device", subclass_old},
283 /* Read the device identifier from the nominated device */
288 /* We have the device ID, create a PnP object and save everything */
400 biospci_locator(int8_t bus, uint8_t device, uint8_t function) argument
403 return ((bus << 8) | ((device & 0x1f) << 3) | (function & 0x7));
H A Dlibi386.h30 * i386 fully-qualified device descriptor.
95 extern struct devdesc currdev; /* our current device */
108 int bc_bios2unit(int biosdev); /* xlate BIOS device -> bioscd unit */
109 int bc_unit2bios(int unit); /* xlate bioscd unit -> BIOS device */
111 int bd_bios2unit(int biosdev); /* xlate BIOS device -> biosdisk unit */
112 int bd_unit2bios(int unit); /* xlate biosdisk unit -> BIOS device */
140 uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c350 /* Convert a device specifier to a fully qualified pathname. */
352 OF_canon(const char *device, char *buf, int len) argument
358 cell_t device; member in struct:__anon345
368 args.device = (cell_t)device;
376 /* Return a package handle for the specified device. */
378 OF_finddevice(const char *device) argument
384 cell_t device; member in struct:__anon346
392 args.device = (cell_t)device;
496 OF_open(char *device) argument
502 cell_t device; member in struct:__anon350
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c63 static int domount(const char *device);
365 printf("usage: boot device [/path/to/loader]\n");
500 domount(const char *device) argument
503 if ((bootdev = ofw_open(device)) == -1) {
504 printf("domount: can't open device\n");
/illumos-gate/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c74 /* wait 8 seconds for a USB mass storage device to appear */
80 if (umass_uaa.device != NULL)
90 if (umass_uaa.device == NULL)
96 if (usb_msc_write_10(umass_uaa.device, 0, dblk, size >> 9, buf) != 0)
99 if (usb_msc_read_10(umass_uaa.device, 0, dblk, size >> 9, buf) != 0)
116 if (usb_msc_read_capacity(umass_uaa.device, 0, &nblock, &blocksize) != 0)
132 if (umass_uaa.device == NULL)
148 if (usb_msc_read_capacity(umass_uaa.device, 0,
179 pager_output(" umass0 UMASS device\n");

Completed in 185 milliseconds

1234567891011>>