Searched refs:nvlist_send (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libcasper/libcasper/ |
H A D | zygote.c | 182 (void)nvlist_send(*sockp, nvlout); in zygote_main()
|
H A D | libcasper_service.c | 192 if (nvlist_send(chanfd, nvl) == -1) { in casper_command()
|
H A D | libcasper.c | 283 return (nvlist_send(chan->cch_sock, nvl)); in cap_send_nvlist()
|
/freebsd/lib/libnv/tests/ |
H A D | nvlist_send_recv_test.c | 90 nvlist_send(sock, nvl); in send_nvlist_child() 376 ATF_REQUIRE_ERRNO(EBADF, nvlist_send(socks[1], nvl) != 0); in nvlist_send_recv__send_closed_fd() 419 nvlist_send(sock, nvl); in send_many_fds_child()
|
H A D | nv_array_tests.cc | 1027 ATF_REQUIRE(nvlist_send(fd, nvl) >= 0); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/sys/ |
H A D | nv_namespace.h | 176 #define nvlist_send FreeBSD_nvlist_send macro
|
H A D | nv.h | 97 int nvlist_send(int sock, const nvlist_t *nvl);
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.c | 278 if (nvlist_send(socket_fd, nvl) < 0) { in send_message()
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1230 nvlist_send(int sock, const nvlist_t *nvl) in nvlist_send() function 1343 if (nvlist_send(sock, nvl) < 0) { in nvlist_xfer()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1735 nv.9 nvlist_send.9 \
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 14688 OLD_FILES+=usr/share/man/man3/nvlist_send.3.gz
|