hashbin_get_first   91 include/net/irda/irqueue.h irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
hashbin_get_first   76 net/irda/discovery.c 	discovery = (discovery_t *) hashbin_get_first(cachelog);
hashbin_get_first  166 net/irda/discovery.c 	discovery = (discovery_t *) hashbin_get_first(log);
hashbin_get_first  233 net/irda/discovery.c 	discovery = (discovery_t *) hashbin_get_first(log);
hashbin_get_first  281 net/irda/discovery.c 	discovery = (discovery_t *) hashbin_get_first(log);
hashbin_get_first  326 net/irda/discovery.c 	for (discovery = (discovery_t *) hashbin_get_first(irlmp->cachelog);
hashbin_get_first  346 net/irda/discovery.c 		? (void *) hashbin_get_first(irlmp->cachelog)
hashbin_get_first  528 net/irda/ircomm/ircomm_core.c 	for (self = (struct ircomm_cb *) hashbin_get_first(ircomm);
hashbin_get_first 1366 net/irda/ircomm/ircomm_tty.c 	self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty);
hashbin_get_first  980 net/irda/iriap.c 	for (obj = (struct ias_object *) hashbin_get_first(irias_objects);
hashbin_get_first 1001 net/irda/iriap.c 		? (void *) hashbin_get_first(irias_objects)
hashbin_get_first 1029 net/irda/iriap.c 		for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
hashbin_get_first  175 net/irda/irias_object.c 	node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
hashbin_get_first 1112 net/irda/irlap.c 	for (self = (struct irlap_cb *) hashbin_get_first(irlap);
hashbin_get_first  430 net/irda/irlmp.c 				hashbin_get_first(irlmp->cachelog);
hashbin_get_first  820 net/irda/irlmp.c 	lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
hashbin_get_first  870 net/irda/irlmp.c 	lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
hashbin_get_first 1025 net/irda/irlmp.c 	client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
hashbin_get_first 1057 net/irda/irlmp.c 	client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
hashbin_get_first 1235 net/irda/irlmp.c 	lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
hashbin_get_first 1298 net/irda/irlmp.c 	curr = (struct lsap_cb *) hashbin_get_first( self->lsaps);
hashbin_get_first 1349 net/irda/irlmp.c 			next = (struct lsap_cb *) hashbin_get_first(self->lsaps);
hashbin_get_first 1536 net/irda/irlmp.c 	service = (irlmp_service_t *) hashbin_get_first(irlmp->services);
hashbin_get_first 1686 net/irda/irlmp.c 	lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
hashbin_get_first 1696 net/irda/irlmp.c 		self = (struct lsap_cb *) hashbin_get_first(lap->lsaps);
hashbin_get_first 1723 net/irda/irlmp.c 	self = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps);
hashbin_get_first 1868 net/irda/irlmp.c 	for (element = hashbin_get_first(iter->hashbin);
hashbin_get_first 1979 net/irda/irlmp.c 		for (self = (struct lsap_cb *) hashbin_get_first(lap->lsaps);
hashbin_get_first  233 net/irda/irlmp_event.c 	lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin);
hashbin_get_first  239 net/irda/irlmp_frame.c 	lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps);
hashbin_get_first  457 net/irda/irlmp_frame.c 	lsap = (struct lsap_cb *) hashbin_get_first(queue);
hashbin_get_first  782 net/irda/irnet/irnet_irda.c       new = (irnet_socket *) hashbin_get_first(irnet_server.list);
hashbin_get_first  800 net/irda/irnet/irnet_irda.c       new = (irnet_socket *) hashbin_get_first(irnet_server.list);
hashbin_get_first 1744 net/irda/irnet/irnet_irda.c   self = (irnet_socket *) hashbin_get_first(irnet_server.list);
hashbin_get_first  511 net/irda/irqueue.c 	entry = hashbin_get_first( hashbin);
hashbin_get_first 1811 net/irda/irttp.c 	for (self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps);