Searched refs:capsysctl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/sockstat/ |
| H A D | main.c | 251 static cap_channel_t *capsysctl; variable 383 if (cap_sysctlbyname(capsysctl, proto->pcblist, 0, &len, 0, 0) < 0) { in gather_sctp() 392 if (cap_sysctlbyname(capsysctl, proto->pcblist, buf, &len, 0, 0) < 0) { in gather_sctp() 658 if (cap_sysctlbyname(capsysctl, proto->pcblist, buf, in gather_inet() 798 if (cap_sysctlbyname(capsysctl, proto->pcblist, buf, in gather_unix() 865 while (cap_sysctlbyname(capsysctl, "kern.file", xfiles, &len, 0, 0) in getfiles() 965 if (cap_sysctl(capsysctl, mib, nitems(mib), &proc, &len, NULL, 0) in getprocname() 987 if (cap_sysctl(capsysctl, mib, nitems(mib), &proc, &len, NULL, 0) in getprocjid() 2001 capsysctl = cap_service_open(capcas, "system.sysctl"); in main() 2002 if (capsysctl == NULL) in main()
|