Searched refs:GET (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/cgi-lib/
H A Dcgi-priv.h51 #define GET "GET" macro
H A Dcgi-lib.c43 if (((strcmp(REQUEST_METHOD,GET))==0) && (strcmp(QUERY_STRING,"")==0))
146 both teh GET and POST method.
169 if (strcmp(REQUEST_METHOD,GET) == 0) /* Then they match, it is the GET method */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dsuni.c40 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro
42 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
66 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) |
67 ((GET(RSOP_SBM) & 0xff) << 8));
68 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) |
69 ((GET(RLOP_LB) & 0xff) << 8) |
70 ((GET(RLOP_LBM) & 0xf) << 16));
71 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) |
72 ((GET(RPOP_PBM) & 0xff) << 8));
73 ADD_LIMITED(line_febe,(GET(RLOP_LF
[all...]
H A DuPD98402.c32 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg) macro
40 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs);
75 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] <<
89 s[0] = GET(C11R);
90 s[1] = GET(C12R);
91 s[2] = GET(C13R);
103 mode_reg = GET(MDR) & ~(uPD98402_MDR_TPLP | uPD98402_MDR_ALP |
162 { atomic_add(GET(v),&PRIV(dev)->sonet_stats.s); \
171 events = GET(PCR);
188 while ((reason = GET(PIC
[all...]
H A Didt77105.c45 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg) macro
71 val = GET(CTRLO);
73 val |= GET(CTRHI)<<8;
128 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
135 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
166 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK;
221 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
235 PRIV(dev)->old_mcr = GET(MCR);
250 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
280 dev->signal = GET(ISTA
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsgivwfb.h21 #define GET(v, msb, lsb) ( ((u32)(v) & MASK(msb,lsb)) >> (lsb) ) macro
24 #define GET_DBE_FIELD(reg, field, v) GET((v), DBE_##reg##_##field##_MSB, DBE_##reg##_##field##_LSB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A Dirlan_filter.c121 (self->provider.filter_operation == GET))
206 if (strcmp(value, "GET") == 0) {
207 self->provider.filter_operation = GET;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dslogn.S352 |--GET K, Y, F, AND ADDRESS OF 1/F.
360 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
364 oril #0x01000000,FFRAC(%a6) | ...GET F: ATTACH A 1 AT THE EIGHTH BIT
365 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F
383 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
551 faddx %fp1,%fp1 | ...GET 2Z
H A Dssin.S224 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlan_common.h87 #define GET 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlan_common.h87 #define GET 1 macro
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwanduck.h56 #define GET 'g' macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dskfbi.h1830 #define GET(io,mask) (inpw(io)&(mask)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
8248 #--GET K, Y, F, AND ADDRESS OF 1/F.
8256 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8260 or.l &0x01000000,FFRAC(%a6) # GET F: ATTACH A 1 AT THE EIGHTH BIT
8261 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8279 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
8510 fadd.x %fp1,%fp1 # GET 2Z
H A Dfpsp.S5173 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
8354 #--GET K, Y, F, AND ADDRESS OF 1/F.
8362 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8366 or.l &0x01000000,FFRAC(%a6) # GET F: ATTACH A 1 AT THE EIGHTH BIT
8367 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8385 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
8616 fadd.x %fp1,%fp1 # GET 2Z
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex1614 in an error. See attribute \verb|error| below (p.\pageref{IP-ROUTE-GET-error}).
1651 \label{IP-ROUTE-GET-error}
1745 \label{IP-ROUTE-GET}

Completed in 497 milliseconds