Home
last modified time | relevance | path

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

/qemu/bsd-user/freebsd/
H A Dos-sys.c482 int32_t namelen, abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp, in do_freebsd_sysctlbyname() argument
503 if (newp) { in do_freebsd_sysctlbyname()
504 hnewp = lock_user(VERIFY_READ, newp, newlen, 1); in do_freebsd_sysctlbyname()
536 unlock_user(hnewp, newp, 0); in do_freebsd_sysctlbyname()
542 abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp, abi_ulong newlen) in do_freebsd_sysctl() argument
561 if (newp) { in do_freebsd_sysctl()
562 hnewp = lock_user(VERIFY_READ, newp, newlen, 1); in do_freebsd_sysctl()
/qemu/hw/core/
H A Dresettable.c205 void resettable_change_parent(Object *obj, Object *newp, Object *oldp) in resettable_change_parent() argument
209 unsigned newp_count = resettable_get_count(newp); in resettable_change_parent()
221 trace_resettable_change_parent(obj, oldp, oldp_count, newp, newp_count); in resettable_change_parent()
H A Dtrace-events5 qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp
/qemu/include/hw/
H A Dresettable.h213 void resettable_change_parent(Object *obj, Object *newp, Object *oldp);
/qemu/bsd-user/
H A Dqemu.h261 abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp, abi_ulong newlen);
263 int32_t namelen, abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp,
/qemu/gdbstub/
H A Dgdbstub.c353 static const char *get_feature_xml(const char *p, const char **newp, in get_feature_xml() argument
365 *newp = term + 1; in get_feature_xml()