Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libjail/
HDjail.c49 #define SJPARAM "security.jail.param" macro
219 if (sysctlnametomib(SJPARAM, mib1 + 2, &mlen1) < 0) { in jailparam_all()
221 "sysctlnametomib(" SJPARAM "): %s", strerror(errno)); in jailparam_all()
255 if (jailparam_init(jp + njp, buf + sizeof(SJPARAM)) < 0) in jailparam_all()
893 snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", name); in jailparam_type()
919 snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", name); in jailparam_type()
978 "sysctl(" SJPARAM ".%s): %s", name, in jailparam_type()
996 "sysctl(" SJPARAM ".%s): %s", name, in jailparam_type()
1021 if (desclen == sizeof(SJPARAM) + strlen(name) + 2 && in jailparam_type()
1022 memcmp(SJPARAM ".", desc.s, sizeof(SJPARAM)) == 0 && in jailparam_type()
[all …]