m_destroy_layout(3layout) sunos man page | unix.com

Man Page: m_destroy_layout

Operating Environment: sunos

Section: 3layout

m_destroy_layout(3LAYOUT)				 Layout Service Library Functions				 m_destroy_layout(3LAYOUT)

NAME
m_destroy_layout - destroy a layout object
SYNOPSIS
cc [ flag... ] file... -llayout [ library... ] #include <sys/layout.h> int m_destroy_layout(const LayoutObject layoutobject);
DESCRIPTION
The m_destroy_layout() function destroys a LayoutObject by deallocating the layout object and all the associated resources previously allo- cated by the m_create_layout(3LAYOUT) function.
RETURN VALUES
Upon successful completion, 0 is returned. Otherwise -1 is returned and errno is set to indicate the error.
ERRORS
The m_destroy_layout() function may fail if: EBADF The attribute object is erroneous. EFAULT Errors occurred while processing the request.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
m_create_layout(3LAYOUT), attributes(5) SunOS 5.10 8 Jun 1999 m_destroy_layout(3LAYOUT)
Related Man Pages
m_setvalues_layout(3layout) - opensolaris
pthread_barrierattr_destroy(3c) - opensolaris
m_create_layout(3layout) - sunos
m_setvalues_layout(3layout) - sunos
liblayout(3lib) - sunos
Similar Topics in the Unix Linux Community
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
Once upon an uptime.
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed