Home
last modified time | relevance | path

Searched defs:mib (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/kgmon/
HDkgmon.c191 int mib[3], state, openmode; in openfiles() local
260 int mib[3]; in getprof() local
315 int mib[3], oldstate; in setprof() local
352 int mib[3]; in dumpstate() local
463 int mib[2], profrate; in getprofhz() local
490 int mib[3]; in reset() local
/freebsd-11-stable/contrib/jemalloc/src/
HDctl.c921 size_t mib[CTL_MAX_DEPTH]; in ctl_byname() local
962 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib()
1391 thread_tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, in thread_tcache_flush_ctl()
1410 thread_prof_name_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in thread_prof_name_ctl()
1440 thread_prof_active_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in thread_prof_active_ctl()
1470 tcache_create_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in tcache_create_ctl()
1494 tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in tcache_flush_ctl()
1518 tcache_destroy_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in tcache_destroy_ctl()
1585 arena_i_purge_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in arena_i_purge_ctl()
1600 arena_i_decay_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in arena_i_decay_ctl()
[all …]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_scalars.c85 int mib[2] = { CTL_KERN, KERN_BOOTTIME }; in OS_getSystemUptime() local
181 int mib[2] = { CTL_KERN, KERN_BOOTFILE }; in OS_getSystemInitialLoadParameters() local
258 int mib[2] = { CTL_KERN, KERN_MAXPROC }; in OS_getSystemMaxProcesses() local
282 int mib[2] = { CTL_HW, HW_PHYSMEM }; in OS_getMemorySize() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
HDHost.cpp61 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_ARGS, in GetOpenBSDProcessArgs() local
120 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, in GetOpenBSDProcessUserAndGroup() local
147 int mib[3] = {CTL_KERN, KERN_PROC, KERN_PROC_ALL}; in FindProcesses() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
HDHost.cpp56 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_ARGS, pid}; in GetFreeBSDProcessArgs() local
121 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid}; in GetFreeBSDProcessUserAndGroup() local
161 int mib[3] = {CTL_KERN, KERN_PROC, KERN_PROC_ALL}; in FindProcesses() local
/freebsd-11-stable/release/picobsd/tinyware/ns/
HDns.c239 int mib[6]; in print_routing() local
434 int mib[4]; in print_ip_stats() local
496 int mib[4]; in print_tcp_stats() local
595 int mib[4]; in print_udp_stats() local
652 int mib[4]; in print_icmp_stats() local
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDphysmem.c139 static int mib[2] = { CTL_HW, HW_PHYSMEM }; in physmem_total() local
193 static int mib[2] = { CTL_HW, HW_AVAILCPU }; in ncpu_available() local
204 static int mib[2] = { CTL_HW, HW_NCPU }; in ncpu_available() local
275 static int mib[2] = { CTL_HW, HW_USERMEM }; in physmem_available() local
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
HDt_forward.c73 int mib[4] = { CTL_NET, PF_INET, IPPROTO_IP, IPCTL_DEFTTL }; in sendttl() local
105 int mib[4] = { CTL_NET, PF_INET, IPPROTO_ICMP, in router() local
/freebsd-11-stable/usr.sbin/rtsold/
HDif.c283 int mib[] = {CTL_NET, AF_ROUTE, 0, 0, NET_RT_IFLIST, 0}; in if_nametosdl() local
338 int mib[] = { CTL_NET, PF_INET6, IPPROTO_IPV6, 0 }; in getinet6sysctl() local
353 int mib[] = { CTL_NET, PF_INET6, IPPROTO_IPV6, 0 }; in setinet6sysctl() local
/freebsd-11-stable/lib/libc/compat-43/
HDsethostid.c44 int mib[2]; in sethostid() local
HDgethostid.c44 int mib[2]; in gethostid() local
/freebsd-11-stable/lib/libc/gen/
HDsetdomainname.c44 int mib[2]; in setdomainname() local
HDgethostname.c45 int mib[2]; in gethostname() local
HDfeature_present.c48 char *mib; in feature_present() local
HDsethostname.c44 int mib[2]; in sethostname() local
HDgetdomainname.c44 int mib[2]; in getdomainname() local
HDgetbootfile.c46 int mib[2]; in getbootfile() local
HDgetpagesize.c56 int mib[2]; in getpagesize() local
HDgetosreldate.c45 int mib[2]; in getosreldate() local
/freebsd-11-stable/lib/libutil/
HDkinfo_getproc.c44 int mib[4]; in kinfo_getproc() local
/freebsd-11-stable/contrib/gdb/gdb/
HDi386obsd-nat.c47 int mib[2]; in _initialize_i386obsd_nat() local
/freebsd-11-stable/lib/libc/arm/gen/
HDarm_initfini.c61 int mib[2]; in _libc_aapcs_init() local
/freebsd-11-stable/lib/libopenbsd/
HDgetdtablecount.c43 int mib[4]; in getdtablecount() local
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDgetdtablesize.c77 int mib[2]; in getdtablesize() local
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
HDsnmp_lm75.c141 int mib[12]; in sysctlname() local
159 int mib[12]; in sysctlgetnext() local
178 int mib[5]; in update_sensor_sysctl() local

123456