Home
last modified time | relevance | path

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

/original-bsd/sys/luna68k/stand/
H A Dautoconf.c132 if (hc->hp_flags)
133 printf(" flags 0x%x", hc->hp_flags);
205 if (hd->hp_flags)
206 printf(", flags 0x%x", hd->hp_flags);
335 if (hd->hp_flags)
336 printf(" flags 0x%x", hd->hp_flags);
375 if (hd->hp_flags == match_s->hp_flags)
H A Ddevice.h28 int hp_flags; member
40 int hp_flags; member
H A Dsd.c168 sc->sc_punit = sdpunit(hd->hp_flags);
H A Dst.c85 sc->sc_punit = stpunit(hd->hp_flags);
/original-bsd/sys/luna68k/dev/
H A Ddevice.h24 int hp_flags; member
36 int hp_flags; member
H A Dst.c110 sc->sc_punit = stpunit(hd->hp_flags);
H A Dsd.c97 sc->sc_punit = sdpunit(hd->hp_flags);
/original-bsd/sys/hp/dev/
H A Ddevice.h24 int hp_flags; member
36 int hp_flags; member
H A Ddca.c145 if (hd->hp_flags)
/original-bsd/sys/luna68k/luna68k/
H A Dautoconf.c163 if (hc->hp_flags)
164 printf(" flags 0x%x", hc->hp_flags);
236 if (hd->hp_flags)
237 printf(", flags 0x%x", hd->hp_flags);
366 if (hd->hp_flags)
367 printf(" flags 0x%x", hd->hp_flags);
406 if (hd->hp_flags == match_s->hp_flags)
/original-bsd/sys/deprecated/bbnnet/
H A Dhmp_subr.c157 hp->hp_flags = sinh->sih_options & (HM_BINDOPTS);
208 hp->hp_flags = sinh->sih_options & HM_CONNOPTS;
236 hp->hp_flags &= ~HM_CONNOPTS;
H A Dhmp_var.h21 u_char hp_flags; /* flags */ member
H A Dhmp.c126 else if ((hp->hp_flags & HM_SEQOPT) && (hh->hh_passwd != hp->hp_lseq))
135 (!(hp->hp_flags & HM_TRAPOPT) || (hh->hh_msgtyp != HM_TRAP)))
222 if (hp->hp_flags & HM_NUMOPT)
/original-bsd/sys/hp300/hp300/
H A Dautoconf.c189 if (hc->hp_flags)
190 printf(" flags 0x%x", hc->hp_flags);
280 if (hd->hp_flags)
281 printf(", flags 0x%x", hd->hp_flags);
437 if (hd->hp_flags)
438 printf(" flags 0x%x", hd->hp_flags);
477 if (hd->hp_flags == match_s->hp_flags)
/original-bsd/sys/hp300/dev/
H A Dac.c74 sc->sc_punit = hd->hp_flags & 7;
H A Dct.c120 sc->sc_punit = ctpunit(hd->hp_flags);
H A Dsd.c251 sc->sc_punit = sdpunit(hd->hp_flags);
H A Drd.c162 rs->sc_punit = rdpunit(hd->hp_flags);
H A Ddcm.c254 dcmsoftCAR[brd] = hd->hp_flags;
H A Dst.c206 sc->sc_punit = stpunit(hd->hp_flags);