Searched refs:hl (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.c54 static struct hl_host_info *hl_get_hostinfo(struct hpsb_highlevel *hl, argument
59 if (!hl || !host)
62 read_lock(&hl->host_info_lock);
63 list_for_each_entry(hi, &hl->host_info_list, list) {
65 read_unlock(&hl->host_info_lock);
69 read_unlock(&hl->host_info_lock);
76 * Returns a per @host and @hl driver data structure that was previously stored
79 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
81 struct hl_host_info *hi = hl_get_hostinfo(hl, host);
90 * to this @hl drive
93 hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, size_t data_size) argument
131 hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, void *data) argument
155 hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
176 hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned long key) argument
190 hpsb_get_hostinfo_bykey(struct hpsb_highlevel *hl, unsigned long key) argument
211 struct hpsb_highlevel *hl = __data; local
227 hpsb_register_highlevel(struct hpsb_highlevel *hl) argument
256 __unregister_host(struct hpsb_highlevel *hl, struct hpsb_host *host, int update_cr) argument
290 struct hpsb_highlevel *hl = __data; local
299 hpsb_unregister_highlevel(struct hpsb_highlevel *hl) argument
327 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, struct hpsb_address_ops *ops, u64 size, u64 alignment, u64 start, u64 end) argument
415 hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, struct hpsb_address_ops *ops, u64 start, u64 end) argument
465 hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, u64 start) argument
491 hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
506 hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
535 struct hpsb_highlevel *hl; local
552 struct hpsb_highlevel *hl; local
563 struct hpsb_highlevel *hl; local
576 struct hpsb_highlevel *hl; local
591 struct hpsb_highlevel *hl; local
[all...]
H A Dhighlevel.h116 void hpsb_register_highlevel(struct hpsb_highlevel *hl);
117 void hpsb_unregister_highlevel(struct hpsb_highlevel *hl);
119 u64 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl,
124 int hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
126 int hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
128 int hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
130 void hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
133 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
134 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host,
136 void hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib553.c63 struct curl_slist *headerlist=NULL, *hl; local
80 hl = curl_slist_append(headerlist, buf);
81 if (!hl)
83 headerlist = hl;
86 hl = curl_slist_append(headerlist, "Expect: ");
87 if (!hl)
89 headerlist = hl;
H A Dlib505.c51 struct curl_slist *hl; local
106 if ((hl = curl_slist_append(headerlist, buf_1)) == NULL) {
113 if ((headerlist = curl_slist_append(hl, buf_2)) == NULL) {
115 curl_slist_free_all(hl);
121 headerlist = hl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dmathops.h59 union { uint64_t x; unsigned hl[2]; } x; member in union:__anon494
61 : "=r"(x.hl[0]), "=r"(x.hl[1]) : "r"(a), "r"(b));
68 union { uint64_t x; unsigned hl[2]; } x = { d }; member in union:__anon495
70 : "+r"(x.hl[0]), "+r"(x.hl[1]) : "r"(a), "r"(b));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_hnd.c51 struct handle_list *hl = NULL; local
62 hl = plist->pipe_handles;
67 if (!hl) {
73 if ((hl = SMB_MALLOC_P(struct handle_list)) == NULL)
75 ZERO_STRUCTP(hl);
84 hl->pipe_ref_count++;
90 p->pipe_handles = hl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c839 int hl, i; local
841 hl = 0;
843 hl += sprintf(outaddr+hl, "%01x", (unsigned int) addr[i]);
844 hl += sprintf(outaddr+hl, " ");
845 return hl;
851 int hl, inl, c, cx; local
853 hl = sprintf(outaddr, " ");
856 hl
871 int hl, inl, r, rx; local
891 int hl, r; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/802/
H A Dfddi.c57 int hl = FDDI_K_SNAP_HLEN; local
61 hl=FDDI_K_8022_HLEN-3;
62 fddi = (struct fddihdr *)skb_push(skb, hl);
85 return(hl);
88 return(-hl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_par.c125 int nl,hl,j,r; local
153 hl=(p-op);
154 length-=hl;
161 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
162 depth,(long)hl,len) <= 0)
167 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
168 depth,(long)hl) <= 0)
228 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
244 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
261 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dasn1_par.c122 int nl,hl,j,r; local
150 hl=(p-op);
151 length-=hl;
158 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
159 depth,(long)hl,len) <= 0)
164 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
165 depth,(long)hl) <= 0)
225 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
241 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
258 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_hl.c22 " --hl-eq [!] value Match hop limit value\n"
23 " --hl-lt value Match HL < value\n"
24 " --hl-gt value Match HL > value\n"
44 "hl: You must specify a value");
60 "hl: unexpected `!'");
70 "hl: unexpected `!'");
89 "`--hl-eq', `--hl-lt', `--hl-gt'");
120 printf("--hl
132 struct ip6tables_match hl = { variable in typeref:struct:ip6tables_match
[all...]
H A DMakefile9 PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner physdev policy standard state tcp udp CONNMARK HL LOG NFQUEUE MARK TCPMSS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_lib.c617 int end=0,i,k,bl=0,hl=0,nohead=0; local
665 hl=0;
678 if (!BUF_MEM_grow(headerB,hl+i+9))
685 memcpy(&(headerB->data[hl]),buf,i);
686 headerB->data[hl+i]='\0';
687 hl+=i;
734 bl=hl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_lib.c622 int end=0,i,k,bl=0,hl=0,nohead=0; local
670 hl=0;
683 if (!BUF_MEM_grow(headerB,hl+i+9))
690 memcpy(&(headerB->data[hl]),buf,i);
691 headerB->data[hl+i]='\0';
692 hl+=i;
739 bl=hl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dlineedit.c892 char *hl = xmalloc_getline(fp); local
895 if (!hl)
897 l = strlen(hl);
899 hl[MAX_LINELEN-1] = '\0';
900 if (l == 0 || hl[0] == ' ') {
901 free(hl);
904 state->history[hi++] = hl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_drv.c220 {slidx_list_t *hl = &slidx_pool.buffer[slidx_pool.cur_idx]; \
221 hl->hdr = ptr; \
222 list_add(&hl->list, &(sect)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Ddialog.h100 int hl; /* highlight this item */ member in struct:dialog_color
H A Dutil.c63 dlg.dialog.hl = (h); \
180 if (color->hl)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.c831 unsigned short hl; local
838 hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen;
839 skb = alloc_skb(hl+count, GFP_ATOMIC);
844 skb_reserve(skb, hl);
1322 unsigned short hl; local
1328 hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen + IPPP_MAX_HEADER;
1330 * Note: hl might still be insufficient because the method
1335 new_skb = alloc_skb(hl+skb->len, GFP_ATOMIC);
1340 skb_reserve(new_skb, hl);
2200 int hl; local
[all...]
H A Disdn_common.c1967 int hl = dev->drv[drvidx]->interface->hl_hdrlen; local
1968 struct sk_buff *skb = alloc_skb(hl + len, GFP_ATOMIC);
1972 skb_reserve(skb, hl);
2010 int hl = dev->drv[drvidx]->interface->hl_hdrlen; local
2012 if( skb_headroom(skb) < hl ){
2023 skb_tmp = skb_realloc_headroom(skb, hl);
H A Disdn_net.c1415 unsigned short hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen; local
1418 skb = alloc_skb(hl + len, GFP_ATOMIC);
1420 skb_reserve(skb, hl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86_64-xlate.pl225 elsif ($self->{value} =~ /^[a-d][hl]$/i){ $ret="b"; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfdct_altivec.c223 #define MERGE_S16(hl,a,b) vec_merge##hl(vs16(a), vs16(b))

Completed in 237 milliseconds