devfs_get_ops(9)
NAME
devfs_get_ops - Get the device operations for a devfs
entry.
SYNOPSIS
void * devfs_get_ops (devfs_handle_t de);
ARGUMENTS
de The handle to the device entry.
DESCRIPTION
- Returns a pointer to the device operations on success,
else NULL. The use count for the module owning the opera
tions will be incremented.