Searched refs:nnode (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c133 static int s1394_match_GUID(s1394_hal_t *hal, s1394_node_t *nnode);
928 s1394_node_t *nnode, *onode; local
961 nnode = &hal->topology_tree[node];
962 onode = nnode->old_node;
964 ASSERT(NODE_MATCHED(nnode) == B_FALSE || (NODE_MATCHED(nnode) ==
975 ((NODE_MATCHED(nnode) == B_FALSE) ||
976 (NODE_MATCHED(nnode) == B_TRUE && LINK_ACTIVE(onode) ==
977 B_FALSE) || (NODE_MATCHED(nnode) == B_TRUE &&
979 B_FALSE)) || (NODE_MATCHED(nnode)
1940 s1394_match_GUID(s1394_hal_t *hal, s1394_node_t *nnode) argument
2105 s1394_node_t *nnode; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.c83 int id, nnode, nio, nrcs; local
91 nnode = md_node_count(mdp);
92 listp = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * nnode);
102 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
115 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
158 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c166 int nnode, ncomp, nproc, ncpu; local
171 nnode = md_node_count(mdp);
172 list1p = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * nnode);
182 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode);
202 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode);
334 topo_mod_free(mod, list1p, sizeof (mde_cookie_t) * nnode);
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c2964 struct fem_node *nnode,
2975 if ((nnode->fn_op.anon == NULL) || (nnode->fn_available == NULL)) {
3080 if (fn_op == nnode->fn_op.anon) {
3086 if ((fn_op == nnode->fn_op.anon) &&
3087 (fn_av == nnode->fn_available)) {
3107 list->feml_nodes[++(list->feml_tos)] = *nnode;
3301 struct fem_node nnode; local
3303 nnode.fn_available = arg;
3304 nnode
2960 fem_push_node( struct fem_head **hp, void **baseops, int type, struct fem_node *nnode, femhow_t how) argument
3450 struct fem_node nnode; local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c740 link_cache_t *node, *nnode; local
766 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) {
767 nnode = node->vc_next;
H A Dibpart_rcm.c992 link_cache_t *node, *nnode; local
1016 for (node = cache_head.pc_next; node != &cache_tail; node = nnode) {
1035 nnode = node->pc_next;
H A Dvlan_rcm.c964 link_cache_t *node, *nnode; local
987 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) {
1006 nnode = node->vc_next;
H A Dvnic_rcm.c976 link_cache_t *node, *nnode; local
999 for (node = cache_head.vc_next; node != &cache_tail; node = nnode) {
1018 nnode = node->vc_next;
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py1022 for ntag, nnode in sorted(repo.tags().items(),
1025 if oldtags[ntag] != nnode:
1027 (ntag, repo.changelog.rev(nnode),
1028 node.short(nnode)))

Completed in 101 milliseconds