Searched refs:devtree (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/plugins/common/
H A DMakefile31 SUBDIRS= piclevent .WAIT devtree .WAIT memcfg .WAIT frutree .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/
H A DMakefile31 SUBDIRS= devtree frutree frudata frudr envmon .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/
H A DMakefile31 SUBDIRS= devtree frutree frudata frudr envmon .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/
H A DMakefile31 SUBDIRS= devtree frutree frudata frudr envmon .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/
H A DMakefile30 SUBDIRS= devtree fcal_leds frudata frutree
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/
H A DMakefile31 SUBDIRS= devtree frutree frudata frudr envmon .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/
H A DMakefile33 SUBDIRS= devtree frutree frudata frudr envmon .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/
H A DMakefile31 SUBDIRS= psvcplugin psvcpolicy conf devtree frutree frudata .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/
H A DMakefile31 SUBDIRS= psvcplugin psvcpolicy conf devtree frutree frudata .WAIT
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c82 di_node_t devtree; local
87 devtree = topo_mod_devinfo(mod);
88 if (devtree == DI_NODE_NIL) {
94 pnode = di_drv_first_node(PCI, devtree);
105 pnode = di_drv_first_node(NPE, devtree);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c120 di_node_t devtree; local
124 devtree = topo_mod_devinfo(mod);
125 if (devtree == DI_NODE_NIL) {
131 pnode = di_drv_first_node(PCI, devtree);
138 pnode = di_drv_first_node(PSYCHO, devtree);
145 pnode = di_drv_first_node(SCHIZO, devtree);
152 pnode = di_drv_first_node(PX, devtree);
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/
H A Diob_platform.c82 di_node_t devtree; local
87 devtree = topo_mod_devinfo(mod);
88 if (devtree == DI_NODE_NIL) {
98 pnode = di_drv_first_node(SCHIZO, devtree);
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/
H A Diob_platform.c82 di_node_t devtree; local
87 devtree = topo_mod_devinfo(mod);
88 if (devtree == DI_NODE_NIL) {
98 pnode = di_drv_first_node(SCHIZO, devtree);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/
H A DMakefile31 SUBDIRS= devtree frutree frudata bsc fruaccess .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/
H A DMakefile31 SUBDIRS= psvcplugin psvcpolicy conf devtree frutree frudata .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/
H A DMakefile31 SUBDIRS= psvcplugin psvcpolicy conf devtree frutree frudata .WAIT
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/
H A DMakefile31 SUBDIRS= devtree frudata frutree psvcplugin psvcpolicy conf .WAIT
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c192 di_node_t devtree, pnode, cnode; local
197 devtree = topo_mod_devinfo(mod);
198 if (devtree == DI_NODE_NIL) {
203 for (pnode = di_drv_first_node(PCI, devtree);
208 pnode = di_drv_first_node(NPE, devtree);
H A Dx86pi_bay.c193 di_node_t devtree, dnode, sib; local
201 devtree = topo_mod_devinfo(mod);
202 if (devtree == DI_NODE_NIL) {
206 for (dnode = di_drv_first_node(HBA_DRV_NAME, devtree);
/illumos-gate/usr/src/cmd/picl/plugins/common/frutree/
H A DMakefile49 CPPFLAGS += -I../devtree
54 LDLIBS += -L../devtree
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A DMakefile63 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
67 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A DMakefile64 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
68 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c54 di_node_t devtree; local
58 devtree = topo_mod_devinfo(mod);
59 if (devtree == DI_NODE_NIL) {
63 pnode = di_drv_first_node(PX, devtree);
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A DMakefile50 LDLIBS += -L../devtree
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c353 di_node_t devtree; local
363 if ((devtree = topo_mod_devinfo(mod)) == DI_NODE_NIL) {
374 dnode = di_drv_first_node("niumx", devtree);

Completed in 113 milliseconds

12