Home
last modified time | relevance | path

Searched refs:hwid (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/evbarm/conf/
H A Dmk.mpcsa16 …/gen_tagff.perl --arch=arm --ver=4.0_BETA2 --infoprog=/emb/bin/modinfo "--hwid=MPCSA v1.x" --crc32…
17 # (perl /emb/bin/gen_tagff.perl --arch=arm --ver=4.0_BETA2 --infoprog=/emb/bin/modinfo "--hwid=MPCS…
/netbsd-src/sys/arch/hp300/stand/common/
H A Dct.c67 short hwid; member
118 if (id == ctinfo[i].hwid) in ctident()
144 switch (ctinfo[id].hwid) { in ctident()
/netbsd-src/sys/dev/qbus/
H A Drl.c178 aprint_normal(" drive %d", ra->hwid); in rlcprint()
245 ra.hwid = i; in rlcattach()
257 cf->cf_loc[RLCCF_DRIVE] != ra->hwid) in rlmatch()
271 rc->rc_hwid = ra->hwid; in rlattach()
293 printf(": %s, %s\n", dl->d_typename, rlstate(rc->rc_rlc, ra->hwid)); in rlattach()
H A Drlvar.h62 int hwid; member
/netbsd-src/usr.sbin/mlxctl/
H A Dcmds.c90 int hwid; member
193 if (ci.ci_hardware_id == mlx_ctlr_names[i].hwid) { in cmd_cstatus()
/netbsd-src/sys/arch/hp300/dev/
H A Dmt.c89 uint16_t hwid; member
227 if (ha->ha_id == mtinfo[i].hwid && in mtident()
230 sc->sc_type = mtinfo[i].hwid; in mtident()
H A Dct.c197 short hwid; member
273 if (ha->ha_id == ctinfo[id].hwid && in ctident()
/netbsd-src/usr.sbin/moused/
H A Dmouse.h89 int hwid; /* I/F dependent hardware ID member
/netbsd-src/sys/arch/vax/vax/
H A Dautoconf.c402 if (raa->hwid != rpb.unit) in booted_rl()
/netbsd-src/sys/dev/gpib/
H A Dmt.c193 u_short hwid; member
210 if (mtinfo[i].hwid == id) in mtlookup()
H A Dct.c212 short hwid; member
235 if (ctinfo[i].hwid == id) in ctlookup()
/netbsd-src/sys/dev/ic/
H A Dmlx.c154 int hwid; member
532 if (ci->ci_hardware_id == mlx_cname[i].hwid) { in mlx_describe()