ERROR | all three access functions (open/close/read) must be provided |
CAUSE | An attempt was made to set the access method callbacks, but all three functions were not provided. |
ACTION | All three callback functions (open, close, and read) are required. They must all be provided, even if they are stub functions which do nothing. |