HomeSort by: relevance | last modified time | path
    Searched defs:pnp_scan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pnpbios.c 138 static int pnp_scan(const uint8_t **, size_t,
805 res = pnp_scan(&p, len - 12, &r, 0);
815 res = pnp_scan(&p, len - (p - buf), &s, 0);
822 res = pnp_scan(&p, len - (p - buf), &s, 0);
833 /* XXX shouldn't happen - pnp_scan should catch it */
912 pnp_scan(const uint8_t **bufp, size_t maxlen, function in typeref:typename:int
945 aprint_normal("pnp_scan: bad mem desc\n");
983 aprint_normal("pnp_scan: bad mem32 desc\n");
1000 aprint_normal("pnp_scan: bad mem32 desc\n");
1044 aprint_normal("pnp_scan: bad small resource\n")
    [all...]
pnpbios.c 138 static int pnp_scan(const uint8_t **, size_t,
805 res = pnp_scan(&p, len - 12, &r, 0);
815 res = pnp_scan(&p, len - (p - buf), &s, 0);
822 res = pnp_scan(&p, len - (p - buf), &s, 0);
833 /* XXX shouldn't happen - pnp_scan should catch it */
912 pnp_scan(const uint8_t **bufp, size_t maxlen, function in typeref:typename:int
945 aprint_normal("pnp_scan: bad mem desc\n");
983 aprint_normal("pnp_scan: bad mem32 desc\n");
1000 aprint_normal("pnp_scan: bad mem32 desc\n");
1044 aprint_normal("pnp_scan: bad small resource\n")
    [all...]

Completed in 22 milliseconds