Searched refs:gids (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c594 ret = sscanf(path, "gids%n/", &pos);
688 union ibv_gid *gids = NULL; local
726 gids = malloc(sizeof (union ibv_gid) * port_attr->gid_tbl_len);
727 if (!gids)
730 * set high bit of port_num to get all gids in one shot.
734 gids);
738 *gid_table = gids;
739 gids = NULL;
770 if (gids)
771 free(gids);
921 union ibv_gid *gids; local
[all...]

Completed in 19 milliseconds