Searched refs:device_info (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dllib-ldevinfo32 #include <device_info.h>
H A DMakefile42 HDRS= device_info.h libdevinfo.h
H A Ddevinfo_devperm.c53 #include <device_info.h>
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c208 static struct device_info devices[UB_MAX_DEV];
210 struct device_info *
218 * Enumerates the devices: fills out device_info elements in the devices[]
226 struct device_info *di;
229 memset(&devices, 0, sizeof(struct device_info) * UB_MAX_DEV);
240 /* take another device_info */
261 struct device_info *di;
277 struct device_info *di;
327 struct device_info *di;
360 struct device_info *d
[all...]
H A Dglue.h99 struct device_info *ub_dev_get(int);
H A Dapi_public.h140 struct device_info { struct
H A Dnet.c213 struct device_info *di;
319 struct device_info *di;
H A Ddisk.c98 struct device_info *di;
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c135 uint_t device_info = FALSE; local
155 'd', MDB_OPT_SETBITS, TRUE, &device_info,
200 if (device_info)
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h29 #include <device_info.h>
/illumos-gate/usr/src/cmd/hal/hald/
H A DMakefile29 OBJS = hald_marshal.o device.o device_info.o device_store.o hald.o \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h113 struct device_info { struct
H A Dmc-us3i.h129 struct device_info { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c778 uint_t device_info = FALSE; local
800 'd', MDB_OPT_SETBITS, TRUE, &device_info,
843 (flags & DCMD_LOOPFIRST) || slot_info || device_info ||
882 if (device_info)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c875 /* Construct lists for MC, mctrl_info, dgrp_info, and device_info */
1487 struct device_info *dev;
1526 /* add the entry on device_info list */
1530 if ((dev = (struct device_info *)
1536 dev = kmem_zalloc(sizeof (struct device_info),
1545 } /* for loop for constructing device_info */
1586 struct device_info *dev;
1688 /* Update the size of entry on device_info list */
1694 if ((dev = (struct device_info *)mc_node_get(dmidx,
1820 kmem_free(dev_ptr, sizeof (struct device_info));
[all...]
H A Dmc-us3i.c1221 struct device_info *dev;
1372 struct device_info *devp;
1431 * next, and previous nodes. seg_info, bank_info, dgrp_info, device_info,
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c813 * @device_info: HAL statistics. See xge_hal_stats_device_info_t.
827 xge_hal_stats_device_info_t **device_info)
833 *device_info = NULL;
841 *device_info = &hldev->stats.sw_dev_info_stats;
826 xge_hal_stats_device(xge_hal_device_h devh, xge_hal_stats_device_info_t **device_info) argument
H A Dxgehal-mgmt.c466 xge_hal_stats_device_info_t *device_info; local
476 if ((status = xge_hal_stats_device (devh, &device_info)) !=
481 xge_os_memcpy(device_stats, device_info,
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h73 #include <device_info.h>
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h1549 xge_hal_stats_device_info_t **device_info);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c84 #include <device_info.h>

Completed in 134 milliseconds