Lines Matching defs:resourcesp
524 * '*resourcesp' and its length in '*spacep'. The number of resource
526 * allocated will be returned in '*resourcesp' with its size and the
530 * XXX: error return, and in another case we free (*resourcesp) but
534 pnp_read_bytes(int amount, u_char **resourcesp, int *spacep, int *lenp)
536 u_char *resources = *resourcesp;
567 *resourcesp = resources;
576 * buffer is already available, it should be passed in '*resourcesp'
578 * in '*resourcesp' with its size and the number of bytes of resources
582 pnp_read_resources(u_char **resourcesp, int *spacep, int *lenp)
584 u_char *resources = *resourcesp;
623 *resourcesp = resources;