Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

file_driver(3) [debian man page]

Globus XIO File Driver(3)					    globus xio						 Globus XIO File Driver(3)

NAME
Globus XIO File Driver - Modules Opening/Closing Reading/Writing Env Variables Attributes and Cntls Types Error Types Detailed Description The File I/O driver. Author Generated automatically by Doxygen for globus xio from the source code. Version 3.3 Mon Apr 30 2012 Globus XIO File Driver(3)

Check Out this Related Man Page

Globus Callback(3)						   globus common						Globus Callback(3)

NAME
Globus Callback - Modules Globus Callback API Globus Callback Spaces Macros #define GLOBUS_CALLBACK_MODULE #define GLOBUS_POLL_MODULE Typedefs typedef int globus_callback_handle_t typedef int globus_callback_space_t typedef struct globus_l_callback_space_attr_s * globus_callback_space_attr_t" Enumerations enum globus_callback_error_type_t { GLOBUS_CALLBACK_ERROR_INVALID_CALLBACK_HANDLE = 1024, GLOBUS_CALLBACK_ERROR_INVALID_SPACE, GLOBUS_CALLBACK_ERROR_MEMORY_ALLOC, GLOBUS_CALLBACK_ERROR_INVALID_ARGUMENT, GLOBUS_CALLBACK_ERROR_ALREADY_CANCELED, GLOBUS_CALLBACK_ERROR_NO_ACTIVE_CALLBACK } Detailed Description Macro Definition Documentation #define GLOBUS_CALLBACK_MODULE Module descriptor. Module descriptor for for globus_callback module. Must be activated before any of the following api is called. Note: You would not normally activate this module directly. Activating the GLOBUS_COMMON_MODULE will in turn activate this also. #define GLOBUS_POLL_MODULE Module descriptor. Deprecated Backward compatible name Typedef Documentation typedef int globus_callback_handle_t Periodic callback handle. This handle can be copied or compared, and represented as NULL with GLOBUS_NULL_HANDLE typedef int globus_callback_space_t Callback space handle. This handle can be copied or compared and represented as NULL with GLOBUS_NULL_HANDLE typedef struct globus_l_callback_space_attr_s* globus_callback_space_attr_t Callback space attribute. This handle can be copied and represented as NULL with GLOBUS_NULL Enumeration Type Documentation enum globus_callback_error_type_t Error types. Possible error types returned by the api in this module. You can use the error API to check results against these types. See Also: Error Handling Helpers Enumerator: GLOBUS_CALLBACK_ERROR_INVALID_CALLBACK_HANDLE The callback handle is not valid or it has already been destroyed. GLOBUS_CALLBACK_ERROR_INVALID_SPACE The space handle is not valid or it has already been destroyed. GLOBUS_CALLBACK_ERROR_MEMORY_ALLOC Could not allocate memory for an internal structure. GLOBUS_CALLBACK_ERROR_INVALID_ARGUMENT One of the arguments is NULL or out of range. GLOBUS_CALLBACK_ERROR_ALREADY_CANCELED Attempt to unregister callback again. GLOBUS_CALLBACK_ERROR_NO_ACTIVE_CALLBACK Attempt to retrieve info about a callback not in callers's stack. Author Generated automatically by Doxygen for globus common from the source code. Version 14.7 Tue Nov 27 2012 Globus Callback(3)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to use truss?

Hi all, while trying to debug and figure out why a lofiadm command was not working on my script, i came across a cmd called "truss" all i know about it is that it executes the specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults... (5 Replies)
Discussion started by: wrapster
5 Replies

2. Solaris

Directory size larger than file system size?

Hi, We currently have an Oracle database running and it is creating lots of processes in the /proc directory that are 1000M in size. The size of the /proc directory is now reading 26T. How can this be if the root file system is only 13GB? I have seen this before we an Oracle temp file... (6 Replies)
Discussion started by: sparcman
6 Replies

3. Homework & Coursework Questions

How to approach Julian date?

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: This function is given the day, month and year and returns the Julian date. The Julian date is the... (1 Reply)
Discussion started by: mgyeah
1 Replies

4. Programming

Dataset Library for C?

I am looking for an opensource dataset library for C. Something equivalent to ADO.Net. Specifically, I am looking for the following features: 1. Create a Dataset from a file (XML or CSV). 2. Create a Dataset from a select query using an ODBC connection. 3. Load a created Dataset into a... (1 Reply)
Discussion started by: a_programmer
1 Replies

5. UNIX for Dummies Questions & Answers

[SOLVED] Piping Problem

Hey, I want to create a new file (devices) with the 39th and the 40th character of the line wich is in the array line and in the file drivers. But unfortunately my try doesn't work: sed -n '$linep' drivers | cut -c 39-40 | echo >>devices Perhaps one of you can help me. Thank you! emoly ... (0 Replies)
Discussion started by: emoly
0 Replies

6. Solaris

X-Server can not be started on display 0

hi , I have install Oracle solaris 10 8/11 on intel core i5 server. But its not opening in graphic mode showing message X-Server can not be started on display ... (EE) Unable to locate/open config file Drivers to try are: "intel" "i810" "fbdev" "vesa" vga" (EE) failed to load module "dri"... (3 Replies)
Discussion started by: zeeshan047
3 Replies