Searched refs:new_count (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_cryptoadm.c | 253 char *skip_providers, int *mech_counts, int *new_count) in filter_providers() argument 277 *new_count = n; in filter_providers() 295 int rval, i, j, new_count, *mech_counts; in crypto_get_dev_list() local 318 mech_counts, &new_count); in crypto_get_dev_list() 320 p = kmem_alloc(new_count * sizeof (crypto_dev_list_entry_t), KM_SLEEP); in crypto_get_dev_list() 338 *count = new_count; in crypto_get_dev_list() 635 crypto_load_dev_disabled(char *name, uint_t instance, uint_t new_count, in crypto_load_dev_disabled() argument 648 if (new_count == 0) { in crypto_load_dev_disabled() 651 } else if ((rv = kcf_policy_load_dev_disabled(name, instance, new_count, in crypto_load_dev_disabled() 670 kcf_compare_mechs(new_count, new_array, in crypto_load_dev_disabled() [all …]
|
H A D | kcf_policy.c | 240 kcf_policy_load_soft_disabled(char *module_name, uint_t new_count, in kcf_policy_load_soft_disabled() argument 290 policy_desc->pd_disabled_count = new_count; in kcf_policy_load_soft_disabled() 303 kcf_policy_load_dev_disabled(char *name, uint_t instance, uint_t new_count, in kcf_policy_load_dev_disabled() argument 352 policy_desc->pd_disabled_count = new_count; in kcf_policy_load_dev_disabled()
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1130 int i, err, ulp_failure = 0, new_count = 0; in g_get_dev_list() local 1209 fcio.fcio_alen = sizeof (new_count); in g_get_dev_list() 1210 fcio.fcio_abuf = (caddr_t)&new_count; in g_get_dev_list() 1218 num_devices = new_count; in g_get_dev_list() 1219 new_count = 0; in g_get_dev_list() 1231 fcio.fcio_alen = sizeof (new_count); in g_get_dev_list() 1232 fcio.fcio_abuf = (caddr_t)&new_count; in g_get_dev_list() 1242 num_devices, new_count); in g_get_dev_list() 1265 if (new_count < num_devices) { in g_get_dev_list() 1266 if (new_count == 0) { in g_get_dev_list() [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 1340 int new_count, new_bytes; in zfs_acl_chmod() local 1351 new_count = new_bytes = 0; in zfs_acl_chmod() 1363 new_count++; in zfs_acl_chmod() 1369 new_count++; in zfs_acl_chmod() 1375 new_count++; in zfs_acl_chmod() 1426 new_count++; in zfs_acl_chmod() 1435 new_count += 3; in zfs_acl_chmod() 1438 aclp->z_acl_count = new_count; in zfs_acl_chmod() 1440 newnode->z_ace_count = new_count; in zfs_acl_chmod()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 2777 uint64_t count, new_count; \ 2782 new_count = (HB_REFRESH_INTERVAL * \ 2786 (new_count << HB_REFRESH_COUNT_SHIFT); \ 2806 (count + new_count) * MICROSEC * (cur_div)) /\
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 8292 int new_count; in fp_fciocmd() local 8296 fcio->fcio_alen != sizeof (new_count)) { in fp_fciocmd() 8306 new_count = port->fp_total_devices; in fp_fciocmd() 8309 if (fp_copyout((void *)&new_count, in fp_fciocmd() 8311 sizeof (new_count), mode)) { in fp_fciocmd() 8326 new_count = port->fp_total_devices; in fp_fciocmd() 8329 if (fp_copyout((void *)&new_count, in fp_fciocmd() 8331 sizeof (new_count), mode)) { in fp_fciocmd() 8398 new_count = 0; in fp_fciocmd() 8399 if (fp_copyout((void *)&new_count, in fp_fciocmd() [all …]
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 125 CK_ULONG new_count) in grow_template() argument 129 new_template = malloc(new_count * sizeof (CK_ATTRIBUTE)); in grow_template()
|