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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dgetiface.c59 struct if_nameindex *ifstart, *ifs; local
63 ifs = ifstart = if_nameindex();
65 new = (char **) malloc((sizeof(ifs)/sizeof(struct if_nameindex) + 1) * sizeof(char *));
66 while (ifs && ifs->if_name) {
68 if (addname(new, &i, ifs->if_name) < 0)
70 ifs++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c59 struct if_nameindex *ifstart, *ifs; local
63 ifs = ifstart = if_nameindex();
65 new = (char **) malloc((sizeof(ifs)/sizeof(struct if_nameindex) + 1) * sizeof(char *));
66 while (ifs && ifs->if_name) {
68 if (addname(new, &i, ifs->if_name) < 0)
70 ifs++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/arm/
H A Dbast-ide.c26 static ide_hwif_t *ifs[2]; variable
62 bastide_register(BAST_VA_IDEPRI, BAST_VA_IDEPRIAUX, IRQ_IDE0, &ifs[0]);
63 bastide_register(BAST_VA_IDESEC, BAST_VA_IDESECAUX, IRQ_IDE1, &ifs[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dcmservice.c398 struct afs_interface *ifs; local
419 ifs = kcalloc(32, sizeof(*ifs), GFP_KERNEL);
420 if (ifs) {
421 nifs = afs_get_ipv4_interfaces(ifs, 32, false);
423 kfree(ifs);
424 ifs = NULL;
440 if (ifs) {
442 reply.ia.ifaddr[loop] = ifs[loop].address.s_addr;
443 reply.ia.netmask[loop] = ifs[loo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dfpswa.h59 unsigned long *ifs, fp_state_t *fp_state);
H A Dmca_asm.h124 mov cr.ifs = r0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dminstate.h89 st8 [r17]=r30,16; /* save cr.ifs */ \
195 #define SAVE_MIN_WITH_COVER DO_SAVE_MIN(cover, mov r30=cr.ifs,)
196 #define SAVE_MIN_WITH_COVER_R19 DO_SAVE_MIN(cover, mov r30=cr.ifs, mov r15=r19)
H A Dsignal.c246 unsigned long flags = 0, ifs, cfm, nat; local
249 ifs = scr->pt.cr_ifs;
253 if ((ifs & (1UL << 63)) == 0)
256 cfm = ifs & ((1UL << 38) - 1);
H A Dtraps.c226 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, argument
259 (unsigned long *) ifs, &fp_state);
H A Drelocate_kernel.S51 mov cr.ifs=r0
H A Dhead.S266 mov cr.ifs=r0
888 mov cr.ifs=r0
939 mov cr.ifs=r0
1150 mov cr.ifs=r0;;
H A Dmca_asm.S958 mov cr.ifs=r0
H A Dentry.S730 cmp.eq p9,p0=r0,r0 // A set p9 to indicate that we should restore cr.ifs
736 ld8 r30=[r2],16 // M0|1 load cr.ifs
770 cover // B add current frame into dirty partition & set cr.ifs
917 ld8 r30=[r16],16 // load cr.ifs
922 cmp.eq p9,p0=r0,r0 // set p9 to indicate that we should restore cr.ifs
958 cover // add current frame into dirty partition and set cr.ifs
963 cmp.ne p9,p0=r0,r0 // clear p9 to skip restore of cr.ifs
1065 (p9) mov cr.ifs=r30 // M2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c543 cfg_cmd->ifs = 0x60;
H A Dsun3_82586.c418 cfg_cmd->ifs = 0x60;
H A D3c523.c645 cfg_cmd->ifs = 0x60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c364 const char *ifs; member in struct:globals
410 #define ifs (G.ifs ) macro
2307 debug_printf_expand("count_ifs('%s') ifs='%s'", str, ifs);
2309 str += strcspn(str, ifs);
2311 str++; /* str += strspn(str, ifs); */
2312 cnt++; /* cnt += strspn(str, ifs); - but this code is larger */
2379 * we encounter ifs char(s). This is used for expanding variable values.
2385 int word_len = strcspn(str, ifs);
[all...]
H A Dmsh.c684 static struct var *ifs; /* field separators */ variable in typeref:struct:var
3391 if (nl || (wp[1] && any(*cp, ifs->value)))
3743 if (!anys("$`'\"", cp) && !anys(ifs->value, cp)
3820 if (f & DOBLANK && any(c, ifs->value))
3844 f & (DOBLANK && any(c, ifs->value)) ||
5217 ifs = lookup("IFS");
5218 if (ifs->value == null)
5219 setval(ifs, " \t\n");
H A Dash.c4918 #define EXP_RECORD 0x20 /* need to record arguments for ifs breakup */
4951 /* first struct in list of ifs regions */
5965 const char *ifs, *realifs; local
5978 ifs = nulonly ? nullstr : realifs;
5984 if (!strchr(ifs, *p)) {
6010 if (strchr(ifs, *p) == NULL ) {
11472 const char *ifs; local
11555 ifs = bltinlookup("IFS");
11556 if (ifs == NULL)
11557 ifs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1752 struct ifreq ifs[MAX_IFS]; local
1757 ifc.ifc_len = sizeof(ifs);
1758 ifc.ifc_req = ifs;
1769 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1877 struct ifreq ifs[MAX_IFS]; local
1893 ifc.ifc_len = sizeof(ifs);
1894 ifc.ifc_req = ifs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c417 gchar *ifs; local
426 ifs = g_strdup_printf("%s %s", ifname, protocol == AVAHI_PROTO_INET ? "IPv4" : "IPv6");
446 SERVICE_COLUMN_PRETTY_IFACE, ifs,
450 g_free(ifs);

Completed in 197 milliseconds

12