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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c640 ret = sscanf(path, "gids%n/", &pos);
734 union ibv_gid *gids = NULL; local
772 gids = malloc(sizeof (union ibv_gid) * port_attr->gid_tbl_len);
773 if (!gids)
776 * set high bit of port_num to get all gids in one shot.
780 gids);
784 *gid_table = gids;
785 gids = NULL;
816 if (gids)
817 free(gids);
967 union ibv_gid *gids; local
[all...]

Completed in 16 milliseconds