Home
last modified time | relevance | path

Searched refs:HB_LOCAL (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/irda/
Dirqueue.c173 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_insert()
202 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_insert()
235 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_find()
271 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_find()
327 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_remove()
380 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_remove()
430 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_remove_this()
455 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_remove_this()
Diriap.c95 iriap = hashbin_new(HB_LOCAL); in iriap_init()
99 objects = hashbin_new(HB_LOCAL); in iriap_init()
Dirias_object.c97 obj->attribs = hashbin_new(HB_LOCAL); in irias_new_object()
Dirlap.c83 irlap = hashbin_new(HB_LOCAL); in irlap_init()
525 self->discovery_log= hashbin_new(HB_LOCAL); in irlap_discovery_request()
Dirttp.c95 irttp->tsaps = hashbin_new(HB_LOCAL); in irttp_init()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h43 #define HB_LOCAL 2 macro
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_core.c64 ircomm = hashbin_new(HB_LOCAL); in ircomm_init()
Dircomm_tty.c94 ircomm_tty = hashbin_new(HB_LOCAL); in ircomm_tty_init()
/linux-2.4.37.9/drivers/net/irda/
Dirtty.c80 irtty = hashbin_new( HB_LOCAL); in irtty_init()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_common.c127 irlan = hashbin_new(HB_LOCAL); in irlan_init()