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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c1446 sol_uverbs_gid_t *uverbs_gidp; local
1463 uverbs_gidp = (sol_uverbs_gid_t *)malloc(count *
1465 if (uverbs_gidp == NULL) {
1469 uverbs_gidp->uverbs_port_num = port_num & 0x7F;
1470 uverbs_gidp->uverbs_gid_cnt = count;
1471 uverbs_gidp->uverbs_gid_start_index = start;
1473 if (ioctl(context->cmd_fd, UVERBS_IOCTL_GET_GIDS, uverbs_gidp) != 0) {
1481 if (uverbs_gidp->uverbs_solaris_abi_version !=
1486 uverbs_gidp->uverbs_solaris_abi_version);
1490 memcpy(gid, uverbs_gidp
[all...]

Completed in 16 milliseconds