Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDisapnp.c175 if (isapnp_get_resource_info(resinfo, PNP_SRES_LEN(tag))) in isapnp_scan_resdata()
185 if (isapnp_get_resource_info(NULL, PNP_SRES_LEN(tag))) in isapnp_scan_resdata()
HDisapnp.h218 #define PNP_SRES_LEN(a) (a & 0x07) macro
/NextBSD/contrib/pnpinfo/
HDpnpinfo.c499 resinfo = malloc(PNP_SRES_LEN(tag)); in dump_resdata()
500 if (!get_resource_info(resinfo, PNP_SRES_LEN(tag))) in dump_resdata()
503 if (handle_small_res(resinfo, PNP_SRES_NUM(tag), PNP_SRES_LEN(tag)) == 1) in dump_resdata()
/NextBSD/sys/isa/
HDpnp.c477 if (scanning < PNP_SRES_LEN(tag)) { in pnp_create_devices()
482 resp += PNP_SRES_LEN(tag); in pnp_create_devices()
483 scanning -= PNP_SRES_LEN(tag); in pnp_create_devices()
633 error = pnp_read_bytes(PNP_SRES_LEN(tag), in pnp_read_resources()
HDpnpreg.h224 #define PNP_SRES_LEN(a) (a & 0x07) macro
HDpnpparse.c440 l = PNP_SRES_LEN(tag); in pnp_parse_resources()
582 l = PNP_SRES_LEN(tag); in pnp_scan_resources()
/NextBSD/sys/boot/i386/libi386/
HDbiospnp.c202 rlen = PNP_SRES_LEN(tag); in biospnp_scanresdata()
/NextBSD/sys/i386/i386/
HDbios.c734 idx += PNP_SRES_LEN(tag); in pnpbios_identify()