Home
last modified time | relevance | path

Searched refs:VOP_OPEN (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c292 if (VOP_OPEN(&vsconsvp, FREAD | FWRITE, cred, NULL) != 0) { in cnopen()
325 if ((err = VOP_OPEN(&vp, flag, cred, NULL)) != 0) in cnopen()
H A Dgentty.c220 error = VOP_OPEN(&ttyvp, FNOCTTY | flag, cr, NULL); in syopen()
H A Dl_strplumb.c71 error = VOP_OPEN(&vp, FREAD|FWRITE, CRED(), NULL); in kstr_open()
H A Diwscons.c500 error = VOP_OPEN(&vp, flag, cred, NULL); in iwscnopen()
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_latest.c133 return (VOP_OPEN(vpp, flag, cr, ct)); in ctfs_latest_open()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c124 if ((error = VOP_OPEN(&vp, flags, cr, NULL)) in t_kopen()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_open.c237 error = VOP_OPEN(&vp, filemode, CRED(), NULL); in vn_open()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c118 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); in socket_create()
159 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); in socket_newconn()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c535 ret = VOP_OPEN(&vp, FREAD|FWRITE, CRED(), NULL); in rsmops_device_open()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c96 if ((error = VOP_OPEN(&outfilevp, flag, crp, ct)) != 0) { in nm_open()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c173 if (error = VOP_OPEN(&vpio, FREAD, cr, NULL)) in ufs_fioio()
H A Dufs_vfsops.c538 error = VOP_OPEN(&devvp, FREAD|FWRITE, CRED(), NULL); in ufs_mountroot()
830 error = VOP_OPEN(&devvp, in mountfs()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c317 error = VOP_OPEN(&vp, flag | FKLYR, cred, NULL); in dev_lopen()
H A Ddumpsubr.c1183 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 Dexec.c682 if ((error = VOP_OPEN(vpp, FREAD, CRED(), NULL)) != 0) in gexec()
1494 if (error = VOP_OPEN(&vp, filemode, CRED(), NULL)) { in execopen()
H A Dfork.c1040 if (VOP_OPEN(&cp->p_exec, FREAD, CRED(), NULL) != 0) { in getproc()
H A Dfio.c1399 if (error = VOP_OPEN(vpp, mode, fp->f_cred, NULL)) { in fassign()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c69 error = VOP_OPEN(&rvp, flag, cr, ct); in lo_open()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c1393 if (VOP_OPEN(&vp, FREAD, cr, NULL) == 0) in vnodetopath_common()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c343 error = VOP_OPEN(&(dv->sdev_attrvp), flag, cred, ct); in sdev_open()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c628 if (error = VOP_OPEN(&devvp, FREAD, cr, NULL)) { in hs_mountfs()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c143 error = VOP_OPEN(vpp, flag, cred, ct); in auto_open()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c223 return (VOP_OPEN(vpp, mode, cred, &smb_ct)); in smb_vop_open()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1026 #define VOP_OPEN(vpp, mode, cr, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1033 #define VOP_OPEN(vpp, mode, cr, ct) \ macro

12