/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptrptr_to_struct() 85 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) in fix_ptrptr_to_struct() 116 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) in fix_ptr_to_struct() 120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptr_to_struct()
|
H A D | ctftools.h | 401 tdesc_t *lookupname(const char *);
|
H A D | st_parse.c | 690 (*rtdp)->t_fndef->fn_ret = lookupname("int"); in tdefdecl() 1072 lookupname(const char *name) in lookupname() function 1101 ttdp = lookupname(tdp->t_name); in addhash()
|
H A D | stabs.c | 84 tdesc_t *new = lookupname(node->t_name); in resolve_fwd_node()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 170 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs() 225 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs64() 299 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs32() 340 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs64_32()
|
H A D | chdir.c | 75 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in chdir() 122 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in chroot()
|
H A D | mount.c | 99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) in mount()
|
H A D | umount.c | 164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW, in umount2()
|
H A D | pathconf.c | 149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in pathconf()
|
H A D | statfs.c | 74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statfs32()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pathname.h | 83 extern int lookupname(char *, enum uio_seg, int follow,
|
/titanic_44/usr/src/tools/stabs/ |
H A D | stabs.h | 129 extern struct tdesc *lookupname(char *);
|
H A D | main.c | 387 tdp = lookupname(np->name); in printnode() 394 ptdp = lookupname(np->name); in printnode()
|
H A D | stabs.c | 734 ttdp = lookupname(tdp->name); in addhash() 749 lookupname(char *name) in lookupname() function
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | restore.h | 127 extern struct entry *lookupname(char *); 149 extern struct entry *lookupname();
|
H A D | interactive.c | 141 np = lookupname(name); in runcmdshell() 629 ep = lookupname(arg);
|
H A D | symtab.c | 146 lookupname(name) in lookupname() function 218 ep = lookupname(name);
|
/titanic_44/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 110 if ((error = lookupname("/dev/ticotsord", UIO_SYSSPACE, in getgssd_handle()
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 293 if ((error = lookupname(cf->cf_devfs, in cpr_verify_statefile_path() 348 if ((error = lookupname(sfpath, in cpr_verify_statefile_path() 398 if ((error = lookupname(cf->cf_devfs, in cpr_verify_statefile_path()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | dump.c | 172 NULL)) != 0 || (error = lookupname(pathbuf, UIO_SYSSPACE, in dump_ioctl()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 250 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW, in cachefs_mount() 279 error = lookupname(backfs, UIO_USERSPACE, FOLLOW, in cachefs_mount() 1199 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW, in cachefs_remount() 1288 error = lookupname(backfs, UIO_USERSPACE, FOLLOW, in cachefs_remount()
|
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 105 int lookupname(void, void, void, void, void) { } in lookupname() function
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 434 ret = lookupname(symlink_path, UIO_SYSSPACE, NO_FOLLOW, &dvp, &svp); in nl7c_logd_init() 458 ret = lookupname(symlink_path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp); in nl7c_logd_init()
|
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 254 if ((error = lookupname("/dev/ticlts", UIO_SYSSPACE, in key_call()
|
/titanic_44/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 189 if (error = lookupname("/usr/4lib/sbcp", UIO_SYSSPACE, FOLLOW, in aoutexec()
|