netbsd32_conv.h | 883 struct netbsd32_plistref n32plist; local in function:netbsd32_copyin_plistref 886 error = copyin(NETBSD32PTR64(n32p), &n32plist, 890 p->pref_plist = NETBSD32PTR64(n32plist.pref_plist); 891 p->pref_len = n32plist.pref_len; 898 struct netbsd32_plistref n32plist; local in function:netbsd32_copyout_plistref 900 memset(&n32plist, 0, sizeof(n32plist)); 901 NETBSD32PTR32(n32plist.pref_plist, p->pref_plist); 902 n32plist.pref_len = p->pref_len; 903 return copyout(&n32plist, NETBSD32PTR64(n32p) [all...] |