/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 161 int (*fcn)(di_node_t node, void *argp); 166 int (*fcn)(di_node_t node, di_minor_t minor, void *argp); 476 int stat_path_info_node(di_node_t root, void *arg, int *l_errnop); 485 fpcfga_ret_t make_dyncomp_from_dinode(const di_node_t node, char **dyncompp, 487 fpcfga_ret_t make_portwwn_luncomp_from_dinode(const di_node_t node, 491 fpcfga_ret_t construct_nodepath_from_dinode(const di_node_t node, 514 int known_state(di_node_t node);
|
H A D | cfga_rcm.c | 31 static int fp_rcm_process_node(di_node_t, void *); 48 static int fp_rcm_process_node(di_node_t, void *); 165 di_node_t node; 265 di_node_t node; 430 fp_rcm_process_node(di_node_t node, void *argp)
|
H A D | cfga_cvt.c | 37 const char *dyncomp, di_node_t devnode, int *l_errnop); 193 di_node_t tree_root, root, fpnode, dev_node, client_node; 429 di_node_t dev_node, 581 const di_node_t node, 624 const di_node_t node, 708 const di_node_t node,
|
H A D | cfga_list.c | 77 static int stat_fc_dev(di_node_t node, void *arg); 78 static int stat_FCP_dev(di_node_t node, void *arg); 81 static int get_xport_state(di_node_t node, void *arg); 83 static fpcfga_ret_t do_stat_fc_dev(const di_node_t node, const char *nodepath, 85 static fpcfga_ret_t do_stat_FCP_dev(const di_node_t node, const char *nodepath, 89 static void get_hw_info(di_node_t node, cfga_list_data_t *clp); 90 static const char *get_device_type(di_node_t); 109 static int stat_path_info_fc_dev(di_node_t root, fpcfga_list_t *lap, 111 static int stat_path_info_FCP_dev(di_node_t root, fpcfga_list_t *lap, 1187 stat_fc_dev(di_node_t nod [all...] |
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetAssociatedPathOidList.c | 42 di_node_t root_node = DI_NODE_NIL; 44 di_node_t vh_node = DI_NODE_NIL; 45 di_node_t ph_node = DI_NODE_NIL; 46 di_node_t sv_node = DI_NODE_NIL; 199 di_node_t root_node = DI_NODE_NIL; 200 di_node_t sv_node = DI_NODE_NIL; 201 di_node_t child_node = DI_NODE_NIL;
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 154 int (*fcn)(di_node_t node, void *argp); 159 int (*fcn)(di_node_t node, di_minor_t minor, void *argp); 390 int stat_path_info(di_node_t root, void *arg, int *l_errnop); 398 scfga_ret_t make_dyncomp(di_node_t node, const char *physpath, 424 int known_state(di_node_t node);
|
H A D | cfga_list.c | 52 static int stat_dev(di_node_t node, void *arg); 54 static int get_bus_state(di_node_t node, void *arg); 56 static scfga_ret_t do_stat_dev(const di_node_t node, const char *nodepath, 60 static char *get_device_type(di_node_t, dyncomp_t); 61 static void get_hw_info(di_node_t node, cfga_list_data_t *clp, dyncomp_t type); 315 stat_dev(di_node_t node, void *arg) 421 di_node_t client_node = DI_NODE_NIL; 526 di_node_t root, 678 get_bus_state(di_node_t node, void *arg) 698 const di_node_t nod [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_pciexrc.c | 55 static char *pi_enum_pciexrc_findbdf(topo_mod_t *, di_node_t); 201 di_node_t devtree; 202 di_node_t dnode; 421 di_node_t devtree; 422 di_node_t dnode; 487 pi_enum_pciexrc_findbdf(topo_mod_t *mod, di_node_t dnode)
|
/osnet-11/usr/src/lib/libbootmgmt/common/ |
H A D | libbootmgmt.c | 79 di_node_t root_node = DI_NODE_NIL; 111 static di_node_t 112 locate_child(di_node_t parent, char *nodename) 114 di_node_t node; 137 di_node_t node = DI_NODE_NIL; 138 di_node_t root_node = DI_NODE_NIL;
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/common/ |
H A D | hb_sun4u.c | 117 di_node_t devtree; 118 di_node_t pnode;
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_cpu.c | 30 static HalDevice *devinfo_cpu_add(HalDevice *, di_node_t, char *, char *); 61 devinfo_cpu_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type)
|
/osnet-11/usr/src/lib/scsi/plugins/smp/usmp/common/ |
H A D | usmp.c | 57 di_walk(di_node_t node, di_minor_t minor, void *arg) 88 di_node_t root, smp;
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 89 add_hba_port_info(di_node_t portNode, struct sun_sas_hba *hba_ptr, int protocol) 99 di_node_t branchNode; 305 refresh_hba(di_node_t hbaNode, struct sun_sas_hba *hba_ptr) 308 di_node_t portNode; 355 * The di_node_t argument should be a node with smhba-supported prop set 361 devtree_get_one_hba(di_node_t hbaNode) 369 di_node_t portNode; 592 * The di_node_t argument should be the root of the device tree. 596 lookup_smhba_sas_hba(di_node_t node, void *arg) 627 * The di_node_t argumen [all...] |
H A D | sun_sas.h | 265 extern HBA_STATUS devtree_attached_devices(di_node_t, struct sun_sas_port *); 276 extern HBA_STATUS devtree_get_all_hbas(di_node_t root); 277 extern HBA_STATUS devtree_get_one_hba(di_node_t node); 285 extern HBA_STATUS get_phy_info(di_node_t, struct sun_sas_port *);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 42 busorrc_new(topo_mod_t *mod, const char *bus_addr, di_node_t di) 124 busorrc_add(topo_mod_t *mod, busorrc_t **list, di_node_t n) 151 topo_instance_t bi, di_node_t bn, did_t *hbdid) 166 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t rci, di_node_t bn)
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/ |
H A D | hb_sun4v.c | 53 di_node_t devtree; 54 di_node_t pnode; 79 static di_node_t 325 di_node_t dnode1, dnode2;
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_hostbridge.c | 43 opl_get_slot_name(topo_mod_t *mod, di_node_t n) 105 opl_rc_node_create(topo_mod_t *mp, tnode_t *parent, di_node_t dnode, int inst) 264 di_node_t p;
|
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/ |
H A D | x86pi_hostbridge.c | 94 pciex_process(topo_mod_t *mod, tnode_t *tn_hbr, di_node_t rcn, 133 * pcibus enumerator requires di_node_t be set in node specific 160 pci_process(topo_mod_t *mod, tnode_t *tn_hbr, di_node_t bn) 189 di_node_t devtree, pnode, cnode;
|
/osnet-11/usr/src/lib/libiov/common/ |
H A D | libiov.c | 45 di_node_t node; 52 di_node_t node; 53 di_node_t di_root; 76 di_node_t node; 77 di_node_t di_root;
|
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 242 pcihostbridge_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, 267 pciexhostbridge_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, 292 pciexrc_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din,
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_tree.h | 115 di_node_t th_di; /* handle to root of devinfo tree */
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | util.c | 70 get_pci_vpd_sn_pn(topo_mod_t *mp, di_node_t dn, char **serial, char **part)
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 158 ses_di_node_add_devinfo(ses_di_node_t *dnode, di_node_t node, 375 ses_di_node_add(di_node_t node, char *devid, ses_cbdata_t *cbp) 459 ses_walk_di_node(di_node_t node, void *arg) 502 di_node_t devtree;
|
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 217 extern int g_devid_get(char *, ddi_devid_t *, di_node_t root,
|
/osnet-11/usr/src/lib/libpcp/common/ |
H A D | pcp_utils.c | 224 di_node_t root_node, service_node; 281 di_node_t root_node, vldc_node;
|