Searched refs:hashbin_get_next (Results 1 - 22 of 22) sorted by relevance

/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.c82 discovery = (discovery_t *) hashbin_get_next(cachelog);
171 discovery = (discovery_t *) hashbin_get_next(log);
287 discovery = (discovery_t *) hashbin_get_next(log);
305 discovery = (discovery_t *) hashbin_get_next(irlmp->cachelog)) {
324 : (void *) hashbin_get_next(irlmp->cachelog);
H A Dirlmp.c829 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
879 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1249 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1464 service = (irlmp_service_t *)hashbin_get_next(irlmp->services);
1630 self = (struct lsap_cb*) hashbin_get_next(lap->lsaps);
1635 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1655 self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps);
1794 element = hashbin_get_next(iter->hashbin)) {
1845 v = hashbin_get_next(iter->hashbin);
1905 self = (struct lsap_cb *)hashbin_get_next(la
[all...]
H A Dirqueue.c92 * o hashbin_get_next()
156 * o hashbin_get_next()
172 * hashbin_get_first() and hashbin_get_next() use the hashbin to
819 * Trick hashbin_get_next() to return what we want
823 *pnext = hashbin_get_next( hashbin );
837 * called before any calls to hashbin_get_next()!
866 * Function hashbin_get_next (hashbin)
868 * Get next item in hashbin. A series of hashbin_get_next() calls must
875 irda_queue_t *hashbin_get_next( hashbin_t *hashbin) function
921 EXPORT_SYMBOL(hashbin_get_next); variable
[all...]
H A Dirlmp_frame.c250 lsap = (struct lsap_cb *) hashbin_get_next(irlmp->unconnected_lsaps);
479 lsap = (struct lsap_cb *) hashbin_get_next(queue);
H A Diriap.c980 obj; obj = (struct ias_object *) hashbin_get_next(irias_objects)) {
1001 : (void *) hashbin_get_next(irias_objects);
1030 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
H A Dirlap.c1108 self; self = (struct irlap_cb *) hashbin_get_next(irlap)) {
1123 return (void *) hashbin_get_next(irlap);
H A Dirttp.c1815 self = (struct tsap_cb *) hashbin_get_next(irttp->tsaps)) {
1830 return (void *) hashbin_get_next(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.c82 discovery = (discovery_t *) hashbin_get_next(cachelog);
171 discovery = (discovery_t *) hashbin_get_next(log);
287 discovery = (discovery_t *) hashbin_get_next(log);
305 discovery = (discovery_t *) hashbin_get_next(irlmp->cachelog)) {
324 : (void *) hashbin_get_next(irlmp->cachelog);
H A Dirlmp.c829 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
879 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1249 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1464 service = (irlmp_service_t *)hashbin_get_next(irlmp->services);
1630 self = (struct lsap_cb*) hashbin_get_next(lap->lsaps);
1635 lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
1655 self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps);
1794 element = hashbin_get_next(iter->hashbin)) {
1845 v = hashbin_get_next(iter->hashbin);
1905 self = (struct lsap_cb *)hashbin_get_next(la
[all...]
H A Dirqueue.c92 * o hashbin_get_next()
156 * o hashbin_get_next()
172 * hashbin_get_first() and hashbin_get_next() use the hashbin to
819 * Trick hashbin_get_next() to return what we want
823 *pnext = hashbin_get_next( hashbin );
837 * called before any calls to hashbin_get_next()!
866 * Function hashbin_get_next (hashbin)
868 * Get next item in hashbin. A series of hashbin_get_next() calls must
875 irda_queue_t *hashbin_get_next( hashbin_t *hashbin) function
921 EXPORT_SYMBOL(hashbin_get_next); variable
[all...]
H A Dirlmp_frame.c250 lsap = (struct lsap_cb *) hashbin_get_next(irlmp->unconnected_lsaps);
479 lsap = (struct lsap_cb *) hashbin_get_next(queue);
H A Diriap.c980 obj; obj = (struct ias_object *) hashbin_get_next(irias_objects)) {
1001 : (void *) hashbin_get_next(irias_objects);
1030 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
H A Dirlap.c1108 self; self = (struct irlap_cb *) hashbin_get_next(irlap)) {
1123 return (void *) hashbin_get_next(irlap);
H A Dirttp.c1815 self = (struct tsap_cb *) hashbin_get_next(irttp->tsaps)) {
1830 return (void *) hashbin_get_next(irttp->tsaps);
/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.h92 irda_queue_t *hashbin_get_next(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.h92 irda_queue_t *hashbin_get_next(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/ircomm/
H A Dircomm_core.c531 self = (struct ircomm_cb *) hashbin_get_next(ircomm)) {
543 return (void *) hashbin_get_next(ircomm);
H A Dircomm_tty.c1389 self = (struct ircomm_tty_cb *) hashbin_get_next(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.c531 self = (struct ircomm_cb *) hashbin_get_next(ircomm)) {
543 return (void *) hashbin_get_next(ircomm);
H A Dircomm_tty.c1389 self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty);
/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.c794 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
813 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
1766 self = (irnet_socket *) hashbin_get_next(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.c794 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
813 new = (irnet_socket *) hashbin_get_next(irnet_server.list);
1766 self = (irnet_socket *) hashbin_get_next(irnet_server.list);

Completed in 203 milliseconds