man pages section 3: Extended Library Functions
  Search only this book
View this book in:
Download this book in PDF (4971 KB)

lgrp_root(3LGRP)

Name | Synopsis | Description | Return Values | Errors | Attributes | See Also

Name

    lgrp_root– return root lgroup ID

Synopsis

    cc [ flag … ] file-llgrp [ library … ] 
    #include <sys/lgrp_user.h>
    
    lgrp_id_t lgrp_root(lgrp_cookie_t cookie);

Description

    The lgrp_root() function returns the root lgroup ID.

Return Values

    Upon successful completion, lgrp_root() returns the lgroup ID of the root lgroup. Otherwise, it returns -1 and sets errno to indicate the error.

Errors

    The lgrp_root() function will fail if:

    EINVAL

    The cookie is not valid.

Attributes

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

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Interface Stability 

    Committed 

    MT-Level 

    MT-Safe 

See Also

SunOS 5.10  Last Revised 31 Jan 2008

Name | Synopsis | Description | Return Values | Errors | Attributes | See Also