librsm.3lib revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
librsm 3LIB "22 May 2003" "SunOS 5.11" "Interface Libraries"
NAME
librsm - remote shared memory interface library
SYNOPSIS

cc [ flag... ] file... -lrsm [ library... ] 
#include <rsmapi.h>
DESCRIPTION

The functions in this library provide an interface for OS bypass messaging for applications over high-speed interconnects, including facilities to set up low-latency, high-bandwidth interprocess communication mechanisms and to perform I/O.

INTERFACES

The shared object librsm.so.2 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

rsm_create_localmemory_handlersm_free_interconnect_topology
rsm_free_localmemory_handlersm_get_controller
rsm_get_controller_attrrsm_get_interconnect_topology
rsm_get_segmentid_rangersm_intr_signal_post
rsm_intr_signal_waitrsm_intr_signal_wait_pollfd
rsm_memseg_export_creatersm_memseg_export_destroy
rsm_memseg_export_publishrsm_memseg_export_rebind
rsm_memseg_export_republishrsm_memseg_export_unpublish
rsm_memseg_get_pollfdrsm_memseg_import_close_barrier
rsm_memseg_import_connectrsm_memseg_import_destroy_barrier
rsm_memseg_import_disconnectrsm_memseg_import_get
rsm_memseg_import_get16rsm_memseg_import_get32
rsm_memseg_import_get64rsm_memseg_import_get8
rsm_memseg_import_get_modersm_memseg_import_getv
rsm_memseg_import_init_barrierrsm_memseg_import_map
rsm_memseg_import_open_barrierrsm_memseg_import_order_barrier
rsm_memseg_import_putrsm_memseg_import_put16
rsm_memseg_import_put32rsm_memseg_import_put64
rsm_memseg_import_put8rsm_memseg_import_putv
rsm_memseg_import_set_modersm_memseg_import_unmap
rsm_memseg_release_pollfdrsm_release_controller
FILES

/usr/lib/librsm.so.2

shared object

/usr/lib/64/librsm.so.2

64-bit shared object

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityEvolving
MT-LevelSafe
SEE ALSO

Intro(2), Intro(3), attributes(5)