Home
last modified time | relevance | path

Searched refs:lookupname (Results 1 – 25 of 64) sorted by relevance

123

/titanic_44/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c66 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 Dctftools.h401 tdesc_t *lookupname(const char *);
H A Dst_parse.c690 (*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 Dstabs.c84 tdesc_t *new = lookupname(node->t_name); in resolve_fwd_node()
/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c170 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 Dchdir.c75 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 Dmount.c99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) in mount()
H A Dumount.c164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW, in umount2()
H A Dpathconf.c149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in pathconf()
H A Dstatfs.c74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statfs32()
/titanic_44/usr/src/uts/common/sys/
H A Dpathname.h83 extern int lookupname(char *, enum uio_seg, int follow,
/titanic_44/usr/src/tools/stabs/
H A Dstabs.h129 extern struct tdesc *lookupname(char *);
H A Dmain.c387 tdp = lookupname(np->name); in printnode()
394 ptdp = lookupname(np->name); in printnode()
H A Dstabs.c734 ttdp = lookupname(tdp->name); in addhash()
749 lookupname(char *name) in lookupname() function
/titanic_44/usr/src/cmd/backup/restore/
H A Drestore.h127 extern struct entry *lookupname(char *);
149 extern struct entry *lookupname();
H A Dinteractive.c141 np = lookupname(name); in runcmdshell()
629 ep = lookupname(arg);
H A Dsymtab.c146 lookupname(name) in lookupname() function
218 ep = lookupname(name);
/titanic_44/usr/src/uts/common/gssapi/
H A Dgssd_handle.c110 if ((error = lookupname("/dev/ticotsord", UIO_SYSSPACE, in getgssd_handle()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_misc.c293 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 Ddump.c172 NULL)) != 0 || (error = lookupname(pathbuf, UIO_SYSSPACE, in dump_ioctl()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c250 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 Dcontract.h105 int lookupname(void, void, void, void, void) { } in lookupname() function
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c434 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 Dkey_call.c254 if ((error = lookupname("/dev/ticlts", UIO_SYSSPACE, in key_call()
/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c189 if (error = lookupname("/usr/4lib/sbcp", UIO_SYSSPACE, FOLLOW, in aoutexec()

123