Home
last modified time | relevance | path

Searched refs:slp_send2slpd_iov (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c153 return (slp_send2slpd_iov(iov, 1, reply)); in slp_send2slpd()
156 SLPError slp_send2slpd_iov(struct iovec *msg, int iovlen, char **reply) { in slp_send2slpd_iov() function
H A DSLPReg.c656 if ((err = slp_send2slpd_iov(msg->msgiov, msg->msgiov_len, &reply)) in reg_impl()
771 (void) slp_send2slpd_iov( in check_reregs()
H A Dslp-internal.h214 extern SLPError slp_send2slpd_iov(struct iovec *, int, char **);