Searched defs:new_count (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_policy.c240 kcf_policy_load_soft_disabled(char *module_name, uint_t new_count, argument
290 policy_desc->pd_disabled_count = new_count;
303 kcf_policy_load_dev_disabled(char *name, uint_t instance, uint_t new_count, argument
352 policy_desc->pd_disabled_count = new_count;
H A Dkcf_cryptoadm.c253 char *skip_providers, int *mech_counts, int *new_count)
277 *new_count = n;
295 int rval, i, j, new_count, *mech_counts; local
318 mech_counts, &new_count);
320 p = kmem_alloc(new_count * sizeof (crypto_dev_list_entry_t), KM_SLEEP);
338 *count = new_count;
632 * If new_count is 0, then completely remove the entry.
635 crypto_load_dev_disabled(char *name, uint_t instance, uint_t new_count, argument
645 * Remove the policy entry if new_count is 0, otherwise put disabled
648 if (new_count
252 filter_providers(uint_t count, kcf_provider_desc_t **provider_array, char *skip_providers, int *mech_counts, int *new_count) argument
690 crypto_load_soft_disabled(char *name, uint_t new_count, crypto_mech_name_t *new_array) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c120 * Allocate a template with space for new_count entries and copy the
125 CK_ULONG new_count)
129 new_template = malloc(new_count * sizeof (CK_ATTRIBUTE));
124 grow_template(CK_ATTRIBUTE_PTR old_template, CK_ULONG old_count, CK_ULONG new_count) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1338 int new_count, new_bytes; local
1349 new_count = new_bytes = 0;
1361 new_count++;
1367 new_count++;
1373 new_count++;
1434 new_count++;
1443 new_count += 3;
1446 aclp->z_acl_count = new_count;
1448 newnode->z_ace_count = new_count;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1130 int i, err, ulp_failure = 0, new_count = 0; local
1209 fcio.fcio_alen = sizeof (new_count);
1210 fcio.fcio_abuf = (caddr_t)&new_count;
1218 num_devices = new_count;
1219 new_count = 0;
1231 fcio.fcio_alen = sizeof (new_count);
1232 fcio.fcio_abuf = (caddr_t)&new_count;
1242 num_devices, new_count);
1265 if (new_count < num_devices) {
1266 if (new_count
2154 int fd, i, num_devices = 0, err, pathcnt = 1, new_count = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c8292 int new_count; local
8296 fcio->fcio_alen != sizeof (new_count)) {
8306 new_count = port->fp_total_devices;
8309 if (fp_copyout((void *)&new_count,
8311 sizeof (new_count), mode)) {
8326 new_count = port->fp_total_devices;
8329 if (fp_copyout((void *)&new_count,
8331 sizeof (new_count), mode)) {
8398 new_count = 0;
8399 if (fp_copyout((void *)&new_count,
[all...]

Completed in 96 milliseconds