/titanic_41/usr/src/uts/common/exec/java/ |
H A D | java.c | 108 0, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) in javaexec() 124 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) in javaexec() 150 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &lookpn)) in javaexec()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 246 uio.uio_segflg = UIO_SYSSPACE; in logd_log_write() 310 ret = vn_open(nca_fio_name(&fio), UIO_SYSSPACE, FCREAT|FWRITE|FTRUNC, in logd_log_write() 434 ret = lookupname(symlink_path, UIO_SYSSPACE, NO_FOLLOW, &dvp, &svp); in nl7c_logd_init() 441 ret = vn_create(symlink_dir, UIO_SYSSPACE, &attr, in nl7c_logd_init() 458 ret = lookupname(symlink_path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp); in nl7c_logd_init() 469 uio.uio_segflg = UIO_SYSSPACE; in nl7c_logd_init() 493 ret = vn_open(*fnp, UIO_SYSSPACE, in nl7c_logd_init() 531 ret = vn_open(nca_fio_name(&fio), UIO_SYSSPACE, in nl7c_logd_init()
|
H A D | nl7c.c | 363 ret = vn_open(portconf, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0); in ncaportconf_read() 380 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid); in ncaportconf_read() 529 ret = vn_open(ncakmod, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0); in ncakmodconf_read() 546 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid); in ncakmodconf_read() 651 ret = vn_open(ncalogd, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0); in ncalogdconf_read() 669 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid); in ncalogdconf_read()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 500 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid)) != 0) { in elfexec() 568 (offset_t)dyphdr->p_offset, UIO_SYSSPACE, 0, (rlim64_t)0, in elfexec() 629 error = lookupname(dlnp, UIO_SYSSPACE, FOLLOW, NULLVPP, &nvp); in elfexec() 632 error = lookupname(dlnp -= 4, UIO_SYSSPACE, FOLLOW, in elfexec() 1008 sizeof (Ehdr), (offset_t)0, UIO_SYSSPACE, 0, in getelfhead() 1049 sizeof (shdr), (offset_t)ehdr->e_shoff, UIO_SYSSPACE, 0, in getelfhead() 1103 (offset_t)ehdr->e_phoff, UIO_SYSSPACE, 0, (rlim64_t)0, in getelfphdr() 1154 (offset_t)ehdr->e_shoff, UIO_SYSSPACE, 0, (rlim64_t)0, in getelfshdr() 1181 (offset_t)shdr->sh_offset, UIO_SYSSPACE, 0, (rlim64_t)0, in getelfshdr() 1410 if (error = core_write(vp, UIO_SYSSPACE, *offsetp, ¬e, in elfnote() [all …]
|
/titanic_41/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 44 #define cpr_open(path, mode, vpp) (vn_open(path, UIO_SYSSPACE, \ 47 cnt, 0LL, UIO_SYSSPACE, 0, (rlim64_t)MAXOFF_T, CRED(), \ 185 if (err = vn_open(config_path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0)) { in cpr_get_config() 294 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path() 349 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path() 399 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path() 478 if (rc = vn_open(path, UIO_SYSSPACE, in cpr_alloc_statefile() 567 ip->i_fs->fs_bsize, (offset_t)offset, UIO_SYSSPACE, 0, in cpr_grow_statefile()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 158 err = vn_remove(dp->scd_path, UIO_SYSSPACE, RMFILE); in spa_config_write() 180 err = vn_open(temp, UIO_SYSSPACE, oflags, 0644, &vp, CRCREAT, 0); in spa_config_write() 182 err = vn_rdwr(UIO_WRITE, vp, buf, buflen, 0, UIO_SYSSPACE, in spa_config_write() 187 err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE); in spa_config_write() 192 (void) vn_remove(temp, UIO_SYSSPACE, RMFILE); in spa_config_write()
|
H A D | vdev_file.c | 87 error = vn_openat(vd->vdev_path + 1, UIO_SYSSPACE, in vdev_file_open() 174 UIO_SYSSPACE, 0, RLIM64_INFINITY, kcred, &resid); in vdev_file_io_strategy()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | move.c | 93 case UIO_SYSSPACE: in uiomove() 152 case UIO_SYSSPACE: in uio_prefaultpages() 171 case UIO_SYSSPACE: in uio_prefaultpages() 217 case UIO_SYSSPACE: in uiocopy() 284 case UIO_SYSSPACE: /* can do direct copy since kernel-kernel */ in ureadc() 346 case UIO_SYSSPACE: in uwritec()
|
H A D | devcache.c | 497 rval = vn_open(filename, UIO_SYSSPACE, fp->kf_vnflags, in kfcreate() 516 rval = vn_remove(filename, UIO_SYSSPACE, RMFILE); in kfremove() 537 UIO_SYSSPACE, 0, (rlim64_t)0, kcred, &resid); in kfread() 574 UIO_SYSSPACE, FSYNC, rlimit, kcred, &resid); in kfwrite() 654 if ((rval = vn_rename(oldname, newname, UIO_SYSSPACE)) != 0) { in kfrename()
|
H A D | core.c | 122 if ((error = pn_get(fp, UIO_SYSSPACE, &pn)) != 0) in remove_core_file() 218 if (error = pn_get(fp, UIO_SYSSPACE, &pn)) in create_core_file() 249 if (error = pn_get(fp, UIO_SYSSPACE, &pn)) { in create_core_file() 256 error = vn_openat(file, UIO_SYSSPACE, in create_core_file()
|
H A D | exec.c | 589 (offset_t)0, UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid)) in gexec() 1561 if ((error = stk_add(args, intp->intp_name, UIO_SYSSPACE)) != 0) in stk_copyin() 1564 (error = stk_add(args, intp->intp_arg, UIO_SYSSPACE)) != 0) in stk_copyin() 1567 error = stk_add(args, args->fname, UIO_SYSSPACE); in stk_copyin() 1629 if ((error = stk_add(args, platform, UIO_SYSSPACE)) != 0) in stk_copyin() 1631 if ((error = stk_add(args, args->pathname, UIO_SYSSPACE)) != 0) in stk_copyin() 1634 (error = stk_add(args, args->brandname, UIO_SYSSPACE)) != 0) in stk_copyin() 1637 (error = stk_add(args, args->emulator, UIO_SYSSPACE)) != 0) in stk_copyin()
|
/titanic_41/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 145 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid)) in checkshbinmagic() 197 error = pn_get(shell_list[i], UIO_SYSSPACE, &intppn); in shbinexec()
|
/titanic_41/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 112 UIO_SYSSPACE, 0, (rlim64_t)0, CRED(), &resid)) in getintphead() 201 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &intppn)) in intpexec()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | sysmsg.c | 338 if (vn_open(path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0) != 0) in bind_consadm_conf() 352 UIO_SYSSPACE, 0, (rlim64_t)0, kcred, &resid)) != 0) in bind_consadm_conf() 380 UIO_SYSSPACE, FWRITE, 0, &dcvp, 0, 0) != 0)) { in sysmopen() 413 if (vn_open(sysmcache[i].dca_name, UIO_SYSSPACE, in sysmopen() 595 if ((rval = lookupname(infop, UIO_SYSSPACE, FOLLOW, in sysmioctl()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | uio.h | 48 #define UIO_SYSSPACE 1 /* from system space */ macro
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 212 auio.uio_segflg = UIO_SYSSPACE; in ksocket_send() 264 auio.uio_segflg = UIO_SYSSPACE; in ksocket_sendto() 313 auio.uio_segflg = UIO_SYSSPACE; in ksocket_sendmsg() 371 auio.uio_segflg = UIO_SYSSPACE; in ksocket_recv() 424 auio.uio_segflg = UIO_SYSSPACE; in ksocket_recvfrom() 475 auio.uio_segflg = UIO_SYSSPACE; in ksocket_recvmsg()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | reparse.c | 72 uio.uio_segflg = UIO_SYSSPACE; in reparse_vnode_parse()
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | uio.c | 49 case UIO_SYSSPACE: in uiomove()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | umount.c | 164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW, in umount2()
|
/titanic_41/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 189 if (error = lookupname("/usr/4lib/sbcp", UIO_SYSSPACE, FOLLOW, in aoutexec() 287 (ssize_t)sizeof (filhdr), (offset_t)0, UIO_SYSSPACE, 0, in get_aout_head()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 263 if (!gdir || pn_get(name, UIO_SYSSPACE, &pn)) in prof_lookup_globaldev() 399 if (pn_get(pathleft, UIO_SYSSPACE, &pn) != 0) { in is_nonempty_dir() 490 uio.uio_segflg = UIO_SYSSPACE; in walk_dir() 550 if (pn_get(name, UIO_SYSSPACE, &pn)) in prof_zone_matched() 854 if (pn_get(path, UIO_SYSSPACE, &pn) != 0) in process_rule()
|
/titanic_41/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 463 if (error = pn_get(pathname, UIO_SYSSPACE, &pn)) in devfs_lookupname() 523 if (lookupname(dirpath, UIO_SYSSPACE, 0, NULL, &dirvp)) { in devfs_walk()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_subr.c | 307 sizeof (struct cache_label), 0LL, UIO_SYSSPACE, in cachefs_cache_activate_ro() 333 sizeof (struct cache_usage), 0LL, UIO_SYSSPACE, 0, in cachefs_cache_activate_ro() 351 UIO_SYSSPACE, 0, 0, kcred, NULL); in cachefs_cache_activate_ro() 394 sizeof (*lc), 0LL, UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, in cachefs_cache_activate_ro() 675 0LL, UIO_SYSSPACE, FSYNC, (rlim64_t)RLIM_INFINITY, in cachefs_cache_dirty() 714 UIO_SYSSPACE, FSYNC, RLIM_INFINITY, kcred, NULL); in cachefs_cache_rssync() 725 0LL, UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, kcred, NULL); in cachefs_cache_rssync() 733 (offset_t)sizeof (struct cache_usage), UIO_SYSSPACE, in cachefs_cache_rssync() 1681 (offset_t)from, UIO_SYSSPACE, 0, in cachefs_populate() 1846 UIO_SYSSPACE, 0, RLIM_INFINITY, kcred, NULL); in cachefs_stuffsymlink() [all …]
|
H A D | cachefs_filegrp.c | 687 fgp->fg_headersize, 0LL, UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, in filegrp_sync() 761 UIO_SYSSPACE, 0, (long long)0, kcred, NULL); in filegrp_read_metadata() 933 UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, kcred, NULL); in filegrp_write_metadata() 1433 fgp->fg_headersize, 0LL, UIO_SYSSPACE, in filegrpattr_find() 1661 fgp->fg_headersize, 0LL, UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, in filegrpattr_create() 1810 xx, offset, UIO_SYSSPACE, 0, (rlim64_t)RLIM_INFINITY, in filegrp_write_space()
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 110 if ((error = lookupname("/dev/ticotsord", UIO_SYSSPACE, in getgssd_handle()
|