Searched refs:newlimits (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c463 grp_allowed_cmds(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
470 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
522 grp_allowed_groups(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
530 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
533 gid = (gid_t)nvlist_get_number(newlimits, name);
538 gname = nvlist_get_string(newlimits, name);
568 grp_allowed_fields(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
575 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
722 grp_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
730 !nvlist_exists_nvlist(newlimits, "cmd
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c418 pwd_allowed_cmds(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
425 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
477 pwd_allowed_users(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
485 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
488 uid = (uid_t)nvlist_get_number(newlimits, name);
493 uname = nvlist_get_string(newlimits, name);
523 pwd_allowed_fields(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
530 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
716 pwd_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
724 !nvlist_exists_nvlist(newlimits, "cmd
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_sysctl/
H A Dcap_sysctl.c199 sysctl_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
207 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
210 operation = nvlist_get_number(newlimits, name);
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dlibcasper_service.c116 casper_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
123 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) {
/freebsd-11-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c685 dns_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits) argument
696 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) {
702 type = nvlist_get_string(newlimits, name);
715 family = (int)nvlist_get_number(newlimits, name);

Completed in 67 milliseconds