Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_conv.h883 struct netbsd32_plistref n32plist; in netbsd32_copyin_plistref() local
886 error = copyin(NETBSD32PTR64(n32p), &n32plist, in netbsd32_copyin_plistref()
890 p->pref_plist = NETBSD32PTR64(n32plist.pref_plist); in netbsd32_copyin_plistref()
891 p->pref_len = n32plist.pref_len; in netbsd32_copyin_plistref()
898 struct netbsd32_plistref n32plist; in netbsd32_copyout_plistref() local
900 memset(&n32plist, 0, sizeof(n32plist)); in netbsd32_copyout_plistref()
901 NETBSD32PTR32(n32plist.pref_plist, p->pref_plist); in netbsd32_copyout_plistref()
902 n32plist.pref_len = p->pref_len; in netbsd32_copyout_plistref()
903 return copyout(&n32plist, NETBSD32PTR64(n32p), in netbsd32_copyout_plistref()