Searched refs:local (Results 126 - 150 of 300) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c278 local_info_t *local; local
280 local = kmalloc(sizeof(local_info_t), GFP_KERNEL);
281 if (!local)
283 memset(local, 0, sizeof(local_info_t));
284 local->p_dev = link;
285 link->priv = local;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c89 struct sockaddr_nl local; local
104 memset(&local, 0, sizeof(local));
105 local.nl_family = AF_NETLINK;
107 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/untgz/
H A Duntgz.c193 struct tm *local; local
196 local = localtime(t);
198 local->tm_year+1900, local->tm_mon+1, local->tm_mday,
199 local->tm_hour, local->tm_min, local->tm_sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_native_64.c86 static inline void tlbie(unsigned long va, int psize, int local) argument
88 unsigned int use_local = local && cpu_has_feature(CPU_FTR_TLBIEL);
218 unsigned long va, int psize, int local)
247 tlbie(va, psize, local);
316 int psize, int local)
339 tlbie(va, psize, local);
462 static void native_flush_hash_range(unsigned long number, int local) argument
500 mmu_psize_defs[psize].tlbiel && local) {
217 native_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int local) argument
315 native_hpte_invalidate(unsigned long slot, unsigned long va, int psize, int local) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dnuma.c12 #define QUADLOCAL2BUS(quad,local) (quad_local_to_mp_bus_id[quad][local])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c193 struct tm *local; local
196 local = localtime(t);
198 local->tm_year+1900, local->tm_mon+1, local->tm_mday,
199 local->tm_hour, local->tm_min, local->tm_sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_rate.c97 struct ieee80211_local *local)
108 ref->priv = ref->ops->alloc(local);
96 rate_control_alloc(const char *name, struct ieee80211_local *local) argument
H A Dwpa.c96 !(tx->local->hw.flags & IEEE80211_HW_TKIP_INCLUDE_MMIC) &&
104 I802_DEBUG_INC(tx->local->tx_expand_skb_head);
137 if ((rx->local->hw.flags & IEEE80211_HW_DEVICE_HIDES_WEP) ||
138 (rx->local->hw.flags & IEEE80211_HW_DEVICE_STRIPS_MIC))
147 if (rx->local->hw.flags & IEEE80211_HW_WEP_INCLUDE_IV) {
195 if (!rx->local->apdev)
198 ieee80211_rx_mgmt(rx->local, rx->skb, rx->u.rx.status,
228 I802_DEBUG_INC(tx->local->tx_expand_skb_head);
244 u32 flags = tx->local->hw.flags;
278 ieee80211_tkip_encrypt_data(tx->local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c82 #ifndef local
83 # define local static macro
615 local void fill_window OF((deflate_state *s));
616 local block_state deflate_stored OF((deflate_state *s, int flush));
617 local block_state deflate_fast OF((deflate_state *s, int flush));
618 local block_state deflate_slow OF((deflate_state *s, int flush));
619 local void lm_init OF((deflate_state *s));
620 local void putShortMSB OF((deflate_state *s, uInt b));
621 local void flush_pending OF((z_streamp strm));
622 local in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.c32 #ifndef local
33 # define local static macro
119 uLong pos_local_header; /* offset of the local header of the file
161 local linkedlist_datablock_internal* allocate_new_datablock()
175 local void free_datablock(ldi)
186 local void init_linkedlist(ll)
192 local void free_linkedlist(ll)
200 local int add_data_in_datablock(ll,buf,len)
264 local int ziplocal_putValue OF((const zlib_filefunc_def* pzlib_filefunc_def,
266 local in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c32 #ifndef local
33 # define local static macro
119 uLong pos_local_header; /* offset of the local header of the file
161 local linkedlist_datablock_internal* allocate_new_datablock()
175 local void free_datablock(ldi)
186 local void init_linkedlist(ll)
192 local void free_linkedlist(ll)
200 local int add_data_in_datablock(ll,buf,len)
264 local int ziplocal_putValue OF((const zlib_filefunc_def* pzlib_filefunc_def,
266 local in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Dinit.d14 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk51 OGG_INCLUDE_DIR=$(HOME)/local/include
52 OGG_LIB_DIR=$(HOME)/local/lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libipq/
H A Dlibipq.h52 struct sockaddr_nl local; member in struct:ipq_handle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davm_cs.c92 local data structures for one device. The device is registered
103 local_info_t *local; local
123 local = kzalloc(sizeof(local_info_t), GFP_KERNEL);
124 if (!local)
126 p_dev->priv = local;
137 with Card Services. If it has been released, all local data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S72 local: *; label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall.lds.S62 local: *; label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S91 local: *; label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.h14 struct sockaddr_nl local; member in struct:rtnl_handle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-proc.c83 NIPQUAD(trans->local->srx.transport.sin.sin_addr),
84 ntohs(trans->local->srx.transport.sin.sin_port));
184 NIPQUAD(trans->local->srx.transport.sin.sin_addr),
185 ntohs(trans->local->srx.transport.sin.sin_port));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipq/
H A Dlibipq.h56 struct sockaddr_nl local; member in struct:ipq_handle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c69 #define local static macro
85 local unsigned in(void *in_desc, unsigned char **buf)
127 local int out(void *out_desc, unsigned char *buf, unsigned len)
196 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp,
374 local int gunpipe(z_stream *strm, int infile, int outfile)
508 local void copymeta(char *from, char *to)
539 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
H A Dzran.c55 #define local static macro
77 local void free_index(struct access *index)
87 local struct access *addpoint(struct access *index, int bits,
139 local int build_index(FILE *in, off_t span, struct access **built)
244 local int extract(FILE *in, struct access *index, off_t offset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c69 #define local static macro
85 local unsigned in(void *in_desc, unsigned char **buf)
127 local int out(void *out_desc, unsigned char *buf, unsigned len)
196 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp,
374 local int gunpipe(z_stream *strm, int infile, int outfile)
508 local void copymeta(char *from, char *to)
539 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c371 inet_prefix local; member in struct:tcpstat
646 if (s->local.family == AF_UNIX) {
648 memcpy(&p, s->local.data, sizeof(p));
652 if (s->local.family == AF_PACKET)
653 return s->lport == 0 && s->local.data == 0;
654 if (s->local.family == AF_NETLINK)
686 return unix_match(&s->local, &a->addr);
691 if (!inet2_addr_match(&s->local, &a->addr, a->addr.bitlen))
1135 s.local.family = s.remote.family = family;
1137 sscanf(loc, "%x:%x", s.local
[all...]

Completed in 403 milliseconds

1234567891011>>