|
getitimer(2) -- Return or set the value of interval timers
|
The getitimer() function returns the current value for the timer specified by the which parameter in the structure pointed to by the value parameter. The setitimer() function sets the timer specified ... |
getlogin(2) -- Get or set the login name
|
The getlogin() function returns the login name of the user associated with the current session. The name is normally associated with a login shell at the time a session is created, and is inherited by... |
getlogin_r(2) -- Get or set the login name
|
The getlogin() function returns the login name of the user associated with the current session. The name is normally associated with a login shell at the time a session is created, and is inherited by... |
getmsg(2) -- Receive the next message from a Stream
|
The getmsg() and getpmsg() functions retrieve the contents of messages. These messages are located at the Stream head read queue associated with a STREAMS file. Messages must contain a control part or... |
getpagesize(2) -- Get the system page size
|
The getpagesize() function returns the number of bytes in a page. You might need to include this value in parameters to memory management system calls. The page size is an operating system page size a... |
getpeername(2) -- Gets the name of the peer socket
|
The getpeername() function retrieves the name of the peer socket connected to the specified socket. If the actual length of the address is greater than the length of the sockaddr structure, the addres... |
getpgid(2) -- Get the process group ID
|
The getpgid() function returns the process group ID of the process specified by the process ID pid. Specifying a pid of 0 (zero) returns the process group ID of the calling process. |
getpgrp(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpid(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpmsg(2) -- Receive the next message from a Stream
|
The getmsg() and getpmsg() functions retrieve the contents of messages. These messages are located at the Stream head read queue associated with a STREAMS file. Messages must contain a control part or... |
getppid(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpriority(2) -- Get or set process scheduling priority
|
The getpriority() function obtains the current priority of a process, process group, or user. The getpriority() function returns the highest priority (lowest numerical value) pertaining to any of the ... |
getrlimit(2) -- Control maximum system resource consumption
|
The getrlimit() function obtains the limits on the consumption of system resources by the current process and each process it creates. You use the setrlimit() function to set these resources. Each res... |