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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c101 CK_ULONG tmp_count = 0; local
104 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count);
113 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count);
123 if (tmp_count == 0) {
130 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count *
136 ck_rv = C_GetSlotList(1, tmp_list, &tmp_count);
139 *slot_count = tmp_count;
159 tmp_count * sizeof (CK_SLOT_ID))) == NULL) {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c329 CK_ULONG tmp_count = 0; local
345 if ((rv = C_GetSlotList(1, NULL_PTR, &tmp_count)) != CKR_OK)
348 if (tmp_count == 0) {
355 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count *
361 if ((rv = C_GetSlotList(1, tmp_list, &tmp_count)) == CKR_OK) {
363 *slot_count = tmp_count;
374 tmp_count * sizeof (CK_SLOT_ID))) == NULL) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c2390 int tmp_count = ata_pktp->ap_wrt_count; local
2423 ata_pktp->ap_v_addr += tmp_count;
2424 ata_pktp->ap_resid -= tmp_count;

Completed in 70 milliseconds