Searched refs:user_addr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/tools/tools/ether_reflect/
H A Dether_reflect.c71 char *user_addr = NULL; local
80 user_addr = optarg;
108 if (user_addr != NULL)
109 ether_aton_r(user_addr, (struct ether_addr *)&tmp);
153 if (user_addr == NULL) {
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c6552 char *user_addr = (char *)iohdr->iohdr; local
6562 error = copy_from_user(kern_addr, user_addr, length);
6566 error = copy_to_user(user_addr, kern_addr, length);
/freebsd-10-stable/sys/cam/ctl/
H A Dctl.c2404 ctl_copyin_alloc(void *user_addr, int len, char *error_str, argument
2411 if (copyin(user_addr, kptr, len) != 0) {
2414 user_addr, kptr);

Completed in 384 milliseconds