Searched refs:lh (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dlhash.h172 #define lh_error(lh) ((lh)->error)
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data);
178 void *lh_retrieve(LHASH *lh, const void *data);
179 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
180 void lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
182 unsigned long lh_num_items(const LHASH *lh);
185 void lh_stats(const LHASH *lh, FIL
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dlhash.h171 #define lh_error(lh) ((lh)->error)
174 void lh_free(LHASH *lh);
175 void *lh_insert(LHASH *lh, const void *data);
176 void *lh_delete(LHASH *lh, const void *data);
177 void *lh_retrieve(LHASH *lh, const void *data);
178 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
179 void lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
181 unsigned long lh_num_items(const LHASH *lh);
184 void lh_stats(const LHASH *lh, FIL
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhosts.c59 struct list_head *lh; local
64 list_for_each(lh, &hosts) {
65 if (host == list_entry(lh, struct hpsb_host, host_list)) {
179 struct list_head *lh; local
183 list_for_each (lh, &hosts) {
184 host = list_entry(lh, struct hpsb_host, host_list);
H A Draw1394.c159 struct list_head *lh; local
162 list_for_each(lh, &host_info_list) {
163 hi = list_entry(lh, struct host_info, list);
199 struct list_head *lh; local
208 list_for_each(lh, &hi->file_info_list) {
209 fi = list_entry(lh, struct file_info, list);
234 struct list_head *lh; local
250 list_for_each(lh, &hi->file_info_list) {
251 fi = list_entry(lh, struct file_info, list);
290 lh
303 struct list_head *lh; local
373 struct list_head *lh; local
441 struct list_head *lh; local
941 struct list_head *lh; local
[all...]
H A Dnodemgr.c85 struct list_head *lh; local
93 list_for_each(lh, &node_list) {
97 ne = list_entry(lh, struct node_entry, list);
357 struct list_head *lh; local
360 list_for_each(lh, &node_list) {
361 ne = list_entry(lh, struct node_entry, list);
370 struct list_head *lh; local
373 list_for_each(lh, &node_list) {
374 ne = list_entry(lh, struct node_entry, list);
788 struct list_head *lh; local
856 struct list_head *lh; local
872 struct list_head *lh; local
900 struct list_head *lh; local
962 struct list_head *lh; local
1100 struct list_head *lh, *next; local
1304 struct list_head *lh; local
1332 struct list_head *lh, *next; local
[all...]
H A Dieee1394_core.c72 struct list_head *lh, *next; local
74 list_for_each_safe(lh, next, &packet->complete_tq) {
75 struct tq_struct *tq = list_entry(lh, struct tq_struct, list);
488 struct list_head *lh; local
497 list_for_each(lh, &host->pending_packets) {
498 packet = list_entry(lh, struct hpsb_packet, list);
505 if (lh == &host->pending_packets) {
763 struct list_head *lh; local
773 list_for_each(lh, &llist) {
774 packet = list_entry(lh, struc
787 struct list_head *lh, *next; local
[all...]
H A Dcmp.c88 struct list_head *lh; local
93 list_for_each(lh, &host_list) {
94 ch = list_entry(lh, struct cmp_host, link);
100 if (lh == &host_list)
H A Dsbp2.c440 struct list_head *lh; local
450 lh = hi->sbp2_req_free.next;
451 list_del(lh);
453 request_packet = list_entry(lh, struct sbp2_request_packet, list);
481 struct list_head *lh; local
492 lh = hi->sbp2_req_free.next;
493 list_del(lh);
495 request_packet = list_entry(lh, struct sbp2_request_packet, list);
606 struct list_head *lh, *next; local
612 list_for_each_safe(lh, nex
639 struct list_head *lh; local
666 struct list_head *lh; local
693 struct list_head *lh; local
947 struct list_head *lh; local
965 struct list_head *lh; local
2656 struct list_head *lh; local
[all...]
H A Damdtp.c854 struct list_head *lh, *next; local
858 list_for_each_safe(lh, next, &s->dma_packet_lists)
859 packet_list_free(list_entry(lh, struct packet_list, link), s);
860 list_for_each_safe(lh, next, &s->free_packet_lists)
861 packet_list_free(list_entry(lh, struct packet_list, link), s);
1224 struct list_head *lh; local
1228 list_for_each(lh, &host_list) {
1229 if (list_entry(lh, struct amdtp_host, link)->host == host) {
1230 list_del(lh);
1236 if (lh !
[all...]
H A Deth1394.c108 struct list_head *lh; local
111 lh = host_info_list.next;
112 while (lh != &host_info_list) {
113 hi = list_entry (lh, struct host_info, list);
118 lh = lh->next;
H A Dvideo1394.c539 struct list_head *lh; local
541 list_for_each(lh, list) {
543 ctx = list_entry(lh, struct dma_iso_ctx, link);
1232 struct list_head *lh; local
1236 list_for_each(lh, &video1394_cards) {
1237 struct video_card *p = list_entry(lh, struct video_card, list);
1268 struct list_head *lh, *next; local
1272 list_for_each_safe(lh, next, &ctx->context_list) {
1274 d = list_entry(lh, struct dma_iso_ctx, link);
1352 struct list_head *lh, *nex local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dpsdev.c102 struct list_head *lh; local
105 lh = &channel->uc_processing;
106 while ( (lh = lh->next) != &channel->uc_processing) {
107 req = list_entry(lh, struct upc_req, rq_chain);
187 struct list_head *lh; local
211 lh = &channel->uc_processing;
212 while ( (lh = lh->next) != &channel->uc_processing ) {
213 tmp = list_entry(lh, struc
328 struct list_head *lh; local
424 struct list_head *lh; local
[all...]
H A Dinode.c116 struct list_head *lh; local
149 lh = channel->uc_pending.next;
150 while ( lh != &channel->uc_pending) {
152 req = list_entry(lh, struct upc_req, rq_chain);
154 /* assignment must be here: we are about to free &lh */
155 lh = lh->next;
H A Dcache.c85 struct list_head *lh, *tmp; local
87 lh = tmp = &(presto_caches[presto_cache_hash(dev)]);
88 while ( (tmp = lh->next) != lh ) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dmca.c988 * Inputs : lh * (ptr to SAL log error record header)
993 ia64_log_rec_header_print (sal_log_record_header_t *lh, prfunc_t prfunc) argument
998 (lh->revision.major >> 4) * 10 + (lh->revision.major & 0xf),
999 (lh->revision.minor >> 4) * 10 + (lh->revision.minor & 0xf));
1000 prfunc("+Err Record ID: %d SAL Rev: %s\n", lh->id, str_buf);
1002 (lh->timestamp.slh_month >> 4) * 10 +
1003 (lh->timestamp.slh_month & 0xf),
1004 (lh
1714 ia64_log_processor_info_print(sal_log_record_header_t *lh, prfunc_t prfunc) argument
1777 ia64_log_platform_info_print(sal_log_record_header_t *lh, prfunc_t prfunc) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dpsdev.c108 struct list_head *lh; local
168 list_for_each(lh, &vcp->vc_processing) {
169 tmp = list_entry(lh, struct upc_req , uc_chain);
329 struct list_head *lh, *next; local
346 lh = vcp->vc_pending.next;
347 next = lh;
348 while ( (lh = next) != &vcp->vc_pending) {
349 next = lh->next;
350 req = list_entry(lh, struct upc_req, uc_chain);
361 lh
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dinetpeer.c195 int lh, rh; local
202 lh = node_height(l);
204 if (lh > rh + 1) { /* l: RH+2 */
232 } else if (rh > lh + 1) { /* r: LH+2 */
251 node->avl_height = lh + 1; /* node: LH+1 */
254 r->avl_height = lh + 1; /* r: LH+1 */
257 rl->avl_height = lh + 2;
261 node->avl_height = (lh > rh ? lh : rh) + 1;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddev_flashop_engine.S180 lh t0,0(reg_src) /* interesting byte is odd */
194 lh t0,0(reg_src) /* Copy user data */
213 lh t0,0(reg_src) /* interesting byte is odd */
247 1: lh t0,0(reg_src) /* Copy CFI data */
345 1: lh t0,0(reg_dest) # get word
376 1: lh t0,0(reg_dest) # get word
437 lh t0,0(reg_src)
442 1: lh t2,0(reg_dest) # t2 = byte from flash
675 lh t0,0(reg_src)
678 1: lh t
[all...]
H A Dlib_physio.S138 PHYSOP16(lh,v0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_simple.c626 struct list_head *lh = list_lh->next;
632 while (lh != list_lh) {
633 urb = list_entry (lh, struct urb, urb_list);
634 lh = lh->next;
647 if (lh == list_lh && urb)
648 lh = &urb->urb_list;
670 struct list_head *lh = NULL; local
679 list_for_each (lh, list_lh) {
680 urb = list_entry (lh, struc
719 struct list_head *lh; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhpusbscsi.h17 struct list_head lh; member in struct:hpusbscsi
H A Dhid-input.c68 struct list_head *lh; local
71 list_for_each (lh, &hid->inputs) {
74 hidinput = list_entry(lh, struct hid_input, list);
501 struct list_head *lh, *next; local
504 list_for_each_safe (lh, next, &hid->inputs) {
505 hidinput = list_entry(lh, struct hid_input, list);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Diucv.c479 struct list_head *lh;
485 list_for_each(lh, &iucv_handler_table) {
486 handler *h = list_entry(lh, handler, list);
877 struct list_head *lh;
886 list_for_each(lh, &iucv_handler_table) {
887 if ((handler *)handle == list_entry(lh, handler, list)) {
958 struct list_head *lh;
967 list_for_each(lh, &iucv_handler_table) {
968 if ((handler *)handle == list_entry(lh, handler, list)) {
1053 struct list_head *lh;
476 struct list_head *lh; local
874 struct list_head *lh; local
955 struct list_head *lh; local
1050 struct list_head *lh; local
2224 struct list_head *lh; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dhead.S143 lh t1, KV_RO_NASID_OFFSET(t0)
144 lh t2, KV_RW_NASID_OFFSET(t0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsyncppp.c763 struct lcp_header *lh; local
779 lh = (struct lcp_header *)skb_put(skb, sizeof(struct lcp_header));
780 lh->type = type;
781 lh->ident = ident;
782 lh->len = htons (LCP_HEADER_LEN + len);
791 proto==PPP_LCP ? sppp_lcp_type_name (lh->type) :
792 sppp_ipcp_type_name (lh->type), lh->ident,
793 ntohs (lh->len));
795 sppp_print_bytes ((u8*) (lh
[all...]

Completed in 128 milliseconds

12