Home
last modified time | relevance | path

Searched refs: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; in satisfy_query_dbonly() local
286 comps[i].index_value, &num_new, in satisfy_query_dbonly()
294 num_old = num_new; in satisfy_query_dbonly()
296 oldres = newres->join(num_new, num_old, in satisfy_query_dbonly()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1178 idmap_trustedforest_t **new, int *num_new, char *name) in update_trusted_forest() argument
1188 if (*num_value != *num_new) in update_trusted_forest()
1192 for (j = 0; j < *num_new; j++) { in update_trusted_forest()
1208 free_trusted_forests(new, num_new); in update_trusted_forest()
1215 *num_value = *num_new; in update_trusted_forest()
1217 *num_new = 0; in update_trusted_forest()