HomeSort by: relevance | last modified time | path
    Searched refs:lookup (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
suff-lookup.exp 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49 SuffFindDeps "suff-lookup.cc"
50 trying suff-lookup.ccc...not there
51 trying suff-lookup.c...not there
52 trying suff-lookup.short...not there
53 trying suff-lookup.sho...got it
54 applying .sho -> .c to "suff-lookup.c"
55 applying .c -> .ccc to "suff-lookup.ccc"
56 applying .ccc -> .cc to "suff-lookup.cc"
60 SuffFindDeps "suff-lookup.sho
    [all...]
var-scope-cmdline.mk 11 # variable name once for each lookup. Instead, when looking up the value of
15 # common case of finding a variable in the global scope, another lookup would
19 # Instead of this costly lookup scheme, make implements it in a different
34 # finding a variable in the global scope, no additional lookup is needed in
  /src/usr.bin/rdist/
Makefile 8 SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
lookup.c 1 /* $NetBSD: lookup.c,v 1.9 2009/04/13 04:35:36 lukem Exp $ */
35 static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93";
37 __RCSID("$NetBSD: lookup.c,v 1.9 2009/04/13 04:35:36 lukem Exp $");
114 (void) lookup(name, REPLACE, value);
118 * Lookup name in the table and return a pointer to it.
119 * LOOKUP - just do lookup, return NULL if not found.
125 lookup(char *name, int action, struct namelist *value) function
133 printf("lookup(%s, %d, %lx)\n", name, action, (long)value);
143 if (action != LOOKUP) {
    [all...]
defs.h 96 /* actions for lookup() */
97 #define LOOKUP 0
169 lookup(char *, int, struct namelist *);
  /src/usr.sbin/ypserv/revnetgroup/
hash.h 63 char *lookup(struct group_entry **, const char *);
hash.c 124 lookup(struct group_entry **table, const char *key) function
  /src/usr.sbin/bootp/common/
Makefile 6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
  /src/lib/libpam/modules/pam_guest/
pam_guest.c 55 lookup(const char *str, const char *list) function
90 is_guest = lookup(user, guests);
  /src/usr.bin/mail/
vars.c 103 lookup(const char name[]) function
123 vp = lookup(name);
144 if ((vp = lookup(name)) == NULL)
  /src/games/battlestar/
parse.c 49 static struct wlist *lookup(const char *);
76 lookup(const char *s) function
91 if (lookup(wp->string) == NULL) {
108 if ((wp = lookup(words[n])) == NULL) {
  /src/usr.sbin/gspa/gspa/
gsp_sym.c 48 lookup(char *id, bool makeit) function
82 ptr = lookup(id, TRUE);
132 bp = lookup(id, TRUE);
139 fp = lookup(id, TRUE);
gsp_ass.h 142 symbol lookup(char *id, bool makeit);
  /src/sys/dist/pf/net/
if_pflog.c 274 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
275 pd->lookup.done = pf_socket_lookup(dir, pd);
276 if (pd->lookup.done > 0) {
277 hdr.uid = pd->lookup.uid;
278 hdr.pid = pd->lookup.pid;
  /src/usr.bin/netstat/
vtw.c 120 static void *lookup(const char *);
155 lookup(const char *name) function
197 p = lookup("timebasebin");
237 if ((p = lookup("vtw_stats")) == NULL)
279 if ((p = lookup("fat_tcpv4")) == NULL)
283 if ((p = lookup("vtw_tcpv4")) == NULL)
387 if ((p = lookup("fat_tcpv6")) == NULL)
390 if ((p = lookup("vtw_tcpv6")) == NULL)
  /src/sys/net/npf/
npfkern.h 47 struct ifnet * (*lookup)(npf_t *, const char *); member in struct:__anon7081
  /src/usr.bin/m4/
look.c 100 lookup(const char *name) function
186 ndptr n = lookup(name);
203 ndptr n = lookup(name);
274 p = lookup(name);
extern.h 73 extern ndptr lookup(const char *);
  /src/usr.sbin/lpr/pac/
pac.c 98 static struct hent *lookup(const char *);
230 hp = lookup(cp);
339 if ((hp = lookup(name)) != NULL)
357 * Lookup a name in the hash table and return a pointer
362 lookup(const char *name) function
411 * Perform lookup for printer name or abbreviation --
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.h 64 idx_ham_func_t lookup; /* look for specific addr/mask */ member in struct:ipf_rdx_head
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c 395 struct i2c_adapter_lookup *lookup = data; local
396 struct intel_dsi *intel_dsi = lookup->intel_dsi;
405 if (lookup->slave_addr != sb->slave_address)
408 status = acpi_get_handle(lookup->dev_handle,
428 struct i2c_adapter_lookup lookup; local
432 memset(&lookup, 0, sizeof(lookup));
433 lookup.slave_addr = slave_addr;
434 lookup.intel_dsi = intel_dsi;
435 lookup.dev_handle = acpi_device_handle(acpi_dev)
    [all...]
  /src/sys/arch/xen/xenbus/
xenbus_probe.c 315 int *lookup = NULL; local
339 lookup = kmem_zalloc(lookup_sz, KM_SLEEP);
355 /* Build lookup table in ascending order */
366 lookup[pos++] = minp;
381 if (lookup)
382 i = lookup[pos];
487 if (lookup)
488 kmem_free(lookup, lookup_sz);
  /src/lib/libc/gen/
getnetgrent.c 75 static int lookup(char *, char **, int);
306 * lookup(): Find the given key in the database or yp, and return its value
310 lookup(char *name, char **line, int bywhat) function
322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis,
339 lookup(name, line, bywhat) function
428 /* Lookup this netgroup */
430 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
531 /* Lookup this netgroup */
533 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
613 * in_lookup1(): Fast lookup for a key in the appropriate ma
    [all...]
  /src/sys/kern/
vfs_cache.c 84 * can trivially be made to support lockless lookup.
103 * minimal in the lookup path; no hash table buckets to cache.
151 * From a performance perspective, cache_lookup(nameiop == LOOKUP) is
155 * therefore want to make everything simplest in the lookup path.
176 * used during forward lookup)
179 * used during reverse lookup)
322 SDT_PROBE_DEFINE3(vfs, namecache, lookup, hit, "struct vnode *",
324 SDT_PROBE_DEFINE3(vfs, namecache, lookup, miss, "struct vnode *",
326 SDT_PROBE_DEFINE3(vfs, namecache, lookup, toolong, "struct vnode *",
441 * Search the RB tree for the key. This is an inlined lookup
    [all...]
  /src/usr.sbin/repquota/
repquota.c 112 static struct fileusage *lookup(uint32_t, int);
259 if ((fup = lookup(qk.qk_id, idtype)) == 0)
466 * Lookup an id of a specific id type.
469 lookup(uint32_t id, int idtype) function
479 * Lookup and remove an id of a specific id type.
508 if ((fup = lookup(id, idtype)) != NULL) {

Completed in 33 milliseconds

1 2 3