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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Ddiscovery.c77 discovery = (discovery_t *) hashbin_get_first(cachelog);
167 discovery = (discovery_t *) hashbin_get_first(log);
258 discovery = (discovery_t *) hashbin_get_first(log);
303 for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog);
323 ? (void *) hashbin_get_first(irlmp->cachelog)
H A Dirlmp.c430 hashbin_get_first(irlmp->cachelog);
820 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
870 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1025 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1057 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1235 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1298 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps);
1349 next = (struct lsap_cb *) hashbin_get_first(self->lsaps);
1460 service = (irlmp_service_t *) hashbin_get_first(irlmp->services);
1610 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
512 entry = hashbin_get_first( hashbin);
834 * Function hashbin_get_first (hashbin)
840 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) function
863 EXPORT_SYMBOL(hashbin_get_first); variable
869 * 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.c979 for (obj = (struct ias_object *) hashbin_get_first(irias_objects);
1000 ? (void *) hashbin_get_first(irias_objects)
1028 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirias_object.c176 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirlmp_event.c233 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.c1813 for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Ddiscovery.c77 discovery = (discovery_t *) hashbin_get_first(cachelog);
167 discovery = (discovery_t *) hashbin_get_first(log);
258 discovery = (discovery_t *) hashbin_get_first(log);
303 for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog);
323 ? (void *) hashbin_get_first(irlmp->cachelog)
H A Dirlmp.c430 hashbin_get_first(irlmp->cachelog);
820 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
870 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1025 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1057 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1235 lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
1298 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps);
1349 next = (struct lsap_cb *) hashbin_get_first(self->lsaps);
1460 service = (irlmp_service_t *) hashbin_get_first(irlmp->services);
1610 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
512 entry = hashbin_get_first( hashbin);
834 * Function hashbin_get_first (hashbin)
840 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) function
863 EXPORT_SYMBOL(hashbin_get_first); variable
869 * 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.c979 for (obj = (struct ias_object *) hashbin_get_first(irias_objects);
1000 ? (void *) hashbin_get_first(irias_objects)
1028 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirias_object.c176 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
H A Dirlmp_event.c233 lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin);
H A Dirlap.c1107 for (self = (struct irlap_cb *) hashbin_get_first(irlap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h91 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h91 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet_irda.c783 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
801 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
1721 self = (irnet_socket *) hashbin_get_first(irnet_server.list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c783 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
801 new = (irnet_socket *) hashbin_get_first(irnet_server.list);
1721 self = (irnet_socket *) hashbin_get_first(irnet_server.list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_core.c529 for (self = (struct ircomm_cb *) hashbin_get_first(ircomm);
H A Dircomm_tty.c1383 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_core.c529 for (self = (struct ircomm_cb *) hashbin_get_first(ircomm);
H A Dircomm_tty.c1383 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty);

Completed in 239 milliseconds

12