Home | History | Annotate | Download | only in daemon

Lines Matching full:cookie_entry

89 struct cookie_entry {
102 static struct cookie_entry * create_cookie(cookie_t cookie)
105 struct cookie_entry * entry = xmalloc(sizeof(struct cookie_entry));
137 struct cookie_entry * entry;
143 entry = list_entry(pos, struct cookie_entry, list);
160 struct cookie_entry * entry;
166 entry = list_entry(pos, struct cookie_entry, list);
182 struct cookie_entry * entry;
191 entry = list_entry(pos, struct cookie_entry, list);