Home
last modified time | relevance | path

Searched refs:FNATIVE (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/ktli/
H A Dt_kgtstate.c92 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kgetstate()
H A Dt_kunbind.c102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kunbind()
H A Dt_kbind.c119 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, fp->f_cred, in t_kbind()
H A Dt_kopen.c218 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, cr, &retval); in t_kopen()
/titanic_41/usr/src/uts/sun4/io/
H A Dtod.c314 if ((mode & FMODELS) == FNATIVE) { in tod_ioctl()
342 if ((mode & FMODELS) == FNATIVE) { in tod_ioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h131 #define FNATIVE DATAMODEL_NATIVE macro
/titanic_41/usr/src/uts/common/syscall/
H A Ducredsys.c81 err = strdoioctl(vp->v_stream, &strioc, FNATIVE|FKIOCTL, in getpeerucred()
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c489 (uintptr_t)&wce, FKIOCTL | FNATIVE); in dadk_open()
496 (uintptr_t)&dadkp->dad_logg, FKIOCTL | FNATIVE); in dadk_open()
502 (uintptr_t)&dadkp->dad_phyg, FKIOCTL | FNATIVE); in dadk_open()
602 (uintptr_t)&dadk_ioc_string, FKIOCTL | FNATIVE); in dadk_create_errstats()
609 (uintptr_t)&dadk_ioc_string, FKIOCTL | FNATIVE); in dadk_create_errstats()
/titanic_41/usr/src/uts/common/io/
H A Dsysmsg.c315 (intptr_t)devname, FNATIVE|FKIOCTL|FREAD|FWRITE, in parse_buffer()
553 if ((flag & FMODELS) != FNATIVE) { in sysmioctl()
/titanic_41/usr/src/uts/i86xpv/io/
H A Dprivcmd.c281 if ((mode & FMODELS) != FNATIVE) in privcmd_ioctl()
/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c135 ioccmd, (uintptr_t)&strarg, FNATIVE | FKIOCTL) != 0) in xdfs_get_modser()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1619 FKIOCTL|FREAD|FNATIVE, CRED(), &rval)) != 0) { in ud_get_last_block()
1628 FKIOCTL|FREAD|FNATIVE, CRED(), &rval)) != 0) { in ud_get_last_block()
1856 FKIOCTL|FREAD|FNATIVE, CRED(), &rval) != 0) { in ud_get_lbsize()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c594 FDGETCHANGE, (intptr_t)&fdstatus, FNATIVE | FKIOCTL, in pc_verify()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf.c386 if ((mode & FMODELS) != FNATIVE) in tnf_ioctl()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1553 FNATIVE|FKIOCTL|FREAD, CRED(), &rval); in hs_findvoldesc()
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1694 FNATIVE | FKIOCTL, in cmdk_get_modser()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1195 FKIOCTL|FNATIVE|FREAD, CRED(), &status) == 0) { in mountfs()
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1525 (intptr_t)&spec_callback, FNATIVE|FKIOCTL, cr, &rval); in spec_fsync()
/titanic_41/usr/src/uts/common/os/
H A Ddriver_lyr.c1942 mode = (mode & ~FMODELS) | FNATIVE | FKIOCTL; in ldi_ioctl()
H A Dstrsubr.c1898 error = strdoioctl(stp, &strioc, FNATIVE, in mlink_file()
2045 error = strdoioctl(stp, &strioc, FNATIVE, in munlink()
H A Dstreamio.c3225 flag = (flag & ~FMODELS) | FNATIVE; in strioctl()