Home
last modified time | relevance | path

Searched refs:he_ioctl_reg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Datm_he.h15 struct he_ioctl_reg { struct
/linux-2.4.37.9/drivers/atm/
Dhe.c2834 struct he_ioctl_reg reg; in he_ioctl()
2842 if (copy_from_user(&reg, (struct he_ioctl_reg *) arg, in he_ioctl()
2843 sizeof(struct he_ioctl_reg))) in he_ioctl()
2869 if (copy_to_user((struct he_ioctl_reg *) arg, &reg, in he_ioctl()
2870 sizeof(struct he_ioctl_reg))) in he_ioctl()