hashbin_get_next   92 include/net/irda/irqueue.h irda_queue_t *hashbin_get_next(hashbin_t *hashbin);
hashbin_get_next   81 net/irda/discovery.c 		discovery = (discovery_t *) hashbin_get_next(cachelog);
hashbin_get_next  170 net/irda/discovery.c 		discovery = (discovery_t *) hashbin_get_next(log);
hashbin_get_next  240 net/irda/discovery.c 		discovery = (discovery_t *) hashbin_get_next(log);
hashbin_get_next  310 net/irda/discovery.c 		discovery = (discovery_t *) hashbin_get_next(log);
hashbin_get_next  328 net/irda/discovery.c 	     discovery = (discovery_t *) hashbin_get_next(irlmp->cachelog)) {
hashbin_get_next  347 net/irda/discovery.c 		: (void *) hashbin_get_next(irlmp->cachelog);
hashbin_get_next  530 net/irda/ircomm/ircomm_core.c 	     self = (struct ircomm_cb *) hashbin_get_next(ircomm)) {
hashbin_get_next  542 net/irda/ircomm/ircomm_core.c 	return (void *) hashbin_get_next(ircomm);
hashbin_get_next 1380 net/irda/ircomm/ircomm_tty.c 		self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty);
hashbin_get_next  981 net/irda/iriap.c 	     obj; obj = (struct ias_object *) hashbin_get_next(irias_objects)) {
hashbin_get_next 1002 net/irda/iriap.c 		: (void *) hashbin_get_next(irias_objects);
hashbin_get_next 1031 net/irda/iriap.c 		     attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
hashbin_get_next 1113 net/irda/irlap.c 	     self; self = (struct irlap_cb *) hashbin_get_next(irlap)) {
hashbin_get_next 1128 net/irda/irlap.c 	return (void *) hashbin_get_next(irlap);
hashbin_get_next  829 net/irda/irlmp.c 		lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
hashbin_get_next  879 net/irda/irlmp.c 		lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
hashbin_get_next 1249 net/irda/irlmp.c 		lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
hashbin_get_next 1540 net/irda/irlmp.c 		service = (irlmp_service_t *)hashbin_get_next(irlmp->services);
hashbin_get_next 1706 net/irda/irlmp.c 			self = (struct lsap_cb*) hashbin_get_next(lap->lsaps);
hashbin_get_next 1711 net/irda/irlmp.c 		lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
hashbin_get_next 1731 net/irda/irlmp.c 		self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps);
hashbin_get_next 1870 net/irda/irlmp.c 	     element = hashbin_get_next(iter->hashbin)) {
hashbin_get_next 1921 net/irda/irlmp.c 	v = hashbin_get_next(iter->hashbin);
hashbin_get_next 1981 net/irda/irlmp.c 		     self = (struct lsap_cb *)hashbin_get_next(lap->lsaps)) {
hashbin_get_next  250 net/irda/irlmp_frame.c 		lsap = (struct lsap_cb *) hashbin_get_next(irlmp->unconnected_lsaps);
hashbin_get_next  480 net/irda/irlmp_frame.c 		lsap = (struct lsap_cb *) hashbin_get_next(queue);
hashbin_get_next  793 net/irda/irnet/irnet_irda.c 	  new = (irnet_socket *) hashbin_get_next(irnet_server.list);
hashbin_get_next  812 net/irda/irnet/irnet_irda.c 	  new = (irnet_socket *) hashbin_get_next(irnet_server.list);
hashbin_get_next 1789 net/irda/irnet/irnet_irda.c       self = (irnet_socket *) hashbin_get_next(irnet_server.list);
hashbin_get_next  822 net/irda/irqueue.c 		*pnext = hashbin_get_next( hashbin );
hashbin_get_next 1813 net/irda/irttp.c 	     self = (struct tsap_cb *) hashbin_get_next(irttp->tsaps)) {
hashbin_get_next 1828 net/irda/irttp.c 	return (void *) hashbin_get_next(irttp->tsaps);