Searched defs:oldlenp (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/lib/libc/gen/
H A Dsysctl.c50 sysctl(const int *name, u_int namelen, void *oldp, size_t *oldlenp, argument
H A Dsysctlbyname.c18 sysctlbyname(const char *name, void *oldp, size_t *oldlenp, argument
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dctl.c812 ctl_byname(const char *name, void *oldp, size_t *oldlenp, void *newp, argument
859 ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, argument
1108 epoch_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1127 thread_tcache_enabled_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1152 thread_tcache_flush_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1171 thread_arena_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1301 arena_i_purge_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1318 arena_i_dss_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1411 arenas_narenas_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1433 arenas_initialized_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1466 arenas_purge_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1491 arenas_extend_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1515 prof_active_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1544 prof_dump_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
[all...]
H A Djemalloc.c1370 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, argument
1391 je_mallctlbymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, argument
/freebsd-10.0-release/sys/kern/
H A Dkern_sysctl.c1254 kernel_sysctlbyname(struct thread *td, char *name, void *old, size_t *oldlenp, argument
1515 size_t *oldlenp; member in struct:sysctl_args
1205 kernel_sysctl(struct thread *td, int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen, size_t *retval, int flags) argument
1551 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, size_t *oldlenp, int inkernel, void *new, size_t newlen, size_t *retval, int flags) argument
[all...]
/freebsd-10.0-release/usr.bin/vmstat/
H A Dvmstat.c328 mysysctl(const char *name, void *oldp, size_t *oldlenp, argument
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux.h113 l_size_t *oldlenp; member in struct:l___sysctl_args
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux.h119 l_uintptr_t oldlenp; member in struct:l___sysctl_args
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h179 char oldlenp_l_[PADL_(uint32_t *)]; uint32_t * oldlenp; char oldlenp_r_[PADR_(uint32_t *)]; member in struct:freebsd32_sysctl_args
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h627 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)]; member in struct:sysctl_args

Completed in 139 milliseconds