Searched refs:resourcesp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/isa/
H A Dpnp.c556 * '*resourcesp' and its length in '*spacep'. The number of resource
558 * allocated will be returned in '*resourcesp' with its size and the
562 * XXX: error return, and in another case we free (*resourcesp) but
566 pnp_read_bytes(int amount, u_char **resourcesp, int *spacep, int *lenp) argument
568 u_char *resources = *resourcesp;
599 *resourcesp = resources;
608 * buffer is already available, it should be passed in '*resourcesp'
610 * in '*resourcesp' with its size and the number of bytes of resources
614 pnp_read_resources(u_char **resourcesp, int *spacep, int *lenp) argument
616 u_char *resources = *resourcesp;
[all...]

Completed in 101 milliseconds