Lines Matching refs:list_entry
410 typedef struct list_entry* (*entry_alloc_fn)();
411 typedef void (*entry_free_fn)(struct list_entry*);
412 typedef void (*entry_copy_fn)(struct list_entry*, const struct list_entry*);
421 struct list_entry head;
439 struct list_entry *entry, *tmp; in cache_cleanup()
448 const struct list_entry *src) in cache_insert()
450 struct list_entry *entry; in cache_insert()
479 struct list_entry *entry_out) in cache_lookup()
481 struct list_entry *entry; in cache_lookup()
500 struct list_entry entry;
508 static struct list_entry* user_cache_alloc() in user_cache_alloc()
513 static void user_cache_free(struct list_entry *entry) in user_cache_free()
518 struct list_entry *lhs, in user_cache_copy()
519 const struct list_entry *rhs) in user_cache_copy()
538 struct list_entry entry;
544 static struct list_entry* group_cache_alloc() in group_cache_alloc()
549 static void group_cache_free(struct list_entry *entry) in group_cache_free()
554 struct list_entry *lhs, in group_cache_copy()
555 const struct list_entry *rhs) in group_cache_copy()
881 static int username_cmp(const struct list_entry *list, const void *value) in username_cmp()
924 static int uid_cmp(const struct list_entry *list, const void *value) in uid_cmp()
969 static int principal_cmp(const struct list_entry *list, const void *value) in principal_cmp()
1009 static int group_cmp(const struct list_entry *list, const void *value) in group_cmp()
1047 static int gid_cmp(const struct list_entry *list, const void *value) in gid_cmp()