Home
last modified time | relevance | path

Searched refs:nvlist_send (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dnv.h104 int nvlist_send(int sock, const nvlist_t *nvl);
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c1256 nvlist_send(int sock, const nvlist_t *nvl) in nvlist_send() function
1358 if (nvlist_send(sock, nvl) < 0) { in nvlist_xfer()