Searched refs:rc_notify_info_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | configd.h | 116 typedef struct rc_notify_info rc_notify_info_t; typedef 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 D | rc_node.c | 1172 rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np) in rc_notify_info_interested() 1206 rc_notify_info_t *nip; in rc_notify_insert_node() 1235 rc_notify_info_t *nip; in rc_notify_deletion() 2381 sizeof (rc_notify_info_t), in rc_node_init() 2382 offsetof(rc_notify_info_t, rni_list_node), in rc_node_init() 7352 rc_notify_info_init(rc_notify_info_t *rnip) in rc_notify_info_init() 7375 rc_notify_info_insert_locked(rc_notify_info_t *rnip) in rc_notify_info_insert_locked() 7387 rc_notify_info_remove_locked(rc_notify_info_t *rnip) in rc_notify_info_remove_locked() 7430 rc_notify_info_add_watch(rc_notify_info_t *rnip, const char **arr, in rc_notify_info_add_watch() 7480 rc_notify_info_add_name(rc_notify_info_t *rnip, const char *name) in rc_notify_info_add_name() [all …]
|