Searched refs:copy_to_user (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | sm_rosenberg.c | 5 int copy_to_user(void *dest, void *data, int size){} in copy_to_user() function 52 copy_to_user(ptr, &p->a, sizeof(struct aa_policy)); in main() 53 copy_to_user(ptr, &global_dec, sizeof(global_dec)); in main() 54 copy_to_user(ptr, &one, sizeof(one)); in main() 55 copy_to_user(ptr, &two, sizeof(two)); in main() 56 copy_to_user(ptr, &three, sizeof(three)); in main() 57 copy_to_user(ptr, &four, sizeof(four)); in main() 58 copy_to_user(ptr, &five, sizeof(five)); in main() 59 copy_to_user(ptr, &six, sizeof(six)); in main() 60 copy_to_user(ptr, &seven, sizeof(seven)); in main() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.rosenberg_funcs | 1 // list of copy_to_user function and buffer parameters. 15 copy_to_user 1
|
H A D | kernel.sizeof_param.remove | 11 copy_to_user 2 0
|
H A D | kernel.sizeof_param | 67 copy_to_user 2 1
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | gen_rosenberg_funcs.sh | 23 ${bin_dir}/trace_params.pl $file copy_to_user 1 >> $tmp
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | ident-list.h | 77 IDENT(copy_to_user); IDENT(copy_from_user);
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | fixup_kernel.sh | 93 update return_states set return = '0-u32max[<=\$2]' where function = 'copy_to_user';
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1120 # define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c))
|