Searched defs:this_node (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c40 static int this_node = 0; variable
98 node_data[this_node].name =
100 (void) strcpy(node_data[this_node].name, pathname);
101 mutex_init(&node_data[this_node].mutex, NULL, MUTEX_DRIVER, NULL);
102 *index_p = this_node++;
124 ((dip != NULL) && (this_node < NUM_LEAVES));

Completed in 57 milliseconds