Searched defs:lookup (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dnfs_xdr.h591 int (*lookup) (struct inode *, struct qstr *, member in struct:nfs_rpc_ops
/bionic/libc/netbsd/resolv/
H A Dres_cache.c121 * performing two requests per name lookup (one for IPv4, the other for IPv6)
1351 * calls to _resolv_cache_add or _resolv_cache_remove as the 'lookup'
1379 /* Add a new entry to the hash table. 'lookup' must be the
1381 * (i.e. with *lookup == NULL), and 'e' is the pointer to the
1386 Entry** lookup,
1389 *lookup = e;
1399 * 'lookup' must be the result of an immediate previous
1404 Entry** lookup )
1406 Entry* e = *lookup;
1412 *lookup
1385 _cache_add_p( Cache* cache, Entry** lookup, Entry* e ) argument
1423 Entry** lookup = _cache_lookup_p(cache, oldest); local
1448 Entry** lookup; local
1520 Entry** lookup; local
[all...]
/bionic/linker/
H A Dlinker.c498 /* This is used by dl_sym(). It performs symbol lookup only within the
506 /* This is used by dl_sym(). It performs a global symbol lookup.
508 Elf32_Sym *lookup(const char *name, soinfo **found, soinfo *start) function

Completed in 539 milliseconds