Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 8
Retrieve server attributes
#include <sys/iomgr.h>
int iofdinfo( int filedes,
unsigned flags,
struct _fdinfo * info,
char * path,
int maxlen );
- filedes
- A file descriptor for the connection that you want to query.
- flags
- Specify _FDINFO_FLAG_LOCALPATH to
return only the local path info (i.e. exclude the network path info).
- info
- NULL, or a pointer to an _fdinfo structure
that contains the connection information defined in
<sys/iomgr.h>.
Specify NULL if it's not required.
- path
- A pointer to a buffer where the function can store the path associated
with the file descriptor.
Specify NULL if it's not required.
- maxlen
- The length of the buffer pointed to path.
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The iofdinfo() function retrieves the server's attribute information
for the connection referred to by filedes.
The length of the associated filedes pathname, or -1 if an error occurs (errno is set).
- EFAULT
- A fault occurred in a server's address space when it
tried to access the caller's message buffers.
- EMSGSIZE
- Insufficient space available in the server's buffer for the fdinfo data structure.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |
iofunc_fdinfo(),
iofunc_fdinfo_default(),
resmgr_pathname()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 147
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/i/iofdinfo.html on line 147