Home
last modified time | relevance | path

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

/original-bsd/sys/hp/hpux/
H A Dhpux_tty.c472 struct hpuxsgttyb hsb; variable
482 if (error = copyin(cmarg, (caddr_t)&hsb, sizeof hsb))
486 sb.sg_erase = hsb.sg_erase;
487 sb.sg_kill = hsb.sg_kill;
489 if (hsb.sg_flags & V7_XTABS)
491 if (hsb.sg_flags & V7_HUPCL)
496 bzero((caddr_t)&hsb, sizeof hsb);
503 hsb.sg_erase = sb.sg_erase;
504 hsb.sg_kill = sb.sg_kill;
507 hsb.sg_flags |= V7_XTABS;
[all …]
H A Dhpux_compat.c747 struct hpuxstat *hsb; member
754 return (hpuxstat1(uap->fname, uap->hsb, FOLLOW, p));
759 struct hpuxstat *hsb; member
766 return (hpuxstat1(uap->fname, uap->hsb, NOFOLLOW, p));
771 struct hpuxstat *hsb; member
803 error = bsdtohpuxstat(&sb, uap->hsb);
1229 hpuxstat1(fname, hsb, follow, p) in hpuxstat1() argument
1231 struct hpuxstat *hsb;
1245 error = bsdtohpuxstat(&sb, hsb);
1269 bsdtohpuxstat(sb, hsb)
[all …]