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

/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c1466 ssize_t count; local
1485 count = write(fdstat, &control, sizeof (control));
1487 if (count != 1) {
1921 /* count the number of alternates for this interface */
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c320 hca_cnt = uverbs_infop->uverbs_hca_cnt; /* hca count returned */
1399 int count, start; local
1411 count = index;
1414 count = 1;
1417 uverbs_gidp = (sol_uverbs_gid_t *)malloc(count *
1424 uverbs_gidp->uverbs_gid_cnt = count;
1444 memcpy(gid, uverbs_gidp->uverbs_gids, sizeof (union ibv_gid) * count);
1457 int count, start; local
1472 count = index;
1475 count
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c294 size_t count);
1104 * count how many ciphers and digests to support. Since the cipher and
2706 pk11_digest_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
2712 if (count == 0) {
2721 count);

Completed in 159 milliseconds