Searched refs:sys_tree (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c83 Sys_tree sys_tree; /* system information */ local
94 sys_tree.sys_mem = NULL;
95 sys_tree.boards = NULL;
96 sys_tree.bd_list = NULL;
97 sys_tree.board_cnt = 0;
116 root_node = walk(&sys_tree, NULL, next(0));
120 resolve_board_types(&sys_tree);
122 read_sun4u_kstats(&sys_tree, &sys_kstat);
124 return (display(&sys_tree, root_node, &sys_kstat, syserrlog));
H A Dpdevinfo_sun4v.c83 Sys_tree sys_tree; /* system information */ local
102 sys_tree.sys_mem = NULL;
103 sys_tree.boards = NULL;
104 sys_tree.bd_list = NULL;
105 sys_tree.board_cnt = 0;
124 root_node = sun4v_walk(&sys_tree, NULL, next(0));
137 return (sun4v_display(&sys_tree, root_node, syserrlog, plafh));
H A Dlibdevinfo_sun4u.c413 Sys_tree sys_tree; /* system information */ local
425 sys_tree.sys_mem = NULL;
426 sys_tree.boards = NULL;
427 sys_tree.bd_list = NULL;
428 sys_tree.board_cnt = 0;
449 root_node = walk_di_tree(&sys_tree, NULL, di_root_node);
452 resolve_board_types(&sys_tree);
454 read_sun4u_kstats(&sys_tree, &sys_kstat);
455 retval = display(&sys_tree, root_node, &sys_kstat, syserrlog);

Completed in 58 milliseconds