Searched refs:inf (Results 51 - 75 of 671) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-pxa27x.c158 struct pxaohci_platform_data *inf)
163 if (inf->flags & ENABLE_PORT1)
166 if (inf->flags & ENABLE_PORT2)
169 if (inf->flags & ENABLE_PORT3)
172 if (inf->flags & POWER_CONTROL_LOW)
175 if (inf->flags & POWER_SENSE_LOW)
178 if (inf->flags & NO_OC_PROTECTION)
183 if (inf->flags & OC_MODE_PERPORT)
188 if (inf->power_on_delay) {
190 uhcrhda |= UHCRHDA_POTPGT(inf
157 pxa27x_setup_hc(struct pxa27x_ohci *ohci, struct pxaohci_platform_data *inf) argument
215 struct pxaohci_platform_data *inf; local
249 struct pxaohci_platform_data *inf; local
287 struct pxaohci_platform_data *inf; local
504 struct pxaohci_platform_data *inf = dev->platform_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dohci-pxa27x.c158 struct pxaohci_platform_data *inf)
163 if (inf->flags & ENABLE_PORT1)
166 if (inf->flags & ENABLE_PORT2)
169 if (inf->flags & ENABLE_PORT3)
172 if (inf->flags & POWER_CONTROL_LOW)
175 if (inf->flags & POWER_SENSE_LOW)
178 if (inf->flags & NO_OC_PROTECTION)
183 if (inf->flags & OC_MODE_PERPORT)
188 if (inf->power_on_delay) {
190 uhcrhda |= UHCRHDA_POTPGT(inf
157 pxa27x_setup_hc(struct pxa27x_ohci *ohci, struct pxaohci_platform_data *inf) argument
215 struct pxaohci_platform_data *inf; local
249 struct pxaohci_platform_data *inf; local
287 struct pxaohci_platform_data *inf; local
504 struct pxaohci_platform_data *inf = dev->platform_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/divert/
H A Ddivert_procfs.c86 struct divert_info *inf; local
94 if (!(inf = *((struct divert_info **) file->private_data)))
97 inf->usage_cnt--; /* new usage count */
98 file->private_data = &inf->next; /* next structure */
99 if ((len = strlen(inf->info_start)) <= count) {
100 if (copy_to_user(buf, inf->info_start, len))
159 struct divert_info *inf; local
164 inf = *((struct divert_info **) filep->private_data);
165 while (inf) {
166 inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/divert/
H A Ddivert_procfs.c86 struct divert_info *inf; local
94 if (!(inf = *((struct divert_info **) file->private_data)))
97 inf->usage_cnt--; /* new usage count */
98 file->private_data = &inf->next; /* next structure */
99 if ((len = strlen(inf->info_start)) <= count) {
100 if (copy_to_user(buf, inf->info_start, len))
159 struct divert_info *inf; local
164 inf = *((struct divert_info **) filep->private_data);
165 while (inf) {
166 inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Dsocket.c89 int FAST_FUNC udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) argument
95 log1("Opening listen socket on *:%d %s", port, inf);
103 colon = strrchr(inf, ':');
107 if (setsockopt_bindtodevice(fd, inf))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_proclog.c185 struct log_data *inf; local
209 if (!(inf = *((struct log_data **) file->private_data)))
212 inf->usage_cnt--; /* new usage count */
213 file->private_data = &inf->next; /* next structure */
214 if ((len = strlen(inf->log_start)) <= count) {
215 if (copy_to_user(buf, inf->log_start, len))
277 struct log_data *inf; local
290 inf = *((struct log_data **) filep->private_data); /* get first log entry */
291 if (inf)
292 pd = (struct procdata *) inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_proclog.c185 struct log_data *inf; local
209 if (!(inf = *((struct log_data **) file->private_data)))
212 inf->usage_cnt--; /* new usage count */
213 file->private_data = &inf->next; /* next structure */
214 if ((len = strlen(inf->log_start)) <= count) {
215 if (copy_to_user(buf, inf->log_start, len))
277 struct log_data *inf; local
290 inf = *((struct log_data **) filep->private_data); /* get first log entry */
291 if (inf)
292 pd = (struct procdata *) inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Dsocket.c89 int FAST_FUNC udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) argument
95 log1("Opening listen socket on *:%d %s", port, inf);
103 colon = strrchr(inf, ':');
107 if (setsockopt_bindtodevice(fd, inf))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Dsocket.c89 int FAST_FUNC udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) argument
95 log1("Opening listen socket on *:%d %s", port, inf);
103 colon = strrchr(inf, ':');
107 if (setsockopt_bindtodevice(fd, inf))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c141 hfa384x_InfFrame_t *inf);
143 hfa384x_InfFrame_t *inf);
145 hfa384x_InfFrame_t *inf);
147 hfa384x_InfFrame_t *inf);
149 hfa384x_InfFrame_t *inf);
151 hfa384x_InfFrame_t *inf);
153 hfa384x_InfFrame_t *inf);
155 hfa384x_InfFrame_t *inf);
157 hfa384x_InfFrame_t *inf);
159 hfa384x_InfFrame_t *inf);
988 prism2sta_inf_handover(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1012 prism2sta_inf_tallies(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1060 prism2sta_inf_scanresults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1118 prism2sta_inf_hostscanresults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1160 prism2sta_inf_chinforesults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1211 hfa384x_InfFrame_t *inf; local
1474 prism2sta_inf_linkstatus(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1504 prism2sta_inf_assocstatus(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1567 prism2sta_inf_authreq(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1582 prism2sta_inf_authreq_defer(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1756 prism2sta_inf_psusercnt(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1783 prism2sta_ev_info(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dprism2sta.c141 hfa384x_InfFrame_t *inf);
143 hfa384x_InfFrame_t *inf);
145 hfa384x_InfFrame_t *inf);
147 hfa384x_InfFrame_t *inf);
149 hfa384x_InfFrame_t *inf);
151 hfa384x_InfFrame_t *inf);
153 hfa384x_InfFrame_t *inf);
155 hfa384x_InfFrame_t *inf);
157 hfa384x_InfFrame_t *inf);
159 hfa384x_InfFrame_t *inf);
988 prism2sta_inf_handover(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1012 prism2sta_inf_tallies(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1060 prism2sta_inf_scanresults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1118 prism2sta_inf_hostscanresults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1160 prism2sta_inf_chinforesults(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1211 hfa384x_InfFrame_t *inf; local
1474 prism2sta_inf_linkstatus(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1504 prism2sta_inf_assocstatus(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1567 prism2sta_inf_authreq(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1582 prism2sta_inf_authreq_defer(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1756 prism2sta_inf_psusercnt(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
1783 prism2sta_ev_info(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf
[all...]
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
100 int tag,xclass,inf; local
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
134 if (inf && !(ret & V_ASN1_CONSTRUCTED))
151 return(ret|inf);
157 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) argument
166 *inf=1;
172 *inf=0;
290 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
298 if ( ((c->slen != 0) && !(c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_bytes.c74 int inf, tag, xclass; local
78 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
79 if (inf & 0x80)
164 int inf, tag, xclass; local
174 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
175 if (inf & 0x80) {
185 if (inf & V_ASN1_CONSTRUCTED) {
190 c.inf = inf;
262 if (c->inf
[all...]
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
100 int tag, xclass, inf; local
134 if (!asn1_get_length(&p, &inf, plength, (int)max))
137 if (inf && !(ret & V_ASN1_CONSTRUCTED))
155 return (ret | inf);
161 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, argument
171 *inf = 1;
175 *inf = 0;
287 if ((c->inf == (1 | V_ASN1_CONSTRUCTED)) && (!c->eos)) {
293 if (((c->slen != 0) && !(c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_bytes.c74 int inf, tag, xclass; local
78 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
79 if (inf & 0x80)
164 int inf, tag, xclass; local
174 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
175 if (inf & 0x80) {
185 if (inf & V_ASN1_CONSTRUCTED) {
190 c.inf = inf;
262 if (c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_bytes.c74 int inf, tag, xclass; local
78 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
79 if (inf & 0x80)
164 int inf, tag, xclass; local
174 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
175 if (inf & 0x80) {
185 if (inf & V_ASN1_CONSTRUCTED) {
190 c.inf = inf;
262 if (c->inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c40 PRINTER_INFO_0 *inf; local
43 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_0, returned);
44 if (!inf) {
47 memset(inf, 0, returned*sizeof(PRINTER_INFO_0));
49 inf = NULL;
55 if (!smb_io_printer_info_0("", buffer, &inf[i], 0)) {
60 *info=inf;
71 PRINTER_INFO_1 *inf; local
74 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_1, returned);
75 if (!inf) {
102 PRINTER_INFO_2 *inf; local
135 PRINTER_INFO_3 *inf; local
167 PRINTER_INFO_7 *inf; local
199 PORT_INFO_1 *inf; local
230 PORT_INFO_2 *inf; local
261 DRIVER_INFO_1 *inf; local
292 DRIVER_INFO_2 *inf; local
323 DRIVER_INFO_3 *inf; local
354 DRIVER_DIRECTORY_1 *inf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c40 PRINTER_INFO_0 *inf; local
43 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_0, returned);
44 if (!inf) {
47 memset(inf, 0, returned*sizeof(PRINTER_INFO_0));
49 inf = NULL;
55 if (!smb_io_printer_info_0("", buffer, &inf[i], 0)) {
60 *info=inf;
71 PRINTER_INFO_1 *inf; local
74 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_1, returned);
75 if (!inf) {
102 PRINTER_INFO_2 *inf; local
135 PRINTER_INFO_3 *inf; local
167 PRINTER_INFO_7 *inf; local
199 PORT_INFO_1 *inf; local
230 PORT_INFO_2 *inf; local
261 DRIVER_INFO_1 *inf; local
292 DRIVER_INFO_2 *inf; local
323 DRIVER_INFO_3 *inf; local
354 DRIVER_DIRECTORY_1 *inf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c40 PRINTER_INFO_0 *inf; local
43 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_0, returned);
44 if (!inf) {
47 memset(inf, 0, returned*sizeof(PRINTER_INFO_0));
49 inf = NULL;
55 if (!smb_io_printer_info_0("", buffer, &inf[i], 0)) {
60 *info=inf;
71 PRINTER_INFO_1 *inf; local
74 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_1, returned);
75 if (!inf) {
102 PRINTER_INFO_2 *inf; local
135 PRINTER_INFO_3 *inf; local
167 PRINTER_INFO_7 *inf; local
199 PORT_INFO_1 *inf; local
230 PORT_INFO_2 *inf; local
261 DRIVER_INFO_1 *inf; local
292 DRIVER_INFO_2 *inf; local
323 DRIVER_INFO_3 *inf; local
354 DRIVER_DIRECTORY_1 *inf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/param/tests/
H A Dshare.c50 struct share_info inf[] = { local
56 status = share_create(ctx, "bloe", inf, 2);
126 struct share_info inf[] = { local
132 status = share_create(ctx, "blie", inf, 2);
149 struct share_info inf[] = { local
155 status = share_create(ctx, "bla", inf, 2);
163 share_create(ctx, "bla", inf, 2),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/param/tests/
H A Dshare.c50 struct share_info inf[] = { local
56 status = share_create(ctx, "bloe", inf, 2);
126 struct share_info inf[] = { local
132 status = share_create(ctx, "blie", inf, 2);
149 struct share_info inf[] = { local
155 status = share_create(ctx, "bla", inf, 2);
163 share_create(ctx, "bla", inf, 2),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/param/tests/
H A Dshare.c50 struct share_info inf[] = { local
56 status = share_create(ctx, "bloe", inf, 2);
126 struct share_info inf[] = { local
132 status = share_create(ctx, "blie", inf, 2);
149 struct share_info inf[] = { local
155 status = share_create(ctx, "bla", inf, 2);
163 share_create(ctx, "bla", inf, 2),

Completed in 139 milliseconds

1234567891011>>