Home
last modified time | relevance | path

Searched refs:holdlen (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c182 while (len < *holdlen) { in h2g_old_sysctl()
228 *holdlen = (*holdlen / hlen) * glen; in h2g_old_sysctl()
257 size_t holdlen, oldlen; in do_freebsd_sysctl_oid() local
262 holdlen = oldlen = *holdlenp; in do_freebsd_sysctl_oid()
417 holdlen = holdlen * 2; in do_freebsd_sysctl_oid()
418 holdp = g_malloc(holdlen); in do_freebsd_sysctl_oid()
470 *holdlenp = holdlen; in do_freebsd_sysctl_oid()
489 size_t holdlen, oidplen; in do_freebsd_sysctlbyname() local
515 holdlen = oldlen; in do_freebsd_sysctlbyname()
546 size_t holdlen; in do_freebsd_sysctl() local
[all …]