Выполнить проверки доступа для сообщения _IO_SPACE
#include <sys/iofunc.h>int iofunc_space_verify( resmgr_context_t *ctp,io_space_t *msg,iofunc_ocb_t *ocb,int *nonblock );
NULL
, or a pointer to a location where the function can store a value that indicates whether or not the device is nonblocking: 0
— the client doesn't want to be blocked (i.e. O_NONBLOCK was set). ≠0
— the client wants to be blocked. libc
The iofunc_space_verify() helper function checks the client's permission for an _IO_SPACE
message.
ЗОСРВ «Нейтрино»
io_space_t, iofunc_ocb_t, iofunc_open(), iofunc_write_default(), iofunc_write_verify(), resmgr_context_t
Предыдущий раздел: Описание API системной библиотеки