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

/illumos-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c47 * 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/cmd/sgs/tsort/common/
H A Dtsort.c47 * 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 Dncalladm.c507 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/uts/common/avs/ncall/
H A Dncall.c706 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/lib/lvm/libmeta/common/
H A Dmeta_metad.c855 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
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c1288 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

Completed in 329 milliseconds