Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c288 rc_node_ptr_init(&cp->rc_notify_ptr); in client_alloc()
315 rc_node_ptr_free_mem(&cp->rc_notify_ptr); in client_free()
1733 result = rc_notify_info_wait(&cp->rc_notify_info, &cp->rc_notify_ptr, in client_wait()
1740 &cp->rc_notify_ptr); in client_wait()
1748 rc_node_clear(&cp->rc_notify_ptr, 0); in client_wait()
H A Dconfigd.h516 rc_node_ptr_t rc_notify_ptr; member