/illumos-gate/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 100 extern int t_kopen(struct file *, dev_t, int, TIUSER **, struct cred *);
|
/illumos-gate/usr/src/uts/common/mapfiles/ |
H A D | tlimod.mapfile | 41 t_kopen { FLAGS = EXTERN };
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 69 t_kopen(file_t *fp, dev_t rdev, int flags, TIUSER **tiptr, cred_t *cr) in t_kopen() function
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 101 if ((error = t_kopen(NULL, synconfig->knc_rdev, in rtime()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 911 if (t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in iscsi_net_interface() 953 if (t_kopen((file_t *)NULL, dl_udp6_netconf.knc_rdev, in iscsi_net_interface()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 124 t_kopen(file_t *fp, dev_t rdev, int flags, TIUSER **tiptr, cred_t *cr) in t_kopen() function
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 57 if (t_kopen((file_t *)NULL, kkvp->v_rdev, FREAD|FWRITE, in rds_do_ip_ioctl()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 205 if (error = t_kopen(NULL, nfsdump_cf.knc_rdev, in nd_init()
|
H A D | nfs_dlinet.c | 647 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in whoami() 1098 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in dhcpinit() 2275 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, in bp_netconfig()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_arp.c | 284 if (t_kopen(NULL, kkvp->v_rdev, FREAD|FWRITE, &tiptr, CRED()) != 0) { in ibcm_do_ip_ioctl()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 503 rc = t_kopen(NULL, dev, fmode, &tiptr, cr); in smb_nbst_create()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 1616 error = t_kopen(NULL, config->knc_rdev, FREAD|FWRITE|FNDELAY, &tiptr, in endpnt_get() 1685 error = t_kopen(NULL, config->knc_rdev, in endpnt_get()
|
H A D | clnt_cots.c | 2141 i = t_kopen(NULL, device, FREAD|FWRITE|FNDELAY, &tiptr, zone_kcred()); in connmgr_get()
|
H A D | rpcib.c | 5268 if (t_kopen(NULL, kkvp->v_rdev, FREAD|FWRITE, in rpcib_do_ip_ioctl()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 487 NO_UNLOAD_STUB(tlimod, t_kopen, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 449 NO_UNLOAD_STUB(tlimod, t_kopen, nomod_minus_one);
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 1561 t_kconnect.o t_kfree.o t_kgtstate.o t_kopen.o \
|