Searched refs:nvlist_send (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/lib/libcasper/libcasper/ |
| HD | zygote.c | 183 (void)nvlist_send(*sockp, nvlout); in zygote_main()
|
| HD | libcasper_service.c | 193 if (nvlist_send(chanfd, nvl) == -1) { in casper_command()
|
| HD | libcasper.c | 284 return (nvlist_send(chan->cch_sock, nvl)); in cap_send_nvlist()
|
| /freebsd-14-stable/lib/libnv/tests/ |
| HD | nvlist_send_recv_test.c | 88 nvlist_send(sock, nvl); in send_nvlist_child() 374 ATF_REQUIRE_ERRNO(EBADF, nvlist_send(socks[1], nvl) != 0); in nvlist_send_recv__send_closed_fd() 417 nvlist_send(sock, nvl); in send_many_fds_child()
|
| HD | nv_array_tests.cc | 1028 ATF_REQUIRE(nvlist_send(fd, nvl) >= 0); in ATF_TEST_CASE_BODY()
|
| /freebsd-14-stable/sys/sys/ |
| HD | nv_namespace.h | 176 #define nvlist_send FreeBSD_nvlist_send macro
|
| HD | nv.h | 103 int nvlist_send(int sock, const nvlist_t *nvl);
|
| /freebsd-14-stable/sys/contrib/libnv/ |
| HD | nvlist.c | 1237 nvlist_send(int sock, const nvlist_t *nvl) in nvlist_send() function 1350 if (nvlist_send(sock, nvl) < 0) { in nvlist_xfer()
|
| /freebsd-14-stable/usr.sbin/bhyvectl/ |
| HD | bhyvectl.c | 1580 if (nvlist_send(socket_fd, nvl) < 0) { in send_message()
|
| /freebsd-14-stable/share/man/man9/ |
| HD | Makefile | 1726 nv.9 nvlist_send.9 \
|