Searched refs:notify_note (Results 1 – 1 of 1) sorted by relevance
1988 struct notify_note { struct2003 struct notify_note *next; argument2006 static struct notify_note *notify_list;2008 static struct notify_note *last_node;2016 struct notify_note *new = NULL;2028 new = (struct notify_note *) malloc (sizeof (struct notify_note));2144 struct notify_note *p; in server_notify()