Searched refs:hnewp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 252 int32_t namelen, void *holdp, size_t *holdlenp, void *hnewp, in do_freebsd_sysctl_oid() argument 422 ret = get_errno(sysctl(snamep, namelen, holdp, &holdlen, hnewp, newlen)); in do_freebsd_sysctl_oid() 486 void *holdp = NULL, *hnewp = NULL; in do_freebsd_sysctlbyname() local 504 hnewp = lock_user(VERIFY_READ, newp, newlen, 1); in do_freebsd_sysctlbyname() 505 if (hnewp == NULL) { in do_freebsd_sysctlbyname() 523 ret = do_freebsd_sysctl_oid(env, oid, oidplen, holdp, &holdlen, hnewp, in do_freebsd_sysctlbyname() 536 unlock_user(hnewp, newp, 0); in do_freebsd_sysctlbyname() 545 void *hnamep, *holdp = NULL, *hnewp = NULL; in do_freebsd_sysctl() local 562 hnewp = lock_user(VERIFY_READ, newp, newlen, 1); in do_freebsd_sysctl() 563 if (hnewp == NULL) { in do_freebsd_sysctl() [all …]
|