Searched defs:num_new (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc269 long num_new, num_old = 0; local
286 comps[i].index_value, &num_new,
294 num_old = num_new;
296 oldres = newres->join(num_new, num_old,
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1109 idmap_trustedforest_t **new, int *num_new, char *name)
1119 if (*num_value != *num_new)
1123 for (j = 0; j < *num_new; j++) {
1139 free_trusted_forests(new, num_new);
1146 *num_value = *num_new;
1148 *num_new = 0;
1108 update_trusted_forest(idmap_trustedforest_t **value, int *num_value, idmap_trustedforest_t **new, int *num_new, char *name) argument

Completed in 49 milliseconds