Home
last modified time | relevance | path

Searched refs:hashbin_get_first (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/net/irda/
Ddiscovery.c72 discovery = (discovery_t *) hashbin_get_first(cachelog); in irlmp_add_discovery()
151 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_expire_discoveries()
187 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_dump_discoveries()
243 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_copy_discoveries()
282 d = (discovery_t *) hashbin_get_first(cachelog); in irlmp_find_device()
323 discovery = (discovery_t *) hashbin_get_first(cachelog); in discovery_proc_read()
Dirlmp.c396 hashbin_get_first(irlmp->cachelog); in irlmp_connect_request()
417 any_lsap = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_connect_request()
747 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
794 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
934 discovery = (discovery_t *) hashbin_get_first(log); in irlmp_notify_client()
967 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
995 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1142 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request()
1205 next = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1262 curr = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
[all …]
Dirlmp_event.c291 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_u_connect()
311 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_u_connect()
329 lsap = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_state_u_connect()
384 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_active()
391 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_state_active()
448 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_active()
Dirlmp_frame.c241 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_link_unitdata_indication()
442 lsap = (struct lsap_cb *) hashbin_get_first(queue); in irlmp_find_lsap()
Dirsyms.c140 EXPORT_SYMBOL(hashbin_get_first);
Dirqueue.c289 entry = hashbin_get_first( hashbin); in hashbin_remove_first()
469 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first() function
Diriap.c986 obj = (struct ias_object *) hashbin_get_first(objects); in irias_proc_read()
996 hashbin_get_first(obj->attribs); in irias_proc_read()
Dirias_object.c184 node = (struct ias_attrib *) hashbin_get_first(obj->attribs); in irias_delete_attrib()
Dirlap.c1102 self = (struct irlap_cb *) hashbin_get_first(irlap); in irlap_proc_read()
Dirttp.c1729 self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps); in irttp_proc_read()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h93 irda_queue_t *hashbin_get_first(hashbin_t *hashbin);
/linux-2.4.37.9/net/irda/irnet/
Dirnet_irda.c755 new = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_find_socket()
773 new = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_find_socket()
1738 self = (irnet_socket *) hashbin_get_first(irnet_server.list); in irnet_proc_read()
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_core.c500 self = (struct ircomm_cb *) hashbin_get_first(ircomm); in ircomm_proc_read()
Dircomm_tty_attach.c334 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_discovery_indication()
Dircomm_tty.c1365 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_read_proc()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_client.c173 self = (struct irlan_cb *) hashbin_get_first(irlan); in irlan_client_discovery_indication()
Dirlan_common.c1099 self = (struct irlan_cb *) hashbin_get_first(irlan); in irlan_proc_read()