/titanic_44/usr/src/uts/common/io/ |
H A D | cons.c | 290 if (VOP_OPEN(&vsconsvp, FREAD | FWRITE, cred, NULL) != 0) { in cnopen() 323 if ((err = VOP_OPEN(&vp, flag, cred, NULL)) != 0) in cnopen()
|
H A D | gentty.c | 220 error = VOP_OPEN(&ttyvp, FNOCTTY | flag, cr, NULL); in syopen()
|
H A D | l_strplumb.c | 73 error = VOP_OPEN(&vp, FREAD|FWRITE, CRED(), NULL); in kstr_open()
|
H A D | iwscons.c | 500 error = VOP_OPEN(&vp, flag, cred, NULL); in iwscnopen()
|
/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_latest.c | 135 return (VOP_OPEN(vpp, flag, cr, ct)); in ctfs_latest_open()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 124 if ((error = VOP_OPEN(&vp, flags, cr, NULL)) in t_kopen()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 116 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); in socket_create() 157 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); in socket_newconn()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 571 if ((rv = VOP_OPEN(vp, FREAD+FWRITE+FNOCTTY, CRED(), NULL)) != 0) { in open_stream() 908 if ((rv = VOP_OPEN(&muxvp, OFLAGS, CRED(), NULL)) == 0) { in ttymux_config()
|
/titanic_44/usr/src/uts/common/io/rsm/ |
H A D | rsmops.c | 534 ret = VOP_OPEN(&vp, FREAD|FWRITE, CRED(), NULL); in rsmops_device_open()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 95 if ((error = VOP_OPEN(&outfilevp, flag, crp, ct)) != 0) { in nm_open()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 173 if (error = VOP_OPEN(&vpio, FREAD, cr, NULL)) in ufs_fioio()
|
H A D | ufs_vfsops.c | 538 error = VOP_OPEN(&devvp, FREAD|FWRITE, CRED(), NULL); in ufs_mountroot() 830 error = VOP_OPEN(&devvp, in mountfs()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | driver.c | 315 error = VOP_OPEN(&vp, flag | FKLYR, cred, NULL); in dev_lopen()
|
H A D | dumpsubr.c | 1183 if ((error = VOP_OPEN(&cvp, FREAD | FWRITE, kcred, NULL)) != 0) in dumpinit() 1233 if (VOP_OPEN(&cdev_vp, FREAD | FWRITE, kcred, NULL) == 0) { in dumpinit() 1302 if (VOP_OPEN(&cdev_vp, FREAD | FWRITE, kcred, NULL) == 0) { in dumpfini() 2748 if (VOP_OPEN(&cmn_cdev_vp, FREAD | FWRITE, kcred, NULL) in dumpsys()
|
H A D | exec.c | 579 if ((error = VOP_OPEN(vpp, FREAD, CRED(), NULL)) != 0) in gexec() 1381 if (error = VOP_OPEN(&vp, filemode, CRED(), NULL)) { in execopen()
|
H A D | fio.c | 1380 if (error = VOP_OPEN(vpp, mode, fp->f_cred, NULL)) { in fassign()
|
H A D | fork.c | 1027 if (VOP_OPEN(&cp->p_exec, FREAD, CRED(), NULL) != 0) { in getproc()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 70 error = VOP_OPEN(&rvp, flag, cr, ct); in lo_open()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | lookup.c | 1271 if (VOP_OPEN(&vp, FREAD, cr, NULL) == 0) in vnodetopath_common()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 219 return (VOP_OPEN(vpp, mode, cred, &smb_ct)); in smb_vop_open()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 142 error = VOP_OPEN(vpp, flag, cred, ct); in auto_open()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 627 if (error = VOP_OPEN(&devvp, FREAD, cr, NULL)) { in hs_mountfs()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 343 error = VOP_OPEN(&(dv->sdev_attrvp), flag, cred, ct); in sdev_open()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1026 #define VOP_OPEN(vpp, mode, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1031 #define VOP_OPEN(vpp, mode, cr, ct) \ macro
|