Searched refs:hpux_ustat (Results 1 – 1 of 1) sorted by relevance
88 struct hpux_ustat { struct117 static int hpux_ustat(dev_t dev, struct hpux_ustat *ubuf) in hpux_ustat() function120 struct hpux_ustat tmp; /* Changed to hpux_ustat */ in hpux_ustat()134 memset(&tmp,0,sizeof(struct hpux_ustat)); /* Changed to hpux_ustat */ in hpux_ustat()141 err = copy_to_user(ubuf,&tmp,sizeof(struct hpux_ustat)) ? -EFAULT : 0; in hpux_ustat()274 return( hpux_ustat((dev_t)n, (struct hpux_ustat *)ubuf) ); in hpux_utssys()