Query: rmget
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rmget(9r) rmget(9r)NAMErmget - General: Allocates size units from the given resource mapSYNOPSISint rmget( struct map *map_struct, long size, long addr );ARGUMENTSSpecifies 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.DESCRIPTIONThe rmget routine allocates the number of units specified in size, starting at the address specified in addr.NOTESThe caller is responsible for providing any locking necessary for the map structure that the system passes to the rmget routine.RETURN VALUESUpon successful completion, rmget returns the starting address, addr. Otherwise, it returns the value 0 (zero).SEE ALSORoutines: 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 |