[Previous] [Contents] [Next]

iofunc_sync_verify()

Verify permissions to sync

Synopsis:

#include <sys/iofunc.h>

int iofunc_sync_verify( resmgr_context_t *ctp,
                        io_sync_t *msg,
                        iofunc_ocb_t *ocb );

Library:

libc

Description:

The iofunc_sync_verify() function verifies permissions to sync.

Returns:

EINVAL
The resource doesn't support syncing.
EOK
The client has read access to this resource.

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

iofunc_open(), iofunc_write_default(), iofunc_write_verify()


[Previous] [Contents] [Next]