Searched refs:nnode (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/1394/ |
H A D | s1394_dev_disc.c | 133 static int s1394_match_GUID(s1394_hal_t *hal, s1394_node_t *nnode); 928 s1394_node_t *nnode, *onode; in s1394_cfgrom_scan_phase1() local 961 nnode = &hal->topology_tree[node]; in s1394_cfgrom_scan_phase1() 962 onode = nnode->old_node; in s1394_cfgrom_scan_phase1() 964 ASSERT(NODE_MATCHED(nnode) == B_FALSE || (NODE_MATCHED(nnode) == in s1394_cfgrom_scan_phase1() 975 ((NODE_MATCHED(nnode) == B_FALSE) || in s1394_cfgrom_scan_phase1() 976 (NODE_MATCHED(nnode) == B_TRUE && LINK_ACTIVE(onode) == in s1394_cfgrom_scan_phase1() 977 B_FALSE) || (NODE_MATCHED(nnode) == B_TRUE && in s1394_cfgrom_scan_phase1() 979 B_FALSE)) || (NODE_MATCHED(nnode) == B_TRUE && in s1394_cfgrom_scan_phase1() 980 nnode->cfgrom != NULL && CONFIG_ROM_GEN(nnode->cfgrom) > in s1394_cfgrom_scan_phase1() [all …]
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_mdesc.c | 83 int id, nnode, nio, nrcs; in hb_rc_init() local 91 nnode = md_node_count(mdp); in hb_rc_init() 92 listp = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * nnode); in hb_rc_init() 102 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode); in hb_rc_init() 115 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode); in hb_rc_init() 158 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode); in hb_rc_init()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu_mdesc.c | 166 int nnode, ncomp, nproc, ncpu; in cpu_n2_mdesc_init() local 171 nnode = md_node_count(mdp); in cpu_n2_mdesc_init() 172 list1p = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * nnode); in cpu_n2_mdesc_init() 182 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode); in cpu_n2_mdesc_init() 202 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode); in cpu_n2_mdesc_init() 334 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode); in cpu_n2_mdesc_init()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fem.c | 2964 struct fem_node *nnode, in fem_push_node() argument 2975 if ((nnode->fn_op.anon == NULL) || (nnode->fn_available == NULL)) { in fem_push_node() 3080 if (fn_op == nnode->fn_op.anon) { in fem_push_node() 3086 if ((fn_op == nnode->fn_op.anon) && in fem_push_node() 3087 (fn_av == nnode->fn_available)) { in fem_push_node() 3107 list->feml_nodes[++(list->feml_tos)] = *nnode; in fem_push_node() 3301 struct fem_node nnode; in fem_install() local 3303 nnode.fn_available = arg; in fem_install() 3304 nnode.fn_op.fem = mon; in fem_install() 3305 nnode.fn_av_hold = arg_hold; in fem_install() [all …]
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | bridge_rcm.c | 740 link_cache_t *node, *nnode; in cache_update() local 766 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) { in cache_update() 767 nnode = node->vc_next; in cache_update()
|
H A D | vlan_rcm.c | 964 link_cache_t *node, *nnode; in cache_update() local 987 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) { in cache_update() 1006 nnode = node->vc_next; in cache_update()
|
H A D | ibpart_rcm.c | 992 link_cache_t *node, *nnode; in cache_update() local 1016 for (node = cache_head.pc_next; node != &cache_tail; node = nnode) { in cache_update() 1035 nnode = node->pc_next; in cache_update()
|
H A D | vnic_rcm.c | 976 link_cache_t *node, *nnode; in cache_update() local 999 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) { in cache_update() 1018 nnode = node->vc_next; in cache_update()
|
/titanic_50/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 1022 for ntag, nnode in sorted(repo.tags().items(), 1025 if oldtags[ntag] != nnode: 1027 (ntag, repo.changelog.rev(nnode), 1028 node.short(nnode)))
|