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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_hst.c3760 int *node_id_list = NULL; local
4297 node_id_list = Zalloc(sizeof (int) * node_c);
4396 /* If node_id_list is alloc'd, fill in for later use */
4397 if (node_id_list)
4398 node_id_list[i] = nd->nd_nodeid;
4622 if (node_id_list)
4623 Free(node_id_list);
4774 node_c, &node_id_list[0], &xep) == -1) {
4950 if (node_id_list)
4951 Free(node_id_list);
[all...]
H A Dmeta_set.c2979 int node_id_list[1]; local
3200 node_id_list[0] = sd->sd_mn_mynode->nd_nodeid; /* Setup my nodeid */
3208 1, &node_id_list[0], &xep) == 01) {

Completed in 30 milliseconds