* \a obj1 is found, respectively, to be less than, to match, or be greater than
* obj2.
*
- * \sa strcmp(3), strncmp(3), osl_compare_func.
+ * \sa strcmp(3), strncmp(3).
*/
int string_compare(const struct osl_object *obj1, const struct osl_object *obj2)
{
* \param obj2 Pointer to the second integer.
*
* \return The values required for an osl compare function.
- *
- * \sa osl_compare_func, osl_hash_compare().
*/
static int uint32_compare(const struct osl_object *obj1, const struct osl_object *obj2)
{
* This function first compares the score values as usual integers. If they compare as
* equal, the address of \a obj1 and \a obj2 are compared. So this compare function
* returns zero if and only if \a obj1 and \a obj2 point to the same memory area.
- *
- * \sa osl_compare_function.
*/
static int score_compare(const struct osl_object *obj1, const struct osl_object *obj2)
{
* \param num Result is returned here.
*
* \return Positive on success, negative on errors.
- *
- * \sa osl_get_num_rows().
*/
int get_num_admissible_files(unsigned *num)
{