Searched refs:OsalAllocCdev (Results 1 – 4 of 4) sorted by relevance
35 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops);
126 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops) in OsalAllocCdev() function
212 struct OsalCdev* OsalAllocCdev(const struct OsalCdevOps* fops) in OsalAllocCdev() function
723 vnodeAdapter->cdev = OsalAllocCdev(fileOps); in HdfIoServiceAdapterRegCdev()