hashbin_remove 84 include/net/irda/irqueue.h void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name); hashbin_remove 196 net/irda/ircomm/ircomm_core.c entry = hashbin_remove(ircomm, self->line, NULL); hashbin_remove 175 net/irda/irda_device.c hashbin_remove(tasks, (long) task, NULL); hashbin_remove 254 net/irda/iriap.c entry = (struct iriap_cb *) hashbin_remove(iriap, (long) self, NULL); hashbin_remove 232 net/irda/irlap.c lap = hashbin_remove(irlap, self->saddr, NULL); hashbin_remove 253 net/irda/irlmp.c lsap = hashbin_remove(lap->lsaps, (long) self, NULL); hashbin_remove 261 net/irda/irlmp.c lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, hashbin_remove 344 net/irda/irlmp.c link = hashbin_remove(irlmp->links, saddr, NULL); hashbin_remove 474 net/irda/irlmp.c lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL); hashbin_remove 720 net/irda/irlmp.c lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); hashbin_remove 772 net/irda/irlmp.c lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL); hashbin_remove 584 net/irda/irlmp_event.c lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, hashbin_remove 528 net/irda/irttp.c tsap = hashbin_remove(irttp->tsaps, (long) self, NULL);