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

/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_service.c61 extern int mdmn_send_svc_2();
151 * If we get a 0 back from mdmn_send_svc_2() we have no pending
154 if (mdmn_send_svc_2((md_mn_msg_t *)&argument, rqstp) == 0) {
285 * handle might be freed before the thread created by mdmn_send_svc_2
H A Dmdmn_commd_server.c43 * - mdmn_send_svc_2
59 * (not quite true, as mdmn_send_svc_2 and mdmn_work_svc_2 do thr_create()s
66 * This function calls the local daemon thru mdmn_send_svc_2.
69 * mdmn_send_svc_2()
76 * mdmn_send_svc_2. This means that call is blocked until somebody
120 * - calls svc_sendreply() which makes the call to mdmn_send_svc_2()
509 * - mdmn_send_svc_2
1149 /* the alloc was done in mdmn_send_svc_2 */
2181 * mdmn_send_svc_2:
2192 mdmn_send_svc_2(md_mn_msg_ function
[all...]

Completed in 48 milliseconds