Searched refs:nvlout (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libcasper/libcasper/
H A Dzygote.c96 nvlist_t *nvlin, *nvlout; local
150 nvlout = nvlist_create(0);
152 nvlist_add_number(nvlout, "error", (uint64_t)error);
158 nvlist_move_descriptor(nvlout, "chanfd", chanfd[0]);
159 nvlist_move_descriptor(nvlout, "procfd", procfd);
161 (void)nvlist_send(*sockp, nvlout);
162 nvlist_destroy(nvlout);
H A Dservice.c265 nvlist_t *nvlin, *nvlout; local
276 nvlout = nvlist_create(0);
300 nvlist_add_nvlist(nvlout, "limits", nvllim);
302 nvlist_add_null(nvlout, "limits");
311 nvlist_move_descriptor(nvlout, "sock", sock);
316 service_connection_get_limits(sconn), nvlin, nvlout);
320 nvlist_add_number(nvlout, "error", (uint64_t)error);
322 if (cap_send_nvlist(service_connection_get_chan(sconn), nvlout) == -1)
325 nvlist_destroy(nvlout);
H A Dlibcasper_service.c155 nvlist_t *nvlout)
190 nvlist_move_descriptor(nvlout, "chanfd", chanfd);
154 casper_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
/freebsd-11-stable/lib/libcasper/services/cap_random/
H A Dcap_random.c92 nvlist_t *nvlin, nvlist_t *nvlout)
112 nvlist_move_binary(nvlout, "data", data, size);
91 random_command(const char *cmd, const nvlist_t *limits __unused, nvlist_t *nvlin, nvlist_t *nvlout) argument
/freebsd-11-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c629 nvlist_t *nvlout)
638 if (grp_pack(limits, grp, nvlout))
646 grp_getgrnam(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
661 (void)grp_pack(limits, grp, nvlout);
667 grp_getgrgid(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
682 (void)grp_pack(limits, grp, nvlout);
689 nvlist_t *nvlout __unused)
703 nvlist_t *nvlout __unused)
713 nvlist_t *nvlout __unused)
764 nvlist_t *nvlout)
628 grp_getgrent(const nvlist_t *limits, const nvlist_t *nvlin __unused, nvlist_t *nvlout) argument
763 grp_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c623 nvlist_t *nvlout)
632 if (pwd_pack(limits, pwd, nvlout))
640 pwd_getpwnam(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
655 (void)pwd_pack(limits, pwd, nvlout);
661 pwd_getpwuid(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
676 (void)pwd_pack(limits, pwd, nvlout);
683 nvlist_t *nvlout __unused)
697 nvlist_t *nvlout __unused)
707 nvlist_t *nvlout __unused)
758 nvlist_t *nvlout)
622 pwd_getpwent(const nvlist_t *limits, const nvlist_t *nvlin __unused, nvlist_t *nvlout) argument
757 pwd_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c470 nvlist_t *nvlout)
486 hostent_pack(hp, nvlout);
492 nvlist_t *nvlout)
511 hostent_pack(hp, nvlout);
516 dns_getnameinfo(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
580 nvlist_move_string(nvlout, "host", host);
582 nvlist_move_string(nvlout, "serv", serv);
609 dns_getaddrinfo(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
654 nvlist_move_nvlist(nvlout, nvlname, elem);
744 nvlist_t *nvlout)
469 dns_gethostbyname(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
491 dns_gethostbyaddr(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
743 dns_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_sysctl/
H A Dcap_sysctl.c224 nvlist_t *nvlout)
285 nvlist_add_number(nvlout, "oldlen", (uint64_t)oldlen);
287 nvlist_move_binary(nvlout, "oldp", oldp, oldlen);
223 sysctl_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument

Completed in 76 milliseconds