Searched refs:rc_notify_info_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h116 typedef struct rc_notify_info rc_notify_info_t; typedef in typeref:struct:rc_notify_info
124 rc_notify_info_t *rcn_info;
512 rc_notify_info_t rc_notify_info;
725 void rc_notify_info_init(rc_notify_info_t *);
726 int rc_notify_info_add_name(rc_notify_info_t *, const char *);
727 int rc_notify_info_add_type(rc_notify_info_t *, const char *);
728 int rc_notify_info_wait(rc_notify_info_t *, rc_node_ptr_t *, char *, size_t);
729 void rc_notify_info_fini(rc_notify_info_t *);
H A Drc_node.c568 * types of changes. Each client is represented by an rc_notify_info_t, and
576 * rc_notify_info_t notification clients
1171 rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np)
1205 rc_notify_info_t *nip;
1234 rc_notify_info_t *nip;
2380 sizeof (rc_notify_info_t),
2381 offsetof(rc_notify_info_t, rni_list_node),
7331 rc_notify_info_init(rc_notify_info_t *rnip)
7354 rc_notify_info_insert_locked(rc_notify_info_t *rnip)
7366 rc_notify_info_remove_locked(rc_notify_info_t *rni
[all...]

Completed in 46 milliseconds