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

/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c40 #define _GET_IDS_SIZE_INCR 1 macro
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1);
99 _GET_IDS_SIZE_INCR * sizeof (*t1));
103 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t2);
108 _GET_IDS_SIZE_INCR * sizeof (*t2));
111 gh->batch.idmap_mapping_batch_len += _GET_IDS_SIZE_INCR;

Completed in 56 milliseconds