Lines Matching refs:nodelist
507 ncall_node_t *nodelist;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;