Searched refs:vp (Results 1 - 25 of 54) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Ddocproc.c20 int vp=2; local
36 for(i=1;vp<8189;i++)
40 vec[vp++]=type;
41 vec[vp++]=argv[i];
43 vec[vp++]=buf+2;
44 vec[vp++]=NULL;
68 vp = 2;
78 fvec[vp++] = type;
79 fvec[vp++] = &buf[i];
82 fvec[vp
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c59x.c37 vp->cur_tx and vp->tx_full. This defeats the race between
55 - In the vortex_error StatsFull HACK, disable stats in vp->intr_enable as well
113 - Fixed a bug where, if vp->tx_full is set when the interface
138 - Fixed leakage of vp->rx_ring.
140 - Kill vp->tx_full (ANK)
160 - Use netif_running() instead of vp->open in suspend/resume.
728 /* Chip features we care about in vp->capabilities, read from the EEPROM. */
822 static void mdio_write(struct net_device *vp, int phy_id, int location, int value);
965 struct vortex_private *vp;
964 struct vortex_private *vp; local
1373 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1570 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1628 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1749 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1817 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1919 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
1974 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2073 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2169 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2288 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2358 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2460 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2475 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2511 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2574 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2607 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2627 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2667 struct vortex_private *vp = dev->priv; local
2695 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2788 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2822 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2856 struct vortex_private *vp = (struct vortex_private *)dev->priv; local
2875 struct vortex_private *vp; local
2940 struct vortex_private *vp; local
[all...]
H A D3c515.c578 struct corkscrew_private *vp;
592 vp = (struct corkscrew_private *) dev->priv;
598 vp->product_name = "3c515";
599 vp->options = options;
601 vp->media_override =
603 vp->full_duplex = (options & 8) ? 1 : 0;
604 vp->bus_master = (options & 16) ? 1 : 0;
606 vp->media_override = 7;
607 vp->full_duplex = 0;
608 vp
577 struct corkscrew_private *vp; local
651 struct corkscrew_private *vp = local
745 struct corkscrew_private *vp = local
911 struct corkscrew_private *vp = local
1002 struct corkscrew_private *vp = local
1042 struct corkscrew_private *vp = local
1319 struct corkscrew_private *vp = (struct corkscrew_private *) dev->priv; local
1386 struct corkscrew_private *vp = local
1477 struct corkscrew_private *vp = local
1533 struct corkscrew_private *vp = local
1555 struct corkscrew_private *vp = local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Davpair.c23 VALUE_PAIR **vp);
38 VALUE_PAIR *vp; local
40 vp = rc_avpair_new (attrid, pval, len, vendorcode);
42 if (vp != (VALUE_PAIR *) NULL)
44 rc_avpair_insert (list, (VALUE_PAIR *) NULL, vp);
47 return vp;
61 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) argument
65 switch (vp->type)
76 memcpy(vp->strvalue, (char *)pval, len);
77 vp
113 VALUE_PAIR *vp = (VALUE_PAIR *) NULL; local
165 VALUE_PAIR *vp; local
264 rc_extract_vendor_specific_attributes(int attrlen, unsigned char *ptr, VALUE_PAIR **vp) argument
355 rc_avpair_get(VALUE_PAIR *vp, UINT4 attr) argument
372 VALUE_PAIR *vp, *fp = NULL, *lp = NULL; local
405 VALUE_PAIR *vp; local
778 VALUE_PAIR *vp = NULL; local
[all...]
H A Dsendserver.c34 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) argument
45 while (vp != (VALUE_PAIR *) NULL)
48 if (vp->vendorcode != VENDOR_NONE) {
56 *buf++ = (((unsigned int) vp->vendorcode) >> 16) & 255;
57 *buf++ = (((unsigned int) vp->vendorcode) >> 8) & 255;
58 *buf++ = ((unsigned int) vp->vendorcode) & 255;
61 *buf++ = vp->attribute;
64 switch(vp->type) {
66 length = vp->lvalue;
69 memcpy(buf, vp
215 VALUE_PAIR *vp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Davpair.c23 VALUE_PAIR **vp);
38 VALUE_PAIR *vp; local
40 vp = rc_avpair_new (attrid, pval, len, vendorcode);
42 if (vp != (VALUE_PAIR *) NULL)
44 rc_avpair_insert (list, (VALUE_PAIR *) NULL, vp);
47 return vp;
61 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) argument
65 switch (vp->type)
76 memcpy(vp->strvalue, (char *)pval, len);
77 vp
113 VALUE_PAIR *vp = (VALUE_PAIR *) NULL; local
165 VALUE_PAIR *vp; local
264 rc_extract_vendor_specific_attributes(int attrlen, unsigned char *ptr, VALUE_PAIR **vp) argument
355 rc_avpair_get(VALUE_PAIR *vp, UINT4 attr) argument
372 VALUE_PAIR *vp, *fp = NULL, *lp = NULL; local
405 VALUE_PAIR *vp; local
778 VALUE_PAIR *vp = NULL; local
[all...]
H A Dsendserver.c34 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) argument
45 while (vp != (VALUE_PAIR *) NULL)
48 if (vp->vendorcode != VENDOR_NONE) {
56 *buf++ = (((unsigned int) vp->vendorcode) >> 16) & 255;
57 *buf++ = (((unsigned int) vp->vendorcode) >> 8) & 255;
58 *buf++ = ((unsigned int) vp->vendorcode) & 255;
61 *buf++ = vp->attribute;
64 switch(vp->type) {
66 length = vp->lvalue;
69 memcpy(buf, vp
215 VALUE_PAIR *vp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/src/
H A Dradacct.c46 VALUE_PAIR *vp; local
113 if ((vp = rc_avpair_get(send, PW_ACCT_STATUS_TYPE)) != NULL)
114 if ((dval = rc_dict_getval(vp->lvalue, vp->name)) != NULL) {
118 if ((vp = rc_avpair_get(send, PW_USER_NAME)) != NULL)
119 username = vp->strvalue;
121 if ((vp = rc_avpair_get(send, PW_SERVICE_TYPE)) != NULL)
122 if ((dval = rc_dict_getval(vp->lvalue, vp->name)) != NULL) {
126 if (vp
[all...]
H A Dradius.c23 VALUE_PAIR *send, *received, *vp, *service_vp; local
131 vp = received;
137 while (vp)
140 if (rc_avpair_tostr(vp, name+7, sizeof(name)-7, value, sizeof(value)) < 0) {
154 if ((attr = vp->attribute) < 256)
171 vp = vp->next;
183 ((vp = rc_avpair_get(received, PW_FRAMED_PROTOCOL)) != NULL))
184 if ((dval = rc_dict_getval(vp->lvalue, vp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/src/
H A Dradacct.c46 VALUE_PAIR *vp; local
113 if ((vp = rc_avpair_get(send, PW_ACCT_STATUS_TYPE)) != NULL)
114 if ((dval = rc_dict_getval(vp->lvalue, vp->name)) != NULL) {
118 if ((vp = rc_avpair_get(send, PW_USER_NAME)) != NULL)
119 username = vp->strvalue;
121 if ((vp = rc_avpair_get(send, PW_SERVICE_TYPE)) != NULL)
122 if ((dval = rc_dict_getval(vp->lvalue, vp->name)) != NULL) {
126 if (vp
[all...]
H A Dradius.c23 VALUE_PAIR *send, *received, *vp, *service_vp; local
131 vp = received;
137 while (vp)
140 if (rc_avpair_tostr(vp, name+7, sizeof(name)-7, value, sizeof(value)) < 0) {
154 if ((attr = vp->attribute) < 256)
171 vp = vp->next;
183 ((vp = rc_avpair_get(received, PW_FRAMED_PROTOCOL)) != NULL))
184 if ((dval = rc_dict_getval(vp->lvalue, vp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/
H A Dradattr.c54 * vp -- linked-list of RADIUS attribute-value pairs
62 print_attributes(VALUE_PAIR *vp) argument
76 for (; vp; vp=vp->next) {
77 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
H A Dradius.c77 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
87 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
89 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info);
117 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */
180 /* Append to a list of vp's for later parsing */
282 /* Add user specified vp's */
457 /* Add user specified vp's */
525 * vp -- received value-pairs
533 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, argument
547 (*radius_attributes_hook)(vp);
720 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, unsigned char *challenge) argument
774 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/
H A Dradattr.c54 * vp -- linked-list of RADIUS attribute-value pairs
62 print_attributes(VALUE_PAIR *vp) argument
76 for (; vp; vp=vp->next) {
77 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
H A Dradius.c77 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
87 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
89 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info);
117 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */
180 /* Append to a list of vp's for later parsing */
282 /* Add user specified vp's */
457 /* Add user specified vp's */
525 * vp -- received value-pairs
533 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, argument
547 (*radius_attributes_hook)(vp);
720 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, unsigned char *challenge) argument
774 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dcpu-multi32.h140 #define cpu_flush_ram_page(vp) processor.cache._flush_ram_page(vp)
142 #define cpu_dcache_clean_page(vp) processor.dcache.clean_page(vp)
148 #define cpu_icache_invalidate_page(vp) processor.icache.invalidate_page(vp)
152 #define cpu_tlb_invalidate_page(vp,f) processor.tlb.invalidate_page(vp,f)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dcpu-multi32.h140 #define cpu_flush_ram_page(vp) processor.cache._flush_ram_page(vp)
142 #define cpu_dcache_clean_page(vp) processor.dcache.clean_page(vp)
148 #define cpu_icache_invalidate_page(vp) processor.icache.invalidate_page(vp)
152 #define cpu_tlb_invalidate_page(vp,f) processor.tlb.invalidate_page(vp,f)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c361 static void setval (struct var *vp, char *val );
362 static void nameval (struct var *vp, char *val, char *name );
363 static void export (struct var *vp );
364 static void ronly (struct var *vp );
1159 register struct var *vp; local
1172 for (vp = vlist; vp; vp = vp->next)
1173 if (eqname(vp
1286 struct var *vp; local
1316 register struct var *vp; local
2305 struct var *vp; local
3362 register struct var *vp; local
3506 register struct var *vp; local
3681 struct var *vp; local
[all...]
H A Dash.c1212 struct var *vp; /* the variable that was made local */ member in struct:localvar
12212 struct var *vp; local
12215 for (ip = varinit ; (vp = ip->var) != NULL ; ip++) {
12216 if ((vp->flags & VEXPORT) == 0) {
12218 vp->next = *vpp;
12219 *vpp = vp;
12220 vp->text = strdup(ip->text);
12221 vp->flags = ip->flags;
12222 vp->func = ip->func;
12303 struct var *vp, **vp local
12408 struct var *vp; local
12438 struct var *vp, **prev; local
12488 struct var *vp; local
12551 struct var *vp; local
12593 struct var *vp; local
12673 struct var *vp; local
12739 struct var *vp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c407 m_vtob_p vp = 0; local
412 vp = mp->vtob[hc];
413 while (vp && (m_addr_t) vp->vaddr != a)
414 vp = vp->next;
416 if (!vp)
418 return (u32)(vp ? vp->baddr + (((m_addr_t) m) - a) : 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dawe_wave.c293 static void awe_init_voice_info(awe_voice_info *vp);
830 awe_init_voice_info(awe_voice_info *vp) argument
832 vp->sample = 0;
833 vp->rate_offset = 0;
835 vp->start = 0;
836 vp->end = 0;
837 vp->loopstart = 0;
838 vp->loopend = 0;
839 vp->mode = 0;
840 vp
1226 awe_voice_info *vp; local
1377 awe_voice_info *vp; local
1456 awe_voice_info *vp; local
1492 awe_voice_info *vp; local
1535 awe_voice_info *vp; local
1553 awe_voice_info *vp; local
1571 awe_voice_info *vp; local
1591 awe_voice_info *vp; local
1616 voice_info *vp = &voices[voice]; local
1670 voice_info *vp = &voices[voice]; local
1775 voice_info *vp = &voices[voice]; local
1895 voice_info *vp = &voices[voice]; local
3974 awe_voice_info *vp = &rec->v; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskvpd.c748 SK_VPD_PARA vp ; local
777 if (vpd_find_para(pAC,key,&vp)) {
779 ip = vp.p_val - 3 ;
780 free += vp.p_len + 3 ;
791 vp.p_len = 0 ;
808 vpd_move_para(ip + vp.p_len + found, etp+2, len-vp.p_len+head) ;
810 if (vpd_mod_endtag(pAC, etp + len - vp.p_len + head)) {
952 SK_VPD_PARA *p, vp ; local
964 if ((p = vpd_find_para(pAC,key,&vp))) {
1080 SK_VPD_PARA *p, vp ; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_file.c161 void endfilepwent(void *vp, int *file_lock_depth) argument
163 FILE *fp = (FILE *)vp;
174 SMB_BIG_UINT getfilepwpos(void *vp) argument
176 return (SMB_BIG_UINT)sys_ftell((FILE *)vp);
183 BOOL setfilepwpos(void *vp, SMB_BIG_UINT tok) argument
185 return !sys_fseek((FILE *)vp, (SMB_OFF_T)tok, SEEK_SET);
193 int getfileline(void *vp, char *linebuf, int linebuf_size) argument
196 FILE *fp = (FILE *)vp;
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmsrom.c71 static int initvars_flash(sb_t *sbh, osl_t *osh, char **vp, uint len);
1028 char *vp = MALLOC(osh, c); local
1029 ASSERT(vp);
1030 if (!vp)
1032 bcopy(start, vp, c);
1033 *vars = vp;
1052 char *vp = *base; local
1084 strncpy(vp, &s[dl], copy_len);
1085 vp += copy_len;
1094 *vp
1111 char *vp, *base; local
1656 char *vp, *base = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dtransaction.c256 char * p = t->data,*pp,*lp,*vp; local
267 vp = p+4;
274 return vp;

Completed in 385 milliseconds

123