Home
last modified time | relevance | path

Searched refs:PNP_SRES_NUM (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/isa/
H A Dpnpparse.c72 switch (PNP_SRES_NUM(tag)) { in pnp_parse_desc()
84 PNP_SRES_NUM(tag)); in pnp_parse_desc()
209 PNP_SRES_NUM(tag)); in pnp_parse_desc()
332 PNP_SRES_NUM(tag)); in pnp_parse_desc()
445 switch (PNP_SRES_NUM(tag)) { in pnp_parse_resources()
585 if (PNP_SRES_NUM(tag) == PNP_TAG_END) in pnp_scan_resources()
H A Dpnpreg.h218 #define PNP_SRES_NUM(a) (a >> 3) macro
H A Dpnp.c453 switch (PNP_SRES_NUM(tag)) { in pnp_create_devices()
605 if (PNP_SRES_NUM(tag) == PNP_TAG_END) in pnp_read_resources()
/freebsd/stand/common/
H A Disapnp.h209 #define PNP_SRES_NUM(a) (a >> 3) macro
H A Disapnp.c168 switch (PNP_SRES_NUM(tag)) { in isapnp_scan_resdata()
/freebsd/stand/i386/libi386/
H A Dbiospnp.c202 switch (PNP_SRES_NUM(tag)) { in biospnp_scanresdata()
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.c499 if (handle_small_res(resinfo, PNP_SRES_NUM(tag), PNP_SRES_LEN(tag)) == 1) in dump_resdata()
/freebsd/sys/i386/i386/
H A Dbios.c682 switch (PNP_SRES_NUM(tag)) { in pnpbios_identify()