Home
last modified time | relevance | path

Searched refs:dev_open (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dconf.h95 extern int dev_open(dev_t *, int, int, cred_t *);
/titanic_41/usr/src/uts/common/os/
H A Ddriver.c281 dev_open(dev_t *devp, int flag, int type, struct cred *cred) in dev_open() function
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c678 error = dev_open(&newdev, flag, type, cr); in spec_open()