Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/hpux/
Dsys_hpux.c99 struct hpux_utsname { struct
236 static int hpux_uname(struct hpux_utsname __user *name) in hpux_uname()
242 if (!access_ok(VERIFY_WRITE,name,sizeof(struct hpux_utsname))) in hpux_uname()
288 return hpux_uname((struct hpux_utsname __user *)ubuf); in hpux_utssys()