hashbin_find 87 include/net/irda/irqueue.h void* hashbin_find(hashbin_t* hashbin, long hashv, const char* name); hashbin_find 280 net/irda/irias_object.c attrib = hashbin_find(obj->attribs, 0, attrib_name); hashbin_find 426 net/irda/irlmp.c discovery = hashbin_find(irlmp->cachelog, daddr, NULL); hashbin_find 638 net/irda/irlmp.c if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) || hashbin_find 769 net/irda/irnet/irnet_irda.c new = (irnet_socket *) hashbin_find(irnet_server.list, hashbin_find 782 net/irda/irqueue.c entry = (irda_queue_t* ) hashbin_find( hashbin, hashv, name ); hashbin_find 815 net/irda/irqueue.c entry = (irda_queue_t* ) hashbin_find( hashbin, hashv, name ); hashbin_find 1441 net/irda/irttp.c if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) {