Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libjail/
HDjail.c48 #define SJPARAM "security.jail.param" macro
218 if (sysctlnametomib(SJPARAM, mib1 + 2, &mlen1) < 0) { in jailparam_all()
220 "sysctlnametomib(" SJPARAM "): %s", strerror(errno)); in jailparam_all()
259 if (jailparam_init(jp + njp, buf + sizeof(SJPARAM)) < 0) in jailparam_all()
889 snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", name); in jailparam_type()
915 snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", name); in jailparam_type()
974 "sysctl(" SJPARAM ".%s): %s", name, in jailparam_type()
992 "sysctl(" SJPARAM ".%s): %s", name, in jailparam_type()
1017 if (desclen == sizeof(SJPARAM) + strlen(name) + 2 && in jailparam_type()
1018 memcmp(SJPARAM ".", desc.s, sizeof(SJPARAM)) == 0 && in jailparam_type()
[all …]