Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h115 typedef struct rc_notify_info rc_notify_info_t; typedef
123 rc_notify_info_t *rcn_info;
511 rc_notify_info_t rc_notify_info;
724 void rc_notify_info_init(rc_notify_info_t *);
725 int rc_notify_info_add_name(rc_notify_info_t *, const char *);
726 int rc_notify_info_add_type(rc_notify_info_t *, const char *);
727 int rc_notify_info_wait(rc_notify_info_t *, rc_node_ptr_t *, char *, size_t);
728 void rc_notify_info_fini(rc_notify_info_t *);
H A Drc_node.c1162 rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np) in rc_notify_info_interested()
1196 rc_notify_info_t *nip; in rc_notify_insert_node()
1225 rc_notify_info_t *nip; in rc_notify_deletion()
2371 sizeof (rc_notify_info_t), in rc_node_init()
2372 offsetof(rc_notify_info_t, rni_list_node), in rc_node_init()
7346 rc_notify_info_init(rc_notify_info_t *rnip) in rc_notify_info_init()
7369 rc_notify_info_insert_locked(rc_notify_info_t *rnip) in rc_notify_info_insert_locked()
7381 rc_notify_info_remove_locked(rc_notify_info_t *rnip) in rc_notify_info_remove_locked()
7489 rc_notify_info_wait(rc_notify_info_t *rnip, rc_node_ptr_t *out, in rc_notify_info_wait()
7617 rc_notify_info_reset(rc_notify_info_t *rnip) in rc_notify_info_reset()
[all …]