Lines Matching refs:openpromio
73 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin()
103 static int getstrings(struct openpromio __user *info, struct openpromio **opp_p) in getstrings()
136 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout()
143 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
160 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
190 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
198 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext()
245 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
271 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
285 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs()
307 struct openpromio *opp = NULL; in openprom_sunos_ioctl()