Searched refs:hashbin_get_first (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Ddiscovery.c74 discovery = (discovery_t *) hashbin_get_first(cachelog);
164 discovery = (discovery_t *) hashbin_get_first(log);
255 discovery = (discovery_t *) hashbin_get_first(log);
300 for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog);
320 ? (void *) hashbin_get_first(irlmp->cachelog)
H A Dirlmp.c426 hashbin_get_first(irlmp->cachelog);
816 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
866 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1021 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1053 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1230 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1293 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps);
1344 next = (struct lsap_cb *) hashbin_get_first(self->lsaps);
1455 service = (irlmp_service_t *) hashbin_get_first(irlmp->services);
1605 lap = (struct lap_cb *) hashbin_get_first(irlm
[all...]
H A Dirqueue.c91 * o hashbin_get_first()
155 * o hashbin_get_first()
172 * hashbin_get_first() and hashbin_get_next() use the hashbin to
511 entry = hashbin_get_first( hashbin);
833 * Function hashbin_get_first (hashbin)
839 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) function
862 EXPORT_SYMBOL(hashbin_get_first); variable
868 * be started by a call to hashbin_get_first(). The function returns
H A Dirlmp_frame.c239 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps);
456 lsap = (struct lsap_cb *) hashbin_get_first(queue);
H A Diriap.c977 for (obj = (struct ias_object *) hashbin_get_first(irias_objects);
998 ? (void *) hashbin_get_first(irias_objects)
1026 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirias_object.c208 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirlmp_event.c235 lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin);
H A Dirlap.c1107 for (self = (struct irlap_cb *) hashbin_get_first(irlap);
H A Dirttp.c1802 for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirqueue.h91 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c780 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
798 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
1731 self = (irnet_socket *) hashbin_get_first(irnet_server.list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_core.c514 for (self = (struct ircomm_cb *) hashbin_get_first(ircomm);
H A Dircomm_tty_attach.c347 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty);
H A Dircomm_tty.c1368 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty);

Completed in 198 milliseconds