Lines Matching refs:range
162 * @brief Set the lower bound of the range of POSIX IDs
165 * @param[in] lower lower bound of the range
171 * @brief Set the upper bound of the range of POSIX IDs
174 * @param[in] upper upper bound of the range
180 * @brief Set the range size of POSIX IDs available for single domain
183 * @param[in] rangesize range size of IDs
209 * @brief Get the lower bound of the range of POSIX IDs
218 * @brief Get the upper bound of the range of POSIX IDs
227 * @brief Get the range size of POSIX IDs available for single domain
230 * @param[out] rangesize returned range size
236 * @brief Calculate new range of available POSIX IDs
245 * @param[out] range Structure containing upper and lower bound of the
246 * range of POSIX IDs
249 * - #IDMAP_OUT_OF_SLICES: Cannot calculate new range because all slices are
255 struct sss_idmap_range *range);
264 * @param[in] range TBD Some information about the id ranges of this
277 struct sss_idmap_range *range);
286 * @param[in] range TBD Some information about the id ranges of this
288 * @param[in] range_id optional unique identifier of a range, it is needed
291 * given range.
310 struct sss_idmap_range *range,
323 * @param[in] range TBD Some information about the id ranges of this
325 * @param[in] range_id optional unique identifier of a range, it is needed
328 * given range.
351 struct sss_idmap_range *range,
359 * @brief Check if a new range would collide with any existing one
363 * range should belong to
365 * SID (S-1-15-.....) the new range sould belong to
366 * @param[in] n_range The new id range
367 * @param[in] n_range_id unique identifier of the new range, it is needed
370 * new range.
371 * @param[in] n_external_mapping Mapping type of the new range
374 * - #IDMAP_COLLISION: New range collides with existing one
387 * first range should belong to
389 * SID (S-1-15-.....) the first range sould belong to
390 * @param[in] o_range The first id range
391 * @param[in] o_range_id unique identifier of the first range, it is needed
394 * first range.
395 * @param[in] o_external_mapping Mapping type of the first range
397 * second range should belong to
399 * SID (S-1-15-.....) the second range sould belong to
400 * @param[in] n_range The second id range
401 * @param[in] n_range_id unique identifier of the second range, it is needed
404 * second range.
405 * @param[in] n_external_mapping Mapping type of the second range
408 * - #IDMAP_COLLISION: New range collides with existing one
497 * @brief Check if a SID and a unix UID or GID belong to the same range
508 * - #IDMAP_NO_RANGE No matching ID range found
515 * @brief Check if a SID structure and a unix UID or GID belong to the same range
526 * - #IDMAP_NO_RANGE No matching ID range found
533 * @brief Check if a binary SID and a unix UID or GID belong to the same range
545 * - #IDMAP_NO_RANGE No matching ID range found
554 * the same range
565 * - #IDMAP_NO_RANGE No matching ID range found