/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | mdescplugin.c | 76 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 D | piclsbl.c | 116 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 D | statvfs.c | 169 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 D | chdir.c | 74 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 D | readlink.c | 72 lookup: in readlinkat() 78 goto lookup; in readlinkat() 93 goto lookup; in readlinkat() 109 goto lookup; in readlinkat()
|
H A D | access.c | 92 lookup: in caccess() 96 goto lookup; in caccess() 108 goto lookup; in caccess()
|
H A D | stat.c | 108 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 D | statfs.c | 73 lookup: in statfs32() 76 goto lookup; in statfs32() 86 goto lookup; in statfs32()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | unctime.c | 40 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 D | syncinit.c | 49 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 D | cfg_impl.h | 55 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 D | sfkeyprintf.c | 44 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 D | vars.c | 53 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 D | auth2-hostbased.c | 165 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 D | netnamer.c | 262 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 D | bltin.c | 298 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 D | lex.c | 95 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 D | lookup.c | 203 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 D | stabs.c | 46 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 D | AttributeList.java | 62 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 D | awk.g.y | 121 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 D | whereis.c | 122 void lookup(char *); 192 lookup(*argv++); in main() 221 lookup(char *cp) in lookup() function
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.x | 116 % 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 D | greet_pause.m4 | 25 ### 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 D | m4macs.c | 121 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()
|