Searched refs:lookups (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c55 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups);
63 AVAHI_LLIST_HEAD(AvahiMulticastLookup, lookups);
114 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, lookups, e->lookups, l);
157 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, lookups, l->engine->lookups, l);
186 for (l = e->lookups; l; l = n) {
282 for (l = e->lookups; l; l = l->lookups_next) {
309 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
311 for (l = e->lookups;
[all...]
H A Dbrowse.h51 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
H A Dwide-area.c79 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, lookups);
97 AVAHI_LLIST_HEAD(AvahiWideAreaLookup, lookups);
269 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, lookups, e->lookups, l);
287 AVAHI_LLIST_REMOVE(AvahiWideAreaLookup, lookups, l->engine->lookups, l);
319 for (l = e->lookups; l; l = n) {
386 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
388 for (l = e->lookups; l; l = l->lookups_next) {
618 AVAHI_LLIST_HEAD_INIT(AvahiWideAreaLookup, e->lookups);
[all...]
H A Dbrowse.c59 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups);
116 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l);
130 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookups, l->record_browser->lookups, l);
171 for (l = b->lookups; l; l = l->lookups_next) {
503 /* If we do wide area lookups and the the cache contained
560 AVAHI_LLIST_HEAD_INIT(AvahiSRBLookup, b->lookups);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlookups.pl15 function: lookup data; generated by lookups.pl; edit there
16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
H A DMakefile.am38 EXTRA_DIST = lookups.pl
H A DMakefile.in294 EXTRA_DIST = lookups.pl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Davc.h87 unsigned int lookups; member in struct:avc_cache_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h76 u_int32_t lookups; member in struct:v1_dqstats
312 u_int32_t lookups; member in struct:v2_dqstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c122 unsigned long long lookups; member in struct:dircache_stat
316 dircache_stat.lookups++;
387 dircache_stat.lookups++;
636 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
638 dircache_stat.lookups,
H A Dunix.h183 u_int32_t lookups; member in struct:dqstats_v2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c122 unsigned long long lookups; member in struct:dircache_stat
316 dircache_stat.lookups++;
387 dircache_stat.lookups++;
637 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
639 dircache_stat.lookups,
H A Dunix.h184 u_int32_t lookups; member in struct:dqstats_v2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquota.h195 int lookups; member in struct:dqstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dneighbour.h73 unsigned long lookups; /* number of lookups */ member in struct:neigh_statistics
74 unsigned long hits; /* number of hits (among lookups) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddquot.c487 dqstats.lookups++;
646 dqstats.lookups++;
653 dqstats.lookups++;
1744 .procname = "lookups",
1745 .data = &dqstats.lookups,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c350 NEIGH_CACHE_STAT_INC(tbl, lookups);
370 NEIGH_CACHE_STAT_INC(tbl, lookups);
1695 ndst.ndts_lookups += st->lookups;
2369 seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs\n");
2381 st->lookups,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Davc.c406 avc_cache_stats_incr(lookups);
H A Dselinuxfs.c1181 seq_printf(seq, "lookups hits misses allocations reclaims "
1184 seq_printf(seq, "%u %u %u %u %u %u\n", st->lookups,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c125 int lookups; member in struct:__anon3552::__anon3553::__anon3554
1237 STAT(++unw.stat.cache.lookups);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.c866 * except it bypass all catalog lookups.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.c866 * except it bypass all catalog lookups.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcatalog.c878 * except it bypass all catalog lookups.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1664 \item \verb|used| --- the number of lookups of this route since its creation.
1944 lookups in destination-based routing tables and selecting
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure1540 --enable-ares[=PATH] Enable c-ares for DNS lookups
1541 --disable-ares Disable c-ares for DNS lookups
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable c-ares for DNS lookups" >&5
2852 $as_echo_n "checking whether to enable c-ares for DNS lookups... " >&6; }
[all...]

Completed in 308 milliseconds