nvlist_send
return (nvlist_send(chan->cch_sock, nvl));
if (nvlist_send(chanfd, nvl) == -1) {
(void)nvlist_send(*sockp, nvlout);
ATF_REQUIRE(nvlist_send(fd, nvl) >= 0);
ATF_REQUIRE_ERRNO(EBADF, nvlist_send(socks[1], nvl) != 0);
nvlist_send(sock, nvl);
if (nvlist_send(hi_send, nvl) != 0)
nvlist_send(sock, nvl);
int nvlist_send(int sock, const nvlist_t *nvl);
error = nvlist_send(s[0], config);
if (nvlist_send(socket_fd, nvl) < 0) {