Query: adjust_resource
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ADJUST_RESOURCE(9) Hardware Interfaces ADJUST_RESOURCE(9)NAMEadjust_resource - modify a resource's start and sizeSYNOPSISint adjust_resource(struct resource * res, resource_size_t start, resource_size_t size);ARGUMENTSres resource to modify start new start value size new sizeDESCRIPTIONGiven an existing resource, change its start and size to match the arguments. Returns 0 on success, -EBUSY if it can't fit. Existing children of the resource are assumed to be immutable.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ADJUST_RESOURCE(9)