Searched refs:lookupname (Results 1 - 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c66 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)
H A Dctftools.h401 tdesc_t *lookupname(const char *);
H A Dstabs.c84 tdesc_t *new = lookupname(node->t_name);
H A Dst_parse.c687 * 4432549 is fixed, the lookupname() call below should be
690 (*rtdp)->t_fndef->fn_ret = lookupname("int");
1072 lookupname(const char *name) function
1101 ttdp = lookupname(tdp->t_name);
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h129 extern struct tdesc *lookupname(char *);
H A Dmain.c387 tdp = lookupname(np->name);
394 ptdp = lookupname(np->name);
H A Dstabs.c734 ttdp = lookupname(tdp->name);
749 lookupname(char *name) function
/illumos-gate/usr/src/uts/common/sys/
H A Dpathname.h84 extern int lookupname(char *, enum uio_seg, int follow,
/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp))
H A Dstatvfs.c170 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)) {
H A Dumount.c139 * passed to umount) then we fall back to calling lookupname()
140 * to find the vfs. Doing it this way prevents calling lookupname()
142 * lookupname() would hang (i.e. because an NFS server is dead).
150 * checks done by lookupname() and use the results from
163 /* fall back to lookupname() on path given to us */
164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW,
H A Dpathconf.c149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
H A Dchdir.c75 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
122 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
H A Dstatfs.c74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
H A Dacl.c78 error = lookupname((char *)fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp);
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h127 extern struct entry *lookupname(char *);
149 extern struct entry *lookupname();
H A Dsymtab.c146 lookupname(name) function
155 "lookupname");
218 ep = lookupname(name);
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_handle.c110 if ((error = lookupname("/dev/ticotsord", UIO_SYSSPACE,
112 GSSLOG(1, "getgssd_handle: lookupname: %d\n", error);
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h105 int lookupname(void, void, void, void, void) { } function
/illumos-gate/usr/src/uts/common/io/
H A Ddump.c172 NULL)) != 0 || (error = lookupname(pathbuf, UIO_SYSSPACE,
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dkey_call.c254 if ((error = lookupname("/dev/ticlts", UIO_SYSSPACE,
256 RPCLOG(1, "key_call: lookupname: %d\n", error);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c434 ret = lookupname(symlink_path, UIO_SYSSPACE, NO_FOLLOW, &dvp, &svp);
458 ret = lookupname(symlink_path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp);
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c189 if (error = lookupname("/usr/4lib/sbcp", UIO_SYSSPACE, FOLLOW,
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c327 * The lookupname below only looks up cached dv_nodes
446 * NOTE: We can't use lookupname because this would use the current
523 if (lookupname(dirpath, UIO_SYSSPACE, 0, NULL, &dirvp)) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c56 if (lookupname("/dev/udp", UIO_SYSSPACE, FOLLOW, NULLVPP, &kkvp) == 0) {

Completed in 1947 milliseconds

123