Searched refs:device_close (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | snode.h | 164 int device_close(struct vnode *, int, struct cred *);
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 755 (void) device_close(*vpp, flag, cr); 953 error = device_close(vp, flag, cr); 2544 (void) device_close(vp, 0, cred);
|
H A D | specsubr.c | 837 device_close(struct vnode *vp, int flag, struct cred *cr) function 872 panic("device_close: not a device");
|
Completed in 301 milliseconds