Searched refs:flush_cache (Results 1 - 21 of 21) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.c598 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) { argument
605 return avahi_response_scheduler_post(i->response_scheduler, record, flush_cache, querier, immediately);
H A Diface.h171 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
H A Dinternal.h175 void avahi_server_enumerate_aux_records(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata);
H A Dresponse-sched.c63 int flush_cache; member in struct:AvahiResponseJob
93 rj->flush_cache = 0;
193 static void enumerate_aux_records_callback(AVAHI_GCC_UNUSED AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata) { argument
199 avahi_response_scheduler_post(rj->scheduler, r, flush_cache, rj->querier_valid ? &rj->querier : NULL, 0);
208 if (!avahi_dns_packet_append_record(p, rj->record, rj->flush_cache, 0))
349 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) { argument
378 (rj->flush_cache || !flush_cache)) {
401 if (flush_cache)
402 rj->flush_cache
431 avahi_response_scheduler_incoming(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache) argument
[all...]
H A Dresponse-sched.h35 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
36 void avahi_response_scheduler_incoming(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache);
H A Drrlist.c41 int flush_cache; member in struct:AvahiRecordListItem
112 *ret_flush_cache = i->flush_cache;
141 void avahi_record_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliary) { argument
156 i->flush_cache = flush_cache;
161 l->all_flush_cache = l->all_flush_cache && flush_cache;
187 /* Return TRUE if all entries in this list have flush_cache set */
H A Drrlist.h35 void avahi_record_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliary);
H A Dserver.c54 static void enum_aux_records(AvahiServer *s, AvahiInterface *i, const char *name, uint16_t type, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata) { argument
85 void avahi_server_enumerate_aux_records(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata) { argument
346 static void append_aux_callback(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata) { argument
353 avahi_record_list_push(s->record_list, r, flush_cache, *unicast_response, 1);
397 int unicast_response, flush_cache, auxiliary; local
406 while ((r = avahi_record_list_next(s->record_list, &flush_cache, &unicast_response, &auxiliary))) {
415 if (flush_cache && !tc && !auxiliary && avahi_record_list_all_flush_cache(s->record_list))
418 if (!avahi_interface_post_response(i, r, flush_cache, a, im) && unicast_response) {
435 if (avahi_dns_packet_append_record(reply, r, flush_cache, 0)) {
455 if (avahi_dns_packet_append_record(reply, r, flush_cache,
499 reflect_response(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, int flush_cache) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c1362 int flush_cache = 0; local
1748 flush_cache = 1;
1889 flush_cache = 1; /* soft bkpt by modified memory */
1917 flush_cache = 1; /* soft bkpt by modified memory */
1946 if (flush_cache)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dmain.c88 flush_cache(addr, ei.loadsize);
H A Dops.h85 extern void flush_cache(void *, unsigned long);
H A Dstring.S215 * flush_cache(addr, len)
217 .global flush_cache
218 flush_cache: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c706 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
707 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb);
708 scb->cmd.flush_cache.state = IPS_NORM_STATE;
709 scb->cmd.flush_cache.reserved = 0;
710 scb->cmd.flush_cache.reserved2 = 0;
711 scb->cmd.flush_cache.reserved3 = 0;
712 scb->cmd.flush_cache.reserved4 = 0;
780 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
781 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb);
782 scb->cmd.flush_cache
[all...]
H A Dips.h650 IPS_FC_CMD flush_cache; member in union:__anon6644
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache();
H A Di810_main.h55 static inline void flush_cache(void) function
60 #define flush_cache() do { } while(0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h64 void (*flush_cache)(void); member in struct:fib_rules_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c49 if (ops->flush_cache)
50 ops->flush_cache();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c258 .flush_cache = dn_fib_rule_flush_cache,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c317 .flush_cache = fib4_rule_flush_cache,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dmin_osl.c296 void flush_cache(unsigned long dummy1, unsigned long dummy2) function
433 flush_cache(0, ~0);

Completed in 286 milliseconds