Searched refs:ret_id (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dquery-sched.h34 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id);
H A Dquery-sched.c356 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id) { argument
389 if (ret_id)
390 *ret_id = qj->id;
H A Diface.h169 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately, unsigned *ret_id);
H A Diface.c589 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *key, int immediately, unsigned *ret_id) { argument
596 return avahi_query_scheduler_post(i->query_scheduler, key, immediately, ret_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquery-sched.h34 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id);
H A Dquery-sched.c356 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id) { argument
389 if (ret_id)
390 *ret_id = qj->id;
H A Diface.h169 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately, unsigned *ret_id);
H A Diface.c583 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *key, int immediately, unsigned *ret_id) { argument
590 return avahi_query_scheduler_post(i->query_scheduler, key, immediately, ret_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnsxfobj.c57 * ret_id - Where the id will be placed
64 acpi_status acpi_get_id(acpi_handle handle, acpi_owner_id * ret_id) argument
71 if (!ret_id) {
88 *ret_id = node->owner_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c474 u8 ret_id = NFS4_MAX_SLOT_TABLE; local
486 ret_id = slotid;
489 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
490 return ret_id;

Completed in 190 milliseconds