/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | table.c | 36 * Hash table manager. Store/lookup strings, keyed by string 85 lookup(table, key) function
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | locate_plugin.h | 52 lookup function should only return an error if it detects a 54 krb5_error_code (*lookup)(void *, member in struct:krb5plugin_service_locate_ftable
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
H A D | KstatCtl.java | 80 public native Kstat lookup(String module, int instance, String name); method in class:KstatCtl
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | lookup.c | 91 (void) lookup(name, REPLACE, value); 96 * LOOKUP - just do lookup, return NULL if not found. 102 lookup(name, action, value) function 113 printf("lookup(%s, %d, %x)\n", name, action, value);
|
/illumos-gate/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 188 # lookup property in node and return its hash 190 sub lookup { subroutine 415 %prop = $md->lookup($nodeid, "aliases", $md->MDSTR); 418 %prop = $md->lookup($nodeid, "current", $md->MDSTR);
|
/illumos-gate/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) function
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | lookup.c | 121 lookup(char *ident) function
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | DbLookups.py | 30 # Various database lookup classes/methods, i.e.: 59 r = bdb.lookup("6455550") 61 r = bdb.lookup(["6455550", "6505625"]) 99 def lookup(self, crs): member in class:BugDB
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | vars.c | 53 static struct var *lookup(char name[]); 70 vp = lookup(name); 98 if ((vp2 = lookup(s)) == NOVAR) { 171 if ((vp = lookup(name)) == NOVAR) 185 lookup(char name[]) function
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lookup.c | 203 lookup(tbl *tblp[], char *name, char *defn) function 225 error(FATAL, gettext("out of space in lookup"), NULL); 239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval); 241 lookup(restbl, resword[i].res, resword[i].resval);
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | lookup.c | 36 * This file contains the file lookup code for NFS. 69 * starting at current directory (root for us), lookup the pathname. 77 * For NFSv4 we may be calling lookup in the context of evaluating the 81 lookup(char *pathname, struct nfs_file *cur_file, bool_t needroothandle) function 163 * Perform a lookup in the current directory. 164 * We create a simple negative lookup cache by storing 171 dprintf("lookup: component %s pathleft %s\n", component, pnp->pn_path); 193 printf("lookup: NFS Version %d not supported\n", 203 printf("lookup: lookup RP [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | mdescplugin.c | 76 disk_lookup_t *lookup = (disk_lookup_t *)args; local 86 if (strcmp(path, lookup->path) == 0) { 87 lookup->disk = node; 88 lookup->result = DISK_FOUND; 170 disk_lookup_t lookup; local 182 lookup.path = strdup(path); 183 lookup.disk = NULL; 184 lookup.result = DISK_NOT_FOUND; 186 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup, 192 if (lookup [all...] |
/illumos-gate/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)) 179 if (lookup(yesno, arg)) 185 if (lookup(yesno, arg)) 190 sm.sm_txclock = lookup(txnames, arg); 193 sm.sm_rxclock = lookup(rxnames, arg); 290 lookup(char **table, char *arg) function
|
/illumos-gate/usr/src/ucbcmd/whereis/ |
H A D | whereis.c | 122 void lookup(char *); 192 lookup(*argv++); 221 lookup(char *cp) function
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_index.cc | 189 db_index::lookup(item *index_value, long *how_many_found, function in class:db_index 196 READLOCK(this, NULL, "r db_index::lookup"); 198 READUNLOCK(this, NULL, "ru db_index::lookup"); 207 ret = fst->lookup(case_insens, hval, 217 READUNLOCK(this, ret, "ru db_index::lookup");
|
H A D | db_index_entry.cc | 165 db_index_entry::lookup(bool_t casein, unsigned long hval, function in class:db_index_entry 184 * index entries. These may be changed after the next call to 'lookup' 188 db_index_entry::lookup(bool_t casein, unsigned long hval, function in class:db_index_entry
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | netnamer.c | 262 char *lookup; local 273 lookup = NULL; 275 &lookup, &len); 288 if (lookup) { 289 lookup[len] = '\0'; 290 *err = parse_netid_str(lookup, argp); 291 free(lookup);
|
/illumos-gate/usr/src/cmd/units/ |
H A D | units.c | 84 int lookup(char *name, struct unit *up, int den, int c); 230 err |= lookup(cp, p, den, c); 243 lookup(char *name, struct unit *up, int den, int c) function
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | tran.c | 80 dprintf("recloc %o lookup %o\n", 81 recloc, lookup(L_record, symtab, 0), NULL); 140 CELL *lookup(); 143 if (n != NULL && (p = lookup(n, tab, 0)) != NULL) { 178 lookup(wchar_t *s, CELL **tab, int flag) function
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | ff.c | 74 static void lookup(void); 220 /* perform a lookup if fstype is not specified */ 232 lookup(); 278 lookup(void) function
|
H A D | switchout.c | 118 static void lookup(void); 227 /* perform a lookup if fstype is not specified */ 254 lookup(); 362 lookup(void) function
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 455 lookup(CHR *s, CHR **t) function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 59 fprintf(stderr, gettext("\tnfsref [-t type] lookup path\n")); 256 lookup(char *sl_path, char *svc_type, int type_set) function 389 } else if (strcmp(command, "lookup") == 0) { 391 err = lookup(sl_path, svc_type, type_set);
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_rcm.c | 40 * Define structures for a path-to-usage lookup table. 323 * First a lookup table is built to map lists of RCM usage to 325 * the lookup table is used for each node to find matching 336 /* Build a lookup table, mapping paths to usage information */ 338 log_err("Cannot build RCM lookup table (%s)\n", strerror(rv)); 452 info_table_t lookup; local 463 log_err("Cannot lookup hotplug path (%s)\n", strerror(rv)); 468 /* Check the lookup table for associated usage */ 469 lookup.path = arg->path; 470 if ((slot = bsearch(&lookup, ar [all...] |
/illumos-gate/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 44 Sf_key_lookup_t lookup; member in struct:__anon2613 206 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); 213 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); 339 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument 351 fmt.lookup = lookup; 367 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument 378 fmt.lookup = lookup;
|