hsb               569 compat/hpux/hpux_file.c bsd_to_hpux_ostat(sb, hsb)
hsb               571 compat/hpux/hpux_file.c 	struct hpux_ostat *hsb;
hsb               574 compat/hpux/hpux_file.c 	bzero(hsb, sizeof(struct hpux_ostat));
hsb               575 compat/hpux/hpux_file.c 	hsb->hst_dev = (u_short)sb->st_dev;
hsb               576 compat/hpux/hpux_file.c 	hsb->hst_ino = (u_short)sb->st_ino;
hsb               577 compat/hpux/hpux_file.c 	hsb->hst_mode = (u_short)sb->st_mode;
hsb               578 compat/hpux/hpux_file.c 	hsb->hst_nlink = (u_short)sb->st_nlink;
hsb               579 compat/hpux/hpux_file.c 	hsb->hst_uid = (u_short)sb->st_uid;
hsb               580 compat/hpux/hpux_file.c 	hsb->hst_gid = (u_short)sb->st_gid;
hsb               581 compat/hpux/hpux_file.c 	hsb->hst_rdev = (u_short)sb->st_rdev;
hsb               583 compat/hpux/hpux_file.c 		hsb->hst_size = (int)sb->st_size;
hsb               585 compat/hpux/hpux_file.c 		hsb->hst_size = -2;
hsb               586 compat/hpux/hpux_file.c 	hsb->hst_atime = (int)sb->st_atime;
hsb               587 compat/hpux/hpux_file.c 	hsb->hst_mtime = (int)sb->st_mtime;
hsb               588 compat/hpux/hpux_file.c 	hsb->hst_ctime = (int)sb->st_ctime;
hsb               596 compat/hpux/hpux_file.c bsd_to_hpux_stat(sb, hsb)
hsb               598 compat/hpux/hpux_file.c 	struct hpux_stat *hsb;
hsb               601 compat/hpux/hpux_file.c 	bzero((caddr_t)hsb, sizeof(struct hpux_stat));
hsb               602 compat/hpux/hpux_file.c 	hsb->hst_dev = (long)sb->st_dev;
hsb               603 compat/hpux/hpux_file.c 	hsb->hst_ino = (u_long)sb->st_ino;
hsb               604 compat/hpux/hpux_file.c 	hsb->hst_mode = (u_short)sb->st_mode;
hsb               605 compat/hpux/hpux_file.c 	hsb->hst_nlink = (u_short)sb->st_nlink;
hsb               606 compat/hpux/hpux_file.c 	hsb->hst_uid = (u_long)sb->st_uid;
hsb               607 compat/hpux/hpux_file.c 	hsb->hst_gid = (u_long)sb->st_gid;
hsb               608 compat/hpux/hpux_file.c 	hsb->hst_rdev = (long)bsdtohpuxdev(sb->st_rdev);
hsb               612 compat/hpux/hpux_file.c 	hsb->hst_old_uid = (u_short)sb->st_uid;
hsb               613 compat/hpux/hpux_file.c 	hsb->hst_old_gid = (u_short)sb->st_gid;
hsb               616 compat/hpux/hpux_file.c 		hsb->hst_size = (long)sb->st_size;
hsb               618 compat/hpux/hpux_file.c 		hsb->hst_size = -2;
hsb               619 compat/hpux/hpux_file.c 	hsb->hst_atime = (long)sb->st_atime;
hsb               620 compat/hpux/hpux_file.c 	hsb->hst_mtime = (long)sb->st_mtime;
hsb               621 compat/hpux/hpux_file.c 	hsb->hst_ctime = (long)sb->st_ctime;
hsb               622 compat/hpux/hpux_file.c 	hsb->hst_blksize = (long)sb->st_blksize;
hsb               623 compat/hpux/hpux_file.c 	hsb->hst_blocks = (long)sb->st_blocks;
hsb               515 compat/hpux/hpux_tty.c 	struct hpux_sgttyb hsb;
hsb               525 compat/hpux/hpux_tty.c 		if ((error = copyin(cmarg, (caddr_t)&hsb, sizeof hsb)))
hsb               527 compat/hpux/hpux_tty.c 		sb.sg_ispeed = hsb.sg_ispeed;
hsb               528 compat/hpux/hpux_tty.c 		sb.sg_ospeed = hsb.sg_ospeed;
hsb               529 compat/hpux/hpux_tty.c 		sb.sg_erase = hsb.sg_erase;
hsb               530 compat/hpux/hpux_tty.c 		sb.sg_kill = hsb.sg_kill;
hsb               531 compat/hpux/hpux_tty.c 		sb.sg_flags = hsb.sg_flags & ~(V7_HUPCL|V7_XTABS|V7_NOAL);
hsb               532 compat/hpux/hpux_tty.c 		if (hsb.sg_flags & V7_XTABS)
hsb               534 compat/hpux/hpux_tty.c 		if (hsb.sg_flags & V7_HUPCL)
hsb               539 compat/hpux/hpux_tty.c 		bzero((caddr_t)&hsb, sizeof hsb);
hsb               544 compat/hpux/hpux_tty.c 		hsb.sg_ispeed = sb.sg_ispeed;
hsb               545 compat/hpux/hpux_tty.c 		hsb.sg_ospeed = sb.sg_ospeed;
hsb               546 compat/hpux/hpux_tty.c 		hsb.sg_erase = sb.sg_erase;
hsb               547 compat/hpux/hpux_tty.c 		hsb.sg_kill = sb.sg_kill;
hsb               548 compat/hpux/hpux_tty.c 		hsb.sg_flags = sb.sg_flags & ~(V7_HUPCL|V7_XTABS|V7_NOAL);
hsb               550 compat/hpux/hpux_tty.c 			hsb.sg_flags |= V7_XTABS;
hsb               551 compat/hpux/hpux_tty.c 		error = copyout((caddr_t)&hsb, cmarg, sizeof hsb);