Searched refs:tmp_count (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 101 CK_ULONG tmp_count = 0; in kmf_get_token_slots() local 104 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count); in kmf_get_token_slots() 113 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count); in kmf_get_token_slots() 123 if (tmp_count == 0) { in kmf_get_token_slots() 130 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count * in kmf_get_token_slots() 136 ck_rv = C_GetSlotList(1, tmp_list, &tmp_count); in kmf_get_token_slots() 139 *slot_count = tmp_count; in kmf_get_token_slots() 159 tmp_count * sizeof (CK_SLOT_ID))) == NULL) { in kmf_get_token_slots()
|
/titanic_44/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 329 CK_ULONG tmp_count = 0; in get_token_slots() local 345 if ((rv = C_GetSlotList(1, NULL_PTR, &tmp_count)) != CKR_OK) in get_token_slots() 348 if (tmp_count == 0) { in get_token_slots() 355 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count * in get_token_slots() 361 if ((rv = C_GetSlotList(1, tmp_list, &tmp_count)) == CKR_OK) { in get_token_slots() 363 *slot_count = tmp_count; in get_token_slots() 374 tmp_count * sizeof (CK_SLOT_ID))) == NULL) { in get_token_slots()
|
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 2390 int tmp_count = ata_pktp->ap_wrt_count; in ata_disk_intr_pio_out() local 2423 ata_pktp->ap_v_addr += tmp_count; in ata_disk_intr_pio_out() 2424 ata_pktp->ap_resid -= tmp_count; in ata_disk_intr_pio_out()
|