async_daemon(2) DG/UX 5.4.2 async_daemon(2)
NAME
asyncdaemon - start a BIOD server for asynchronous I/O requests
SYNOPSIS
int asyncdaemon ()
DESCRIPTION
This system call does not normally return; instead, the process
becomes a system process that asynchronously transfers blocks between
memory and I/O devices. Normally, some number of BIOD processes are
created when the system is brought to init level 1 or higher.
ACCESS CONTROL
Must be superuser to execute.
RETURN VALUE
-1 An error occurred. errno is set to indicate the error.
DIAGNOSTICS
Errno may be set to one of the following error codes:
EPERM The process has no permission to make the call.
EINTR The process was terminated by a signal.
SEE ALSO
biod(1M).
Licensed material--property of copyright holder(s) 1