Searched refs:hashbin_find_next (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h89 void* hashbin_find_next(hashbin_t* hashbin, long hashv, const char* name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h89 void* hashbin_find_next(hashbin_t* hashbin, long hashv, const char* name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Dirlmp.c1026 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1058 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1299 while (NULL != hashbin_find_next(self->lsaps, (long) curr, NULL,
1351 curr = hashbin_find_next(self->lsaps, (long) next, NULL,
H A Dirqueue.c149 * o hashbin_find_next()
179 * Alternatively, you may use hashbin_find_next(). But, this will
802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, function
H A Dirlmp_event.c217 /* Note : this function use the new hashbin_find_next()
226 * hashbin_find_next() will return NULL and we will abort the
235 while (NULL != hashbin_find_next(lsap_hashbin,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Dirlmp.c1026 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1058 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1299 while (NULL != hashbin_find_next(self->lsaps, (long) curr, NULL,
1351 curr = hashbin_find_next(self->lsaps, (long) next, NULL,
H A Dirqueue.c149 * o hashbin_find_next()
179 * Alternatively, you may use hashbin_find_next(). But, this will
802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, function
H A Dirlmp_event.c217 /* Note : this function use the new hashbin_find_next()
226 * hashbin_find_next() will return NULL and we will abort the
235 while (NULL != hashbin_find_next(lsap_hashbin,

Completed in 113 milliseconds