Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 173) sorted by relevance

1234567

/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c76 disk_lookup_t *lookup = (disk_lookup_t *)args; in find_disk() local
86 if (strcmp(path, lookup->path) == 0) { in find_disk()
87 lookup->disk = node; in find_disk()
88 lookup->result = DISK_FOUND; in find_disk()
170 disk_lookup_t lookup; in dsc_handler() local
182 lookup.path = strdup(path); in dsc_handler()
183 lookup.disk = NULL; in dsc_handler()
184 lookup.result = DISK_NOT_FOUND; in dsc_handler()
186 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup, in dsc_handler()
192 if (lookup.result == DISK_FOUND) { in dsc_handler()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c116 disk_lookup_t *lookup = (disk_lookup_t *)args; in cb_find_disk() local
127 if (strcmp(path, lookup->path) == 0) { in cb_find_disk()
128 lookup->disk = node; in cb_find_disk()
129 lookup->result = DISK_FOUND; in cb_find_disk()
211 disk_lookup_t lookup; in piclsbl_handler() local
250 lookup.path = strdup(devfs_path); in piclsbl_handler()
251 lookup.disk = NULL; in piclsbl_handler()
252 lookup.result = DISK_NOT_FOUND; in piclsbl_handler()
255 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup, in piclsbl_handler()
260 if (lookup.result == DISK_FOUND) { in piclsbl_handler()
[all …]
/titanic_41/usr/src/uts/common/syscall/
H A Dstatvfs.c169 lookup: in statvfs()
172 goto lookup; in statvfs()
183 goto lookup; in statvfs()
224 lookup: in statvfs64()
227 goto lookup; in statvfs64()
234 goto lookup; in statvfs64()
298 lookup: in statvfs32()
301 goto lookup; in statvfs32()
308 goto lookup; in statvfs32()
339 lookup: in statvfs64_32()
[all …]
H A Dchdir.c74 lookup: in chdir()
77 goto lookup; in chdir()
84 goto lookup; in chdir()
121 lookup: in chroot()
124 goto lookup; in chroot()
131 goto lookup; in chroot()
H A Dreadlink.c72 lookup: in readlinkat()
78 goto lookup; in readlinkat()
93 goto lookup; in readlinkat()
109 goto lookup; in readlinkat()
H A Daccess.c92 lookup: in caccess()
96 goto lookup; in caccess()
108 goto lookup; in caccess()
H A Dstat.c108 lookup: in cstatat_getvp()
113 goto lookup; in cstatat_getvp()
265 lookup: in cstatat()
274 goto lookup; in cstatat()
388 lookup: in cstatat32()
397 goto lookup; in cstatat32()
496 lookup: in cstatat64()
505 goto lookup; in cstatat64()
615 lookup: in cstatat64_32()
624 goto lookup; in cstatat64_32()
H A Dstatfs.c73 lookup: in statfs32()
76 goto lookup; in statfs32()
86 goto lookup; in statfs32()
/titanic_41/usr/src/cmd/backup/dump/
H A Dunctime.c40 static int lookup(char *);
43 static int lookup();
58 then.tm_mon = lookup(&dbuf[E_MONTH]);
74 lookup(str) in lookup() function
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c49 static int lookup(char **table, char *arg);
173 if (lookup(yesno, arg)) in main()
179 if (lookup(yesno, arg)) in main()
185 if (lookup(yesno, arg)) in main()
190 sm.sm_txclock = lookup(txnames, arg); in main()
193 sm.sm_rxclock = lookup(rxnames, arg); in main()
290 lookup(char **table, char *arg) in lookup() function
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h55 struct lookup { struct
58 struct lookup *l_next; argument
62 struct lookup tag;
63 struct lookup *fld;
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c44 Sf_key_lookup_t lookup; member
206 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); in getfmt()
213 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); in getfmt()
339 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t … in sfkeyprintf() argument
351 fmt.lookup = lookup; in sfkeyprintf()
367 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t … in sfkeyprintf() argument
378 fmt.lookup = lookup; in sfkeyprintf()
/titanic_41/usr/src/cmd/mailx/
H A Dvars.c53 static struct var *lookup(char name[]);
70 vp = lookup(name); in assign()
98 if ((vp2 = lookup(s)) == NOVAR) { in deassign()
171 if ((vp = lookup(name)) == NOVAR) in value()
185 lookup(char name[]) in lookup() function
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-hostbased.c165 const char *resolvedname, *ipaddr, *lookup; in hostbased_key_allowed() local
181 lookup = chost; in hostbased_key_allowed()
193 lookup = resolvedname; in hostbased_key_allowed()
197 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
203 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dnetnamer.c262 char *lookup; in netname2user_nis() local
273 lookup = NULL; in netname2user_nis()
275 &lookup, &len); in netname2user_nis()
288 if (lookup) { in netname2user_nis()
289 lookup[len] = '\0'; in netname2user_nis()
290 *err = parse_netid_str(lookup, argp); in netname2user_nis()
291 free(lookup); in netname2user_nis()
/titanic_41/usr/src/cmd/sh/
H A Dbltin.c298 attrib(lookup(*argv), N_RDONLY); in builtin()
314 n = lookup(*argv); in builtin()
441 n = lookup("OPTIND"); in builtin()
452 n = lookup(varnam); in builtin()
462 n = lookup(varnam); in builtin()
464 n = lookup("OPTARG"); in builtin()
/titanic_41/usr/src/cmd/eqn/
H A Dlex.c95 tbl *tp, *lookup(); in yylex()
137 if ((tp = lookup(deftbl, token, NULL)) != NULL) { in yylex()
143 } else if ((tp = lookup(keytbl, token, NULL)) == NULL) { in yylex()
230 tbl *lookup(); in define()
242 lookup(deftbl, p1, p2); in define()
H A Dlookup.c203 lookup(tbl *tblp[], char *name, char *defn) in lookup() function
239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); in init_tbl()
241 lookup(restbl, resword[i].res, resword[i].resval); in init_tbl()
/titanic_41/usr/src/tools/stabs/
H A Dstabs.c46 static struct tdesc *lookup(int h);
220 ntdp = lookup(h); in parseline()
251 lookup(int h) in lookup() function
343 if (!(otdp = lookup(h))) in tagadd()
360 if ((*rtdp = lookup(h)) != NULL) { in tagdecl()
430 ntdp = lookup(h2); in tdefdecl()
503 ntdp = lookup(h2); in tdefdecl()
600 tdp = lookup(h); in soudef()
654 (*rtdp)->data.ardef->indices->index_type = lookup(h); in arraydef()
667 tdp = lookup(contents_type); in arraydef()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttributeList.java62 Attribute a = lookup(name); in add()
101 private Attribute lookup(String name) { in lookup() method in AttributeList
111 return lookup(name); in get()
115 return (lookup(name) != null); in contains()
/titanic_41/usr/src/cmd/oawk/
H A Dawk.g.y121 valtonode(lookup(L_zeronull, symtab, 0), CCON));
164 valtonode(lookup(L_record, symtab, 0), CFLD));
168 valtonode(lookup(L_record, symtab, 0), CFLD));
230 valtonode(lookup(L_record, symtab, 0), CFLD), makedfa($1));
242 $$ = valtonode(lookup(L_record, symtab, 0), CFLD);
/titanic_41/usr/src/ucbcmd/whereis/
H A Dwhereis.c122 void lookup(char *);
192 lookup(*argv++); in main()
221 lookup(char *cp) in lookup() function
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x116 % db_index_entry* lookup( bool_t, unsigned long, item*, long *);
120 % db_index_entry* lookup( bool_t, unsigned long, item*, entryp ); //name entry
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dgreet_pause.m425 ### greet_pause: lookup pause time before 220 greeting
39 R<?> <$+> $: $>A < $1 > <?> <! GreetPause> <> no: another lookup
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c121 if ((d = lookup(ap[c--])->def) != NULL) { in dodefn()
172 if ((np = lookup(*++ap))->name != NULL) in dodump()
274 if (lookup(ap[1])->name != NULL) { in doifdef()
480 if ((np = lookup(ap[c--]))->name) in dotroff()
492 if ((np = lookup(ap[c--]))->name) in dotron()
511 if ((np = lookup(nam))->name == NULL) in undef()

1234567