Searched refs:nodelist (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sgs/tsort/common/ |
H A D | tsort.c | 61 struct nodelist { struct 62 struct nodelist *nextnode; argument 74 struct nodelist *pred; argument 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 *j); 81 static int anypred(struct nodelist *i); 92 struct nodelist *i, *j; in main() 162 present(struct nodelist *i, struct nodelist *j) in present() [all …]
|
/titanic_50/usr/src/cmd/avs/ncall/ |
H A D | ncalladm.c | 507 ncall_node_t *nodelist; in getnodelist() local 530 nodelist = malloc(sizeof (*nodelist) * maxsize); in getnodelist() 531 if (nodelist) { in getnodelist() 536 cnt = ioctl(ifd, NC_IOC_GETNETNODES, nodelist); in getnodelist() 539 noderet = nodelist; in getnodelist() 543 free(nodelist); in getnodelist() 546 (void) memcpy(nodelist, &thisnode, sizeof (*nodelist)); in getnodelist() 548 noderet = nodelist; in getnodelist()
|
/titanic_50/usr/src/uts/common/avs/ncall/ |
H A D | ncall.c | 706 ncall_node_t *nodelist; in ncallgetnodes() local 731 nodelist = kmem_zalloc(sizeof (*nodelist) * nodecnt, KM_SLEEP); in ncallgetnodes() 744 int size = sizeof (nodelist[slot].nc_nodename) - 1; in ncallgetnodes() 750 nodelist[slot].nc_nodename[size] = 0; in ncallgetnodes() 751 (void) strncpy(nodelist[slot].nc_nodename, nodename, in ncallgetnodes() 753 nodelist[slot].nc_nodeid = nodeid; in ncallgetnodes() 757 if (ddi_copyout(nodelist, (void *)uaddr, sizeof (*nodelist) * slot, in ncallgetnodes() 766 kmem_free(nodelist, sizeof (*nodelist) * nodecnt); in ncallgetnodes()
|
/titanic_50/usr/src/lib/libnsctl/common/ |
H A D | machdep.c | 53 nsc_getcurrentnodes(ncall_node_t **nodelist) in nsc_getcurrentnodes() argument 62 if (nodelist == NULL) { in nsc_getcurrentnodes() 66 *nodelist = NULL; in nsc_getcurrentnodes() 89 *nodelist = mynodelist; in nsc_getcurrentnodes()
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README | 171 device-ids from e1000g nodelist so that they do not conflict 187 servers. The fix involved removing all the devic-ids from nodelist
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | README | 171 device-ids from e1000g nodelist so that they do not conflict 187 servers. The fix involved removing all the devic-ids from nodelist
|