| /onnv/onnv-gate/usr/src/tools/ctf/cvt/ |
| fixup_tdescs.c | 66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) 85 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) 116 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) 120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
|
| ctftools.h | 402 tdesc_t *lookupname(const char *);
|
| stabs.c | 84 tdesc_t *new = lookupname(node->t_name);
|
| /onnv/onnv-gate/usr/src/tools/stabs/ |
| stabs.h | 129 extern struct tdesc *lookupname(char *);
|
| main.c | 387 tdp = lookupname(np->name); 394 ptdp = lookupname(np->name);
|
| stabs.c | 734 ttdp = lookupname(tdp->name); 749 lookupname(char *name) function
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| pathname.h | 83 extern int lookupname(char *, enum uio_seg, enum symfollow,
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| mount.c | 99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp))
|
| readlink.c | 68 if (error = lookupname(name, UIO_USERSPACE, NO_FOLLOW, NULLVPP, &vp)) {
|
| statvfs.c | 170 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 225 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 299 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 340 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
| pathconf.c | 149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
| umount.c | 140 * passed to umount) then we fall back to calling lookupname() 141 * to find the vfs. Doing it this way prevents calling lookupname() 143 * lookupname() would hang (i.e. because an NFS server is dead). 151 * checks done by lookupname() and use the results from 164 /* fall back to lookupname() on path given to us */ 165 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW,
|
| chdir.c | 77 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 124 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
| statfs.c | 74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| restore.h | 127 extern struct entry *lookupname(char *); 149 extern struct entry *lookupname();
|
| symtab.c | 146 lookupname(name) function 155 "lookupname"); 218 ep = lookupname(name);
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/ |
| gssd_handle.c | 109 if ((error = lookupname("/dev/ticotsord", UIO_SYSSPACE, 111 GSSLOG(1, "getgssd_handle: lookupname: %d\n", error);
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| dump.c | 170 NULL)) != 0 || (error = lookupname(pathbuf, UIO_SYSSPACE,
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/ |
| contract.h | 105 int lookupname(void, void, void, void, void) { } function
|
| /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/ |
| cachefs_vfsops.c | 250 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW, 279 error = lookupname(backfs, UIO_USERSPACE, FOLLOW, 1199 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW, 1288 error = lookupname(backfs, UIO_USERSPACE, FOLLOW, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/rpc/sec/ |
| key_call.c | 264 if ((error = lookupname("/dev/ticlts", UIO_SYSSPACE, 266 RPCLOG(1, "key_call: lookupname: %d\n", error);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7clogd.c | 434 ret = lookupname(symlink_path, UIO_SYSSPACE, NO_FOLLOW, &dvp, &svp); 458 ret = lookupname(symlink_path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp);
|
| /onnv/onnv-gate/usr/src/uts/common/brand/lx/os/ |
| lx_brand.c | 695 if (error = lookupname(LX_LIB_PATH, UIO_SYSSPACE, FOLLOW, NULLVPP, 742 if (error = lookupname(LX_LINKER, UIO_SYSSPACE, FOLLOW, NULLVPP,
|
| /onnv/onnv-gate/usr/src/uts/common/brand/sn1/ |
| sn1_brand.c | 444 if ((err = lookupname(args->emulator, UIO_SYSSPACE, FOLLOW, NULLVPP, 548 if ((err = lookupname(linker, UIO_SYSSPACE,
|
| /onnv/onnv-gate/usr/src/uts/common/exec/aout/ |
| aout.c | 192 if (error = lookupname("/usr/4lib/sbcp", UIO_SYSSPACE, FOLLOW,
|