hpux_ostat        172 compat/hpux/hpux.h struct	hpux_ostat {
hpux_ostat         86 compat/hpux/hpux_file.c void	bsd_to_hpux_ostat(struct stat *, struct hpux_ostat *);
hpux_ostat        504 compat/hpux/hpux_file.c 	struct hpux_ostat tmphst;
hpux_ostat        524 compat/hpux/hpux_file.c 	return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat)));
hpux_ostat        541 compat/hpux/hpux_file.c 	struct hpux_ostat tmphst;
hpux_ostat        562 compat/hpux/hpux_file.c 	return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat)));
hpux_ostat        571 compat/hpux/hpux_file.c 	struct hpux_ostat *hsb;
hpux_ostat        574 compat/hpux/hpux_file.c 	bzero(hsb, sizeof(struct hpux_ostat));
hpux_ostat         89 compat/hpux/m68k/hpux_syscallargs.h 	syscallarg(struct hpux_ostat *) sb;
hpux_ostat        109 compat/hpux/m68k/hpux_syscallargs.h 	syscallarg(struct hpux_ostat *) sb;