Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference (Volume 5 of 9): Section 2: System Calls > g

gettune(2)

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

gettune — get the value of a kernel tunable parameter

SYNOPSIS

#include <sys/types.h> int gettune(const char *tunable, uint64_t *value);

DESCRIPTION

This function retrieves the current value of the kernel tunable parameter named tunable. The value is passed back through the supplied value pointer. The value returned is the value for the tunable that is being used by the currently running kernel.

RETURN VALUE

This function returns zero for success, or -1 for an error.

ERRORS

If this function returns -1 to indicate an error, the global variable errno will be set to one of the following values, to indicate the error that occurred:

[ENOENT]

The specified tunable parameter does not exist.

[EIO]

The Kernel Registry Service was unavailable or encountered an error.

[EFAULT]

tunable or value specifies an address that is inaccessible.

AUTHOR

gettune() was developed by Hewlett-Packard Company.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2000 Hewlett-Packard Development Company, L.P.