Searched refs:t_kopen (Results 1 - 14 of 14) sorted by relevance
/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/rpc/sec/ |
H A D | authdesubr.c | 100 if ((error = t_kopen(NULL, synconfig->knc_rdev, 102 RPCLOG(1, "rtime: t_kopen %d\n", error);
|
/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) function 87 KTLILOG(2, "t_kopen: fp %x, ", fp); 96 KTLILOG(1, "t_kopen: null device\n", 0); 105 KTLILOG(1, "t_kopen: falloc: %d\n", error); 131 KTLILOG(1, "t_kopen: VOP_OPEN: %d\n", error); 155 KTLILOG(1, "t_kopen: not a streams device\n", 0); 166 KTLILOG(2, "t_kopen: vp %x, ", vp); 177 KTLILOG(1, "t_kopen: strioctl(I_FIND, timod): %d\n", error); 195 "t_kopen: I_PUSH of timod failed, error %d\n", 205 KTLILOG(1, "t_kopen [all...] |
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 912 if (t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, 954 if (t_kopen((file_t *)NULL, dl_udp6_netconf.knc_rdev,
|
/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,
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 203 nd_log("nfs_dump: calling t_kopen\n"); 205 if (error = t_kopen(NULL, nfsdump_cf.knc_rdev, 207 nfs_perror(error, "\nnfs_dump: t_kopen failed: %m\n");
|
H A D | nfs_dlinet.c | 645 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, 647 nfs_perror(rc, "whoami: t_kopen udp failed: %m.\n"); 1096 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, 2212 if ((rc = t_kopen((file_t *)NULL, dl_udp_netconf.knc_rdev, 2214 nfs_perror(rc, "bp_netconfig: t_kopen udp failed: %m.\n");
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 555 err = t_kopen(fp, 0, 0, &tiptr, cr);
|
/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) {
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 1605 error = t_kopen(NULL, config->knc_rdev, FREAD|FWRITE|FNDELAY, &tiptr, 1608 RPCLOG(1, "endpnt_get: t_kopen: %d\n", error); 1674 error = t_kopen(NULL, config->knc_rdev, 1678 RPCLOG(1, "endpnt_get: t_kopen: %d\n", error);
|
H A D | clnt_cots.c | 2140 i = t_kopen(NULL, device, FREAD|FWRITE|FNDELAY, &tiptr, zone_kcred());
|
H A D | rpcib.c | 5268 if (t_kopen(NULL, kkvp->v_rdev, FREAD|FWRITE,
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 630 NO_UNLOAD_STUB(tlimod, t_kopen, nomod_minus_one);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 517 NO_UNLOAD_STUB(tlimod, t_kopen, nomod_minus_one);
|
Completed in 104 milliseconds