Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/skas/
H A Duaccess.c140 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
143 *to_ptr += len; in copy_chunk_from_user()
170 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
175 *to_ptr += n; in strncpy_chunk_from_user()
/openbmc/u-boot/net/
H A Dbootp.c830 int *to_ptr; in dhcp_process_options() local
844 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options()
/openbmc/linux/rust/kernel/
H A Derror.rs135 pub(crate) fn to_ptr<T>(self) -> *mut T { in to_ptr() method
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c1253 QTestState **to_ptr, in migrate_postcopy_prepare() argument
1295 *to_ptr = to; in migrate_postcopy_prepare()