Searched refs:oldlenp (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dsysctlbyname.c18 sysctlbyname(const char *name, void *oldp, size_t *oldlenp, argument
29 error = sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
H A Dsysctl.c47 size_t *oldlenp, const void *newp, size_t newlen);
50 sysctl(const int *name, u_int namelen, void *oldp, size_t *oldlenp, argument
54 return (__sysctl(name, namelen, oldp, oldlenp, newp, newlen));
67 if (oldp && *oldlenp < sizeof(_PATH_STDPATH)) {
71 *oldlenp = sizeof(_PATH_STDPATH);
77 if (oldp && *oldlenp < sizeof(int)) {
81 *oldlenp = sizeof(int);
H A Darc4random.c82 extern int __sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp,
/freebsd-9.3-release/lib/libc/sys/
H A Dstack_protector.c44 extern int __sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp,
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_sysctl.c99 if (!error && la->oldlenp != 0)
100 error = copyout(&len, PTRIN(la->oldlenp), sizeof(len));
/freebsd-9.3-release/sys/kern/
H A Dkern_sysctl.c1202 size_t *oldlenp, void *new, size_t newlen, size_t *retval, int flags)
1212 if (oldlenp) {
1213 req.oldlen = *oldlenp;
1250 kernel_sysctlbyname(struct thread *td, char *name, void *old, size_t *oldlenp, argument
1266 error = kernel_sysctl(td, oid, plen / sizeof(int), old, oldlenp,
1511 size_t *oldlenp; member in struct:sysctl_args
1530 uap->old, uap->oldlenp, 0,
1534 if (uap->oldlenp) {
1535 i = copyout(&j, uap->oldlenp, sizeof(j));
1548 size_t *oldlenp, in
1201 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
1547 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...]
H A Dsystrace_args.c1092 uarg[3] = (intptr_t) p->oldlenp; /* size_t * */
/freebsd-9.3-release/sys/sys/
H A Dsysctl.h780 size_t *oldlenp, void *new, size_t newlen,
783 void *old, size_t *oldlenp, void *new, size_t newlen,
786 size_t *oldlenp, int inkernel, void *new, size_t newlen,
H A Dsysproto.h626 char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)]; member in struct:sysctl_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux.h124 l_uintptr_t oldlenp; member in struct:l___sysctl_args
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux.h118 l_size_t *oldlenp; member in struct:l___sysctl_args
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c328 mysysctl(const char *name, void *oldp, size_t *oldlenp, argument
333 error = sysctlbyname(name, oldp, oldlenp, newp, newlen);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1879 if (uap->oldlenp)
1880 oldlen = fuword32(uap->oldlenp);
1888 if (uap->oldlenp)
1889 suword32(uap->oldlenp, j);
H A Dfreebsd32_proto.h178 char oldlenp_l_[PADL_(u_int32_t *)]; u_int32_t * oldlenp; char oldlenp_r_[PADR_(u_int32_t *)]; member in struct:freebsd32_sysctl_args
H A Dfreebsd32_systrace_args.c999 uarg[3] = (intptr_t) p->oldlenp; /* u_int32_t * */
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c3290 pfsync_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, void *newp,
3303 return (sysctl_struct(oldp, oldlenp, newp, newlen,

Completed in 166 milliseconds