rc_notify_info_t
rc_notify_info_t *rcn_info;
rc_notify_info_t rc_notify_info;
void rc_notify_info_init(rc_notify_info_t *);
int rc_notify_info_add_name(rc_notify_info_t *, const char *);
int rc_notify_info_add_type(rc_notify_info_t *, const char *);
int rc_notify_info_wait(rc_notify_info_t *, rc_node_ptr_t *, char *, size_t);
void rc_notify_info_fini(rc_notify_info_t *);
rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np)
rc_notify_info_t *nip;
rc_notify_info_t *nip;
sizeof (rc_notify_info_t),
offsetof(rc_notify_info_t, rni_list_node),
rc_notify_info_init(rc_notify_info_t *rnip)
rc_notify_info_insert_locked(rc_notify_info_t *rnip)
rc_notify_info_remove_locked(rc_notify_info_t *rnip)
rc_notify_info_add_watch(rc_notify_info_t *rnip, const char **arr,
rc_notify_info_add_name(rc_notify_info_t *rnip, const char *name)
rc_notify_info_add_type(rc_notify_info_t *rnip, const char *type)
rc_notify_info_wait(rc_notify_info_t *rnip, rc_node_ptr_t *out,
rc_notify_info_reset(rc_notify_info_t *rnip)
rc_notify_info_fini(rc_notify_info_t *rnip)