osf1 man page for rmget

Query: rmget

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

rmget(9r)																 rmget(9r)

NAME
rmget - General: Allocates size units from the given resource map
SYNOPSIS
int rmget( struct map *map_struct, long size, long addr );
ARGUMENTS
Specifies a pointer to a map structure that was previously initialized by a call to rminit. Specifies the size of the units to allocate. Specifies the address at which to allocate the space.
DESCRIPTION
The rmget routine allocates the number of units specified in size, starting at the address specified in addr.
NOTES
The caller is responsible for providing any locking necessary for the map structure that the system passes to the rmget routine.
RETURN VALUES
Upon successful completion, rmget returns the starting address, addr. Otherwise, it returns the value 0 (zero).
SEE ALSO
Routines: rmalloc(9r), rmfree(9r), rminit(9r) rmget(9r)
Related Man Pages
rmfree(9f) - sunos
rmalloc(9f) - sunos
rmfreemap(9f) - sunos
rmalloc(9f) - opensolaris
vm_map_findspace(9) - freebsd
Similar Topics in the Unix Linux Community
graphics drivers