copy_to_user
IDENT(copy_to_user); IDENT(copy_from_user);
copy_to_user(ptr, &p->a, sizeof(struct aa_policy));
copy_to_user(ptr, &global_dec, sizeof(global_dec));
copy_to_user(ptr, &one, sizeof(one));
copy_to_user(ptr, &two, sizeof(two));
copy_to_user(ptr, &three, sizeof(three));
copy_to_user(ptr, &four, sizeof(four));
copy_to_user(ptr, &five, sizeof(five));
copy_to_user(ptr, &six, sizeof(six));
copy_to_user(ptr, &seven, sizeof(seven));
copy_to_user(ptr, &eight, sizeof(eight));
copy_to_user(ptr, &nine, sizeof(nine));
# define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c))