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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1129 int i, err, ulp_failure = 0, new_count = 0; local
1208 fcio.fcio_alen = sizeof (new_count);
1209 fcio.fcio_abuf = (caddr_t)&new_count;
1217 num_devices = new_count;
1218 new_count = 0;
1230 fcio.fcio_alen = sizeof (new_count);
1231 fcio.fcio_abuf = (caddr_t)&new_count;
1241 num_devices, new_count);
1264 if (new_count < num_devices) {
1265 if (new_count
2153 int fd, i, num_devices = 0, err, pathcnt = 1, new_count = 0; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c119 * Allocate a template with space for new_count entries and copy the
124 CK_ULONG new_count)
128 new_template = malloc(new_count * sizeof (CK_ATTRIBUTE));
123 grow_template(CK_ATTRIBUTE_PTR old_template, CK_ULONG old_count, CK_ULONG new_count) argument
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1341 uint_t old_count, new_count; local
1352 new_count = old_count +
1355 new_count * sizeof (char *));
1365 attr->received_ranges->value_count = new_count;

Completed in 45 milliseconds