Searched refs:nodelist (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | tsort.c | 47 * the nodelist always has an empty element at the end to 61 struct nodelist { struct 62 struct nodelist *nextnode; 74 struct nodelist *pred; 77 static struct nodelist *index(char *s); 78 static struct nodelist *findloop(void); 79 static struct nodelist *mark(struct nodelist *i); 80 static int present(struct nodelist *i, struct nodelist * [all...] |
/illumos-gate/usr/src/cmd/avs/ncall/ |
H A D | ncalladm.c | 507 ncall_node_t *nodelist; local 530 nodelist = malloc(sizeof (*nodelist) * maxsize); 531 if (nodelist) { 536 cnt = ioctl(ifd, NC_IOC_GETNETNODES, nodelist); 539 noderet = nodelist; 543 free(nodelist); 546 (void) memcpy(nodelist, &thisnode, sizeof (*nodelist)); 548 noderet = nodelist; [all...] |
/illumos-gate/usr/src/lib/libnsctl/common/ |
H A D | machdep.c | 47 * returned via the nodelist pointer, or -1 on an error. 49 * nodelist pointer needs to be freed by the caller. 53 nsc_getcurrentnodes(ncall_node_t **nodelist) argument 62 if (nodelist == NULL) { 66 *nodelist = NULL; 89 *nodelist = mynodelist;
|
/illumos-gate/usr/src/uts/common/avs/ncall/ |
H A D | ncall.c | 706 ncall_node_t *nodelist; local 731 nodelist = kmem_zalloc(sizeof (*nodelist) * nodecnt, KM_SLEEP); 744 int size = sizeof (nodelist[slot].nc_nodename) - 1; 750 nodelist[slot].nc_nodename[size] = 0; 751 (void) strncpy(nodelist[slot].nc_nodename, nodename, 753 nodelist[slot].nc_nodeid = nodeid; 757 if (ddi_copyout(nodelist, (void *)uaddr, sizeof (*nodelist) * slot, 766 kmem_free(nodelist, sizeo [all...] |
/illumos-gate/usr/src/head/ |
H A D | metad.x | 281 md_mnnode_desc *nodelist; 666 * These actions are needed when the nodelist is changing.
|
H A D | meta.h | 94 #define META_MNSET_NODELIST "/var/run/nodelist" 451 * These actions are needed when the nodelist is changing. 931 md_mnnode_desc *nodelist, md_timeval32_t timestamp,
|
/illumos-gate/usr/src/cmd/lvm/rpc.metad/ |
H A D | metad_svc_subr.c | 1288 md_mnnode_desc *nodelist, 1316 nd = nodelist; 1350 nd = nodelist; 1407 * When a set is created for the first time, the nodelist 1409 * When a node is just being added to a set, the nodelist 1413 * So, if the nodelist contains an entry for this node 1417 nd = nodelist; 1560 mncreateset(args->sp, args->nodelist, args->timestamp, args->genid, 4294 * The SET flag_action is typically used when nodelist contains all nodes 1286 mncreateset( mdsetname_t *sp, md_mnnode_desc *nodelist, md_timeval32_t timestamp, ulong_t genid, md_node_nm_t master_nodenm, int master_nodeid, md_error_t *ep ) argument
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_metad.c | 855 md_mnnode_desc *nodelist, 883 args->nodelist = nodelist; 3368 * Also used to send the rpc.mdcommd daemon a new nodelist by draining all 3370 * get the new nodelist from rpc.metad. Used when nodelist is changed 852 clnt_mncreateset( char *hostname, mdsetname_t *sp, md_mnnode_desc *nodelist, md_timeval32_t timestamp, ulong_t genid, md_node_nm_t master_nodenm, int master_nodeid, md_error_t *ep ) argument
|
Completed in 442 milliseconds