|
advfs_get_fset_list(3) -- Obtain a list of all the filesets in an AdvFS file domain
|
Use this function to obtain information about the filesets in an AdvFS file domain. Information about both mounted and unmounted filesets is returned. The function returns the information in the "fil... |
advfs_get_fset_quotas(3) -- Obtains fileset quotas for an AdvFS fileset
|
This function obtains the fileset quotas for the fileset specified by the domainName and filesetName parameters and returns them in the structure specified in *filesetQuotas. |
advfs_rmfset(3) -- Removes a fileset or a clone fileset
|
This function removes an AdvFS fileset from the named file domain. Once you have removed a fileset using this function, the fileset and its files are not recoverable. The only way to restore the files... |
advfs_set_file_attributes(3) -- Set AdvFS file attributes
|
This function sets a file's AdvFS-specific attributes to the attributes that are defined in the specified fileAttributes structure. However, the function does not set any attributes that are marked a... |
advfs_set_fset_quotas(3) -- Sets fileset quotas for an AdvFS fileset
|
This function associates the fileset quotas that are specified in the filesetQuotas structure with the fileset specified by the domainName and filesetName parameters. Note that the advfs_get_set_quota... |
afree(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
aio_cancel(3) -- Cancels one or more asynchronous I/O requests pending against the specified file descriptor (P1003.1...
|
The aio_cancel function cancels asynchronous I/O requests. Normal signal delivery occurs for asynchronous I/O operations that are successfully canceled. If a request cannot be canceled, then the norma... |
aio_error(3) -- Returns the error status of a specified asynchronous I/O operation (P1003.1b)
|
The aio_error function returns the error status associated with the aiocb structure referenced by the aiocbp argument. The error status is the errno value that is set by the corresponding asynchronous... |
aio_group_completion_np(3) -- Enables the use of aio_results_np function
|
The aio_group_completion_np function enables an application to use aio group completion through the aio_results_np function. The function must be called before any other aio function. After this call,... |
aio_read(3) -- Queues a single asynchronous read request
|
The aio_read function allows the calling process to asynchronously read aiocbp->aio_nbytes from the file associated with aiocbp->aio_fildes into the buffer pointed to by aiocbp->aio_buf. The aio_read ... |
aio_results_np(3) -- Returns results for completed asynchronous I/O operations
|
The aio_results_np function suspends the calling process until at least howmany asynchronous I/O operations have completed, until a signal interrupts the function, or until a timeout interval, if spec... |
aio_return(3) -- Returns the status of an asynchronous I/O operation (P1003.1b)
|
The aio_return function returns the number of bytes read or written by the corresponding asynchronous I/O function. The return status for an asynchronous I/O operation is the value that would be retur... |
aio_suspend(3) -- Suspends the calling process until at least
|
The aio_suspend function suspends the calling process until at least one asynchronous I/O operation has completed, until a signal interrupts the function, or until a timeout interval, if specified, ha... |