Lines Matching defs:node

910 			fc_remote_node_t *node = pd->pd_remote_nodep;
920 (node != NULL)) {
921 fctl_destroy_remote_node(node);
1306 * symbolic node/port names - But if disks/tapes
1312 * register the symbolic port/node names for
1430 fc_remote_node_t *node =
1442 == 0) && (node != NULL)) {
1443 fctl_destroy_remote_node(node);
1809 fc_remote_node_t *node;
1829 node = pd->pd_remote_nodep;
1832 if (node) {
1833 mutex_enter(&node->fd_mutex);
1834 map->map_nwwn = node->fd_node_name;
1835 mutex_exit(&node->fd_mutex);
2157 * return this fcode node.
2180 * Even though we never initialize FCode nodes of fp, such a node
2182 * one FCode node, so if this is the one, clear it and issue a
2362 "node-name", nname) != DDI_PROP_SUCCESS) {
3166 fc_remote_node_t *node;
3187 node = pd->pd_remote_nodep;
3198 (node != NULL)) {
3199 fctl_destroy_remote_node(node);
3219 * Allocate an fc_remote_node_t struct to represent a remote node for the
3250 * Deconstruct and free the given fc_remote_node_t struct (remote node struct).
3514 * list chain for the given remote node, so bail now.
4073 fc_remote_node_t *node;
4088 node = pd->pd_remote_nodep;
4089 ASSERT(node != NULL);
4105 if (node) {
4106 fctl_destroy_remote_node(node);
4528 * We found an fc_remote_node_t for the remote node -- see if
4537 * No valid remote node struct found -- create it.
4595 * node) specified by the given node_wwn. This looks in the
4684 * node struct for the given node_wwn, but the
4709 * devices associated with the given fc_remote_node_t (remote node).
4732 * If there are no more remote ports on the remote node, return 0.
4830 * reference to a remote node (fc_remote_node_t) in its
5013 fc_remote_node_t *node;
5028 node = pd->pd_remote_nodep;
5030 ASSERT(MUTEX_HELD(&node->fd_mutex));
5032 if (node) {
5033 map->map_nwwn = node->fd_node_name;
5041 fc_remote_node_t *node;
5057 node = pd->pd_remote_nodep;
5060 if (node) {
5061 mutex_enter(&node->fd_mutex);
5062 map->map_nwwn = node->fd_node_name;
5063 mutex_exit(&node->fd_mutex);
5862 * corresponding node devices (fc_remote_node_t)
5869 fc_remote_node_t *node;
5915 node = old_pd->pd_remote_nodep;
5916 ASSERT(node != NULL);
5933 if (node) {
5934 fctl_destroy_remote_node(node);