OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
device.h
40
short
hw_type
; /* type (defined below) */
member in struct:hp_hw
70
#define HW_ISCTLR(hw) ((hw)->
hw_type
& C_FLAG)
71
#define HW_ISDIOII(hw) ((hw)->
hw_type
& B_DIOII)
72
#define HW_ISHPIB(hw) (((hw)->
hw_type
& C_MASK) == C_HPIB)
73
#define HW_ISSCSI(hw) (((hw)->
hw_type
& C_MASK) == C_SCSI)
74
#define HW_ISDEV(hw,d) (((hw)->
hw_type
& D_MASK) == (d))
autoconf.c
222
hw->
hw_type
= C_HPIB;
230
hw->
hw_type
= D_COMMDCM;
234
hw->
hw_type
= C_HPIB;
237
hw->
hw_type
= D_LAN;
240
hw->
hw_type
= D_BITMAP;
250
hw->
hw_type
= D_KEYBOARD;
256
hw->
hw_type
= C_SCSI;
259
hw->
hw_type
= D_MISC;
if_le.c
169
printf("found type %x\n", hw->
hw_type
);
/src/sys/dev/pci/
if_iwn.c
506
sc->
hw_type
=
509
if (sc->
hw_type
== IWN_HW_REV_TYPE_4965)
543
if (sc->
hw_type
!= IWN_HW_REV_TYPE_4965 &&
624
if (sc->
hw_type
!= IWN_HW_REV_TYPE_4965)
626
if (sc->
hw_type
== IWN_HW_REV_TYPE_6050)
809
switch (sc->
hw_type
) {
890
aprint_normal(": adapter type %d not supported\n", sc->
hw_type
);
1154
if (sc->
hw_type
!= IWN_HW_REV_TYPE_1000) {
1167
if (sc->
hw_type
== IWN_HW_REV_TYPE_1000) {
1616
if (sc->
hw_type
>= IWN_HW_REV_TYPE_1000 &
[
all
...]
if_iwnvar.h
230
uint8_t
hw_type
;
member in struct:iwn_softc
Completed in 60 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025