Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

t_sysconf(3) [osf1 man page]

t_sysconf(3)						     Library Functions Manual						      t_sysconf(3)

NAME
t_sysconf - Initiates or responds to an orderly release with user data LIBRARY
XTI Library (libxti.a) SYNOPSIS
#include <xti.h> int t_sysconf( int name); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: t_sysconf(): XNS5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Specifies the XTI system variable to be queried. DESCRIPTION
The t_sysconf() routine provides a method for the application to determine the current value of configurable and implementation-dependent XTI limits or options. The the minimal set of XTI system variables from the <xti.h> header file that can be returned by t_sysconf, and the symbolic constants (defined in <xti.h>) that are the corresponding values used for name are as follows: Variable Constant -------------------------- T_IOV_MAX _SC_T_IOV_MAX VALID STATES
All RETURN VALUES
Upon successful completion, the function returns the value of the requested limit/option (which might be -1) and leaves t_errno unchanged. Otherwise, it returns a value of -1 and sets t_errno to indicate the error. ERRORS
If the t_sysconf() function fails, t_errno may be set to the following value: The name parameter is invalid. RELATED INFORMATION
Functions: t_rcvv(3), t_rcvvudata(3), t_sndv(3), t_sndvudata(3). delim off t_sysconf(3)

Check Out this Related Man Page

t_sysconf(3NSL) 				       Networking Services Library Functions					   t_sysconf(3NSL)

NAME
t_sysconf - get configurable XTI variables SYNOPSIS
#include <xti.h> int t_sysconf(intname); DESCRIPTION
The t_sysconf() function provides a method for the application to determine the current value of configurable and implementation-depen- dent XTI limits or options. The name argument represents the XTI system variable to be queried. The following table lists the minimal set of XTI system variables from <xti.h> that can be returned by t_sysconf(), and the symbolic constants, defined in <xti.h> that are the corresponding values used for name. +-----------------------------+-----------------------------+ | Variable | Value of Name | +-----------------------------+-----------------------------+ |T_IOV_MAX |_SC_T_IOV_MAX | +-----------------------------+-----------------------------+ RETURN VALUES
If name is valid, t_sysconf() returns the value of the requested limit/option, which might be -1, and leaves t_errno unchanged. Other- wise, a value of -1 is returned and t_errno is set to indicate an error. VALID STATES
All. ERRORS
On failure, t_errno is set to the following: TBADFLAG name has an invalid value. TLI COMPATIBILITY
In the TLI interface definition, no counterpart of this routine was defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
sysconf(3C), t_rcvv(3NSL), t_rcvvudata(3NSL), t_sndv(3NSL), t_sndvudata(3NSL), attributes(5) SunOS 5.10 7 May 1998 t_sysconf(3NSL)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

.noname process???

I'm here in the need of an experts' help!!! :-) When does a process acquire a name ".noname" In one of my applications I create a process using the following code, the process is created with the given name 'executable', but the same process is not reachable with the same name. It is only... (0 Replies)
Discussion started by: smanu
0 Replies

2. UNIX for Dummies Questions & Answers

Comparing Version Numbers

Hi There! Apologies if this has been asked previously but I couldn't find the answer I was hoping for. Basically, all I want to do is compare the OS X version against the version that I require in my script. So I'm retrieving the OS version using defaults read, but how can I compare this... (10 Replies)
Discussion started by: davewg
10 Replies

3. Solaris

Explorer hangs

Hi Guys, Anyone encontered a problem where when you run your SUN explorer, it hangs at sysconfig? I am having this problem for some of my servers. rgds, (1 Reply)
Discussion started by: ronny_nch
1 Replies

4. Programming

How to use option of Selected SUSv3 options?

when we want to us options of SUSv3 options what is the syntax of it ? (3 Replies)
Discussion started by: fwrlfo
3 Replies

5. Red Hat

iptables not logging

I need to log iptables to see what ports are being dropped. I followed this article and several others I looked at via Google, but it's still not working. Red Hat Magazine | How do I add logging for iptables using the /etc/sysconfig/iptables file for Red Hat Enterprise Linux4? I added the... (4 Replies)
Discussion started by: christr
4 Replies

6. AIX

Create another root account

Hi I would like to create another root account, for example root2. I added a new user named root2 and set it's uid and gid ( in /etc/passwd ) to 0. Then I logged in ( account root2 ) and the server asked to change the password, so I changed. And the problem happend. The password of both root... (15 Replies)
Discussion started by: bobochacha29
15 Replies