Searched refs:ifs (Results 1 - 25 of 28) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dfpswa.h59 unsigned long *ifs, fp_state_t *fp_state);
H A Dmca_asm.h116 mov cr.ifs = r0; \
252 mov temp=cr.ifs;; \
296 mov cr.ifs=temp;; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dfpswa.h59 unsigned long *ifs, fp_state_t *fp_state);
H A Dmca_asm.h116 mov cr.ifs = r0; \
252 mov temp=cr.ifs;; \
296 mov cr.ifs=temp;; \
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dif_ppp.c108 static int ppp_nalloc; /* Number of elements of ifs and states */
109 static struct ifnet **ifs; /* Array of pointers to interface structs */ variable in typeref:struct:ifnet
138 if (ifs[i] != 0)
139 ppp_if_detach(ifs[i]);
140 if (ifs) {
141 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
190 ifp = ifs[sp->unit];
248 /* Extend ifs and states arrays if necessary. */
257 printf("if_ppp: extending ifs to %d\n", newn);
270 bcopy(ifs, newif
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dif_ppp.c116 static int ppp_nalloc; /* Number of elements of ifs and states */
117 static struct ifnet **ifs; /* Array of pointers to interface structs */ variable in typeref:struct:ifnet
146 if (ifs[i] != 0)
147 ppp_if_detach(ifs[i]);
148 if (ifs) {
149 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
198 ifp = ifs[sp->unit];
256 /* Extend ifs and states arrays if necessary. */
265 printf("if_ppp: extending ifs to %d\n", newn);
278 bcopy(ifs, newif
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dif_ppp.c116 static int ppp_nalloc; /* Number of elements of ifs and states */
117 static struct ifnet **ifs; /* Array of pointers to interface structs */ variable in typeref:struct:ifnet
146 if (ifs[i] != 0)
147 ppp_if_detach(ifs[i]);
148 if (ifs) {
149 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
198 ifp = ifs[sp->unit];
256 /* Extend ifs and states arrays if necessary. */
265 printf("if_ppp: extending ifs to %d\n", newn);
278 bcopy(ifs, newif
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni52.h227 unsigned char ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A Dsun3_82586.h235 unsigned char ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A D3c523.h206 unsigned char ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A Dni52.c522 cfg_cmd->ifs = 0x60;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dminstate.h136 st8 [r16]=rCRIFS,16; /* save cr.ifs */ \
236 #define SAVE_MIN_WITH_COVER DO_SAVE_MIN(cover, mov rCRIFS=cr.ifs,)
237 #define SAVE_MIN_WITH_COVER_R19 DO_SAVE_MIN(cover, mov rCRIFS=cr.ifs, mov r15=r19)
H A Dsignal.c307 unsigned long flags = 0, ifs, nat; local
310 ifs = scr->pt.cr_ifs;
314 if ((ifs & (1UL << 63)) == 0) {
H A Dtraps.c272 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, argument
309 (unsigned long *) ifs, &fp_state);
H A Dhead.S96 mov cr.ifs=r0
712 mov cr.ifs=r0
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c1656 struct ifreq ifs[MAX_IFS]; local
1658 ifc.ifc_len = sizeof(ifs);
1659 ifc.ifc_req = ifs;
1672 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1788 struct ifreq ifs[MAX_IFS]; local
1804 ifc.ifc_len = sizeof(ifs);
1805 ifc.ifc_req = ifs;
H A Dsys-sunos4.c1116 struct ifreq ifs[MAX_IFS]; local
1119 ifc.ifc_len = sizeof(ifs);
1120 ifc.ifc_req = ifs;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c1748 struct ifreq ifs[MAX_IFS]; local
1753 ifc.ifc_len = sizeof(ifs);
1754 ifc.ifc_req = ifs;
1767 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1889 struct ifreq ifs[MAX_IFS]; local
1905 ifc.ifc_len = sizeof(ifs);
1906 ifc.ifc_req = ifs;
H A Dsys-sunos4.c1233 struct ifreq ifs[MAX_IFS]; local
1236 ifc.ifc_len = sizeof(ifs);
1237 ifc.ifc_req = ifs;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c1748 struct ifreq ifs[MAX_IFS]; local
1753 ifc.ifc_len = sizeof(ifs);
1754 ifc.ifc_req = ifs;
1767 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1889 struct ifreq ifs[MAX_IFS]; local
1905 ifc.ifc_len = sizeof(ifs);
1906 ifc.ifc_req = ifs;
H A Dsys-sunos4.c1233 struct ifreq ifs[MAX_IFS]; local
1236 ifc.ifc_len = sizeof(ifs);
1237 ifc.ifc_req = ifs;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c721 struct ifreq ifs[MAX_IFS]; local
737 ifc.ifc_len = sizeof(ifs);
738 ifc.ifc_req = ifs;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c357 static struct var *ifs; /* field separators */ variable in typeref:struct:var
651 static struct var *ifs; /* field separators */ variable in typeref:struct:var
730 ifs = lookup("IFS");
731 if (ifs->value == null)
732 setval(ifs, " \t\n");
3152 (wp[1] && any(*cp, ifs->value)))
3546 !anys(ifs->value, cp) &&
3597 if (f & DOBLANK && any(c, ifs->value))
3621 f & (DOBLANK && any(c, ifs->value)) ||
H A Dhush.c241 static char *ifs; variable
2213 sep[0]=ifs[0];
2404 /* char *ifs and char map[256] are both globals. */
2405 ifs = getenv("IFS");
2406 if (ifs == NULL) ifs=" \t\n";
2416 mapset(ifs, 2); /* also flow through if quoted */
2496 ifs = NULL;
H A Dash.c408 #define EXP_RECORD 0x20 /* need to record arguments for ifs breakup */
4403 static struct ifsregion ifsfirst; /* first struct in list of ifs regions */
5307 const char *ifs, *realifs; local
5321 ifs = nulonly ? nullstr : realifs;
5327 if (strchr(ifs, *p)) {
5350 if (strchr(ifs, *p) == NULL ) {
8116 const char *ifs; local
8136 if ((ifs = bltinlookup("IFS")) == NULL)
8137 ifs = defifs;
8161 if (startword && *ifs
[all...]

Completed in 310 milliseconds

12