Searched refs:newp (Results 1 – 6 of 6) sorted by relevance
/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 482 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 D | resettable.c | 205 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 D | trace-events | 5 qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp…
|
/qemu/include/hw/ |
H A D | resettable.h | 213 void resettable_change_parent(Object *obj, Object *newp, Object *oldp);
|
/qemu/bsd-user/ |
H A D | qemu.h | 261 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 D | gdbstub.c | 353 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()
|