Home
last modified time | relevance | path

Searched refs:rc_notify_info (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;
132 struct rc_notify_info { struct
511 rc_notify_info_t rc_notify_info; member
H A Dclient.c699 rc_notify_info_fini(&cp->rc_notify_info); in client_destroy()
1699 return (rc_notify_info_add_name(&cp->rc_notify_info, in client_add_notify()
1703 return (rc_notify_info_add_type(&cp->rc_notify_info, in client_add_notify()
1733 result = rc_notify_info_wait(&cp->rc_notify_info, &cp->rc_notify_ptr, in client_wait()
2493 rc_notify_info_init(&cp->rc_notify_info); in create_client()