*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 standard/satmp_get_attr_reply(2) -- send SATMP_GET_ATTR_REPLY message to the kernel
    satmp_get_attr_reply sends a SATMP_GET_ATTR_REPLY message to the kernel. fd is a file descriptor that references the token-mapping daemon's socket. buf is the address of a buffer containing the message. size is the size of the message in bytes.
 standard/satmp_get_lrtok_reply(2) -- send SATMP_GET_LTROK_REPLY message to the kernel
    satmp_get_lrtok_reply sends a SATMP_GET_LRTOK_REPLY message to the kernel. fd is a file descriptor that references the token-mapping daemon's socket. buf is the address of a buffer containing the message. size is the size of the message in bytes.
 standard/satmp_init(2) -- register token-mapping daemon with kernel
    satmp_init initializes the kernel interface to the token-mapping daemon. fd is a file descriptor that references a socket, and generation is the initial generation of the token-mapping database. The calling process must have appropriate privilege. If _POSIX_CAP is in effect, appropriate privilege includes CAP_NETWORK_MGT capability.
 standard/satmp_init_reply(2) -- send SATMP_INIT_REPLY message to the kernel
    satmp_init_reply sends a SATMP_INIT_REPLY message to the kernel. fd is a file descriptor that references the token-mapping daemon's socket. addr is the address of the hostid sending the message. flag indicates success or failure. It's valid values are IRQ_FLAG_OK and IRQ_FLAG_FAILED . generation is the generation of the remote token-mapping database.
 standard/satread(2) -- read a block of audit record data
    satread attempts to read nbytes bytes from the security audit trail record queue into the buffer pointed to by buffer. satread destroys the data that has been read. A subsequent satread call will read new and different data.
 standard/satwrite(2) -- write a block of audit record data
    satwrite writes nbytes bytes to the security audit trail record queue from the buffer pointed to by buffer. satvwrite is a more convenient libc interface for generating audit records, which are generally text strings. Format is a printf-like format string, followed by a variable number of arguments. See printf(3S) for more information on the possible formatting characters. Event must be equal to one of the SAT record type constants for administrative events, as defined in /usr/include/sys/sat.h....
 standard/schedctl(2) -- scheduler control call
    This system call is used to alter scheduling parameters of either individual processes or of the system as a whole. The following commands are supported:
 standard/sched_getparam(2) -- get the scheduling parameters of a process
    The sched_getparam system call is used to get the scheduling parameters for the process specified by pid. If pid is set to zero, then the scheduling parameters of the calling process will be obtained. A process may obtain the scheduling parameters of itself and any process sharing the same real user ID [see getuid(2)]. To obtain the scheduling parameters of an unrelated process, the calling process must have the CAP_SCHED_MGT capability [s...
 standard/sched_getscheduler(2) -- get the scheduling policy of a process
    The sched_getscheduler system call is used to get the scheduling policy of the process specified by pid. If pid is set to zero, then the scheduling policy of the caller is returned. A process may obtain the scheduling policy of itself and any process sharing the same real user ID [see getuid(2)]. To obtain the scheduling policy of an unrelated process, the calling process must have the CAP_SCHED_MGT capability [see capability]....
 standard/sched_get_priority_max(2) -- get scheduling policy priority range
    sched_get_priority_max and sched_get_priority_min return the maximum and minimum priority values, respectively, for the specified scheduling policy:
 standard/sched_rr_get_interval(2) -- get round robin scheduling interval
    sched_rr_get_interval stores the round robin scheduling interval at address interval for the process named by pid. If pid is set to zero, then sched_rr_get_interval obtains the interval for the calling process. sched_rr_get_interval will fail if one or more of the following are true: [EFAULT] The address specified by interval is outside...
 standard/sched_setparam(2) -- set the scheduling parameters of a process
    The sched_setparam system call is used to set the scheduling policy parameters for the process specified by pid. If pid is set to zero, then the scheduling parameters of the calling process will be affected. The scheduling parameters of pid are specified by the parameter structure at address param. The priority of the target process may be modified by setting the desired priority value in the sched_priority field of the param structure. Unlike IRIX 6.2 and ...
 standard/sched_setscheduler(2) -- set the scheduling policy of a process
    The sched_setscheduler system call is used to set the scheduling policy and related parameters for the process specified by pid. If pid is set to zero, then the scheduling policy and parameters of the calling process will be affected. The policy parameter is used to select one of the following scheduling policies:
 standard/sched_yield(2) -- yield the processor
    The sched_yield system call causes the calling process to relinquish the processor to a runnable process of higher or equal priority. In the event a higher or equal priority process is not available, the calling process reacquires control of the processor.
 standard/select(2) -- synchronous I/O multiplexing
    Select examines the I/O descriptor sets whose addresses are passed in readfds, writefds, and exceptfds to see if some of their descriptors are ready for reading, are ready for writing, or have an exceptional condition pending, respectively. The first nfds file descriptors are checked in each set; i.e. the file descriptors from 0 through nfds - 1 will be examined (see getdtablehi(3) for largest open descriptor). On return, select replaces the given descriptor sets...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service