Searched refs:exp32 (Results 1 – 1 of 1) sorted by relevance
142 struct netbsd32_export_args exp32; in nfssvc32_exp_in() local147 error = copyin(argp32, &exp32, sizeof exp32); in nfssvc32_exp_in()150 exp->ex_flags = exp32.ex_flags; in nfssvc32_exp_in()151 exp->ex_root = exp32.ex_root; in nfssvc32_exp_in()152 exp->ex_anon = exp32.ex_anon; in nfssvc32_exp_in()153 exp->ex_addr = NETBSD32PTR64(exp32.ex_addr); in nfssvc32_exp_in()154 exp->ex_addrlen = exp32.ex_addrlen; in nfssvc32_exp_in()155 exp->ex_mask = NETBSD32PTR64(exp32.ex_mask); in nfssvc32_exp_in()156 exp->ex_masklen = exp32.ex_masklen; in nfssvc32_exp_in()157 exp->ex_indexfile = NETBSD32PTR64(exp32.ex_indexfile); in nfssvc32_exp_in()