Home
last modified time | relevance | path

Searched refs:PNP_LRES_NUM (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/isa/
H A Dpnpreg.h220 #define PNP_LRES_NUM(a) (a & 0x7f) macro
H A Dpnpparse.c214 switch (PNP_LRES_NUM(tag)) { in pnp_parse_desc()
H A Dpnp.c417 if (PNP_LRES_NUM(tag) == PNP_TAG_ID_ANSI) { in pnp_create_devices()
/freebsd/stand/common/
H A Disapnp.h211 #define PNP_LRES_NUM(a) (a & 0x7f) macro
H A Disapnp.c194 switch(PNP_LRES_NUM(tag)) { in isapnp_scan_resdata()
/freebsd/stand/i386/libi386/
H A Dbiospnp.c217 switch(PNP_LRES_NUM(tag)) { in biospnp_scanresdata()
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.c513 handle_large_res(resinfo, PNP_LRES_NUM(tag), large_len); in dump_resdata()