Searched refs:em (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dematch.c186 struct tcf_ematch *em, struct rtattr *rta, int idx)
214 em->data = ref;
223 em->ops = tcf_em_lookup(em_hdr->kind);
225 if (em->ops == NULL) {
232 if (em->ops->datalen && data_len < em->ops->datalen)
235 if (em->ops->change) {
236 err = em->ops->change(tp, data, data_len, em);
251 em
184 tcf_em_validate(struct tcf_proto *tp, struct tcf_ematch_tree_hdr *tree_hdr, struct tcf_ematch *em, struct rtattr *rta, int idx) argument
295 struct tcf_ematch *em; local
391 struct tcf_ematch *em = tcf_em_get_match(tree, i); local
434 struct tcf_ematch *em = tcf_em_get_match(tree, i); local
465 tcf_em_match(struct sk_buff *skb, struct tcf_ematch *em, struct tcf_pkt_info *info) argument
[all...]
H A Dem_nbyte.c27 struct tcf_ematch *em)
35 em->datalen = sizeof(*nbyte) + nbyte->len;
36 em->data = (unsigned long)kmemdup(data, em->datalen, GFP_KERNEL);
37 if (em->data == 0UL)
43 static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em, argument
46 struct nbyte_data *nbyte = (struct nbyte_data *) em->data;
26 em_nbyte_change(struct tcf_proto *tp, void *data, int data_len, struct tcf_ematch *em) argument
H A Dem_u32.c21 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, argument
24 struct tc_u32_key *key = (struct tc_u32_key *) em->data;
H A Dem_cmp.c24 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, argument
27 struct tcf_em_cmp *cmp = (struct tcf_em_cmp *) em->data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoechr.c101 struct ErrMsg *em; local
109 em = emsgs + emsgs_tail_idx;
110 if ((em->flags & EMFL_VALID)) {
122 em->msg = mp;
123 em->flags |= EMFL_VALID;
124 em->len = n;
183 struct ErrMsg *em; local
192 em = emsgs + emsgs_head_idx;
193 if ((em->flags & EMFL_VALID) == 0) {
214 if (em
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_cls.h182 static inline int tcf_em_is_container(struct tcf_ematch *em) argument
184 return !em->ops;
187 static inline int tcf_em_is_simple(struct tcf_ematch *em) argument
189 return em->flags & TCF_EM_SIMPLE;
192 static inline int tcf_em_is_inverted(struct tcf_ematch *em) argument
194 return em->flags & TCF_EM_INVERT;
197 static inline int tcf_em_last_match(struct tcf_ematch *em) argument
199 return (em->flags & TCF_EM_REL_MASK) == TCF_EM_REL_END;
202 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) argument
204 if (tcf_em_last_match(em))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.c58 static void __ocfs2_extent_map_lookup(struct ocfs2_extent_map *em, argument
67 list_for_each_entry(emi, &em->em_list, ei_list) {
71 list_move(&emi->ei_list, &em->em_list);
115 struct ocfs2_extent_map *em = &oi->ip_extent_map; local
120 list_for_each_safe(p, n, &em->em_list) {
126 BUG_ON(em->em_num_items == 0);
127 em->em_num_items--;
231 struct ocfs2_extent_map *em = &oi->ip_extent_map; local
244 list_for_each_entry(emi, &em->em_list, ei_list) {
246 list_move(&emi->ei_list, &em
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c1043 struct extmap *em; local
1053 for ( em = Extmap, cnt = 0; em->em_ext; em++, cnt++) {
1054 if ( (strdiacasecmp( em->em_ext, ext )) == 0 ) {
1059 if ( em->em_ext == NULL ) {
1065 em = Extmap +cnt;
1069 if (em->em_ext)
1070 free(em->em_ext);
1072 if (!(em
1099 struct extmap *em; local
1124 struct extmap *em; local
2473 const struct extmap *em = obj; local
2479 struct extmap *em; local
[all...]
H A Dfile.c98 struct extmap *em; local
133 if (chk_ext && (em = getextmap( upath ))) {
134 memcpy(data, em->em_type, sizeof( em->em_type ));
135 memcpy((char *)data + 4, em->em_creator, sizeof(em->em_creator));
865 struct extmap *em; local
1060 ((em = getextmap( path->m_name )) &&
1061 !memcmp(finder_buf, em->em_type, sizeof( em
[all...]
H A Dfork.c754 struct extmap *em; local
758 if (!( em = getextmap( of_name(of) )) || memcmp( "TEXT", em->em_type, sizeof( em->em_type ))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1057 struct extmap *em; local
1067 for ( em = Extmap, cnt = 0; em->em_ext; em++, cnt++) {
1068 if ( (strdiacasecmp( em->em_ext, ext )) == 0 ) {
1073 if ( em->em_ext == NULL ) {
1079 em = Extmap +cnt;
1083 if (em->em_ext)
1084 free(em->em_ext);
1086 if (!(em
1113 struct extmap *em; local
1138 struct extmap *em; local
2593 const struct extmap *em = obj; local
2599 struct extmap *em; local
[all...]
H A Dfile.c98 struct extmap *em; local
133 if (chk_ext && (em = getextmap( upath ))) {
134 memcpy(data, em->em_type, sizeof( em->em_type ));
135 memcpy((char *)data + 4, em->em_creator, sizeof(em->em_creator));
862 struct extmap *em; local
1063 ((em = getextmap( path->m_name )) &&
1064 !memcmp(finder_buf, em->em_type, sizeof( em
[all...]
H A Dfork.c755 struct extmap *em; local
759 if (!( em = getextmap( of_name(of) )) || memcmp( "TEXT", em->em_type, sizeof( em->em_type ))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c2163 * Implementation of encoding methods (em).
2305 unsigned char *em;
2315 em = NULL;
2317 err = _gcry_ac_io_read_all (ac_io_read, &em, &em_n);
2325 for (i = 0; (i < em_n) && em[i]; i++);
2332 && (em[0] == 0x02)
2348 memcpy (buffer, em + i, em_n - i);
2354 gcry_free (em);
2898 unsigned char *em;
2918 em
2297 unsigned char *em; local
2889 unsigned char *em; local
2982 unsigned char *em; local
3098 unsigned char *em; local
3191 unsigned char *em; local
[all...]
H A Dpubkey.c1526 unsigned char *em = NULL; /* Encoded message. */ local
1572 em = gcry_malloc (emlen);
1573 if (!em)
1578 h = em + emlen - 1 - hlen;
1602 p = em + emlen - 1 - hlen - saltlen - 1;
1603 memset (em, 0, p - em);
1612 em[n] ^= *p;
1615 em[0] &= 0xFF >> (8 * emlen - nbits);
1618 em[emle
1654 unsigned char *em = NULL; /* Encoded message. */ local
2902 unsigned char *em; local
3194 unsigned char *em; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Detr.h103 unsigned int em : 6; /* ETS error magnitude */ member in struct:etr_edf4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest097.tcl152 set em [is_substr $errorCode EMFILE]
154 error_check_good open_ret [expr $em || $en] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex11 \em Institute for Nuclear Research, Moscow \\
55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
57 this particular route is {\em abnormal}:
112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base
223 Internet is {\em really reachable} via \verb|sit0|! Excellent, the command
441 However, you should remember, that tunnels are {\em virtual} devices
H A Dip-cref.tex11 \em Institute for Nuclear Research, Moscow \\
26 It is a {\em dictionary\/}, not explaining terms,
140 {\em flags\/}, consisting of a single keyword, and {\em parameters\/},
142 each command has some {\em default parameter\/}
164 IP address {\em et al\/}. In this case \verb|ip| prints an error message
253 This operation is {\em not allowed\/} if the device is in state \verb|UP|.
361 The number before each colon is an {\em interface index\/} or {\em ifindex\/}.
362 This number uniquely identifies the interface. This is followed by the {\em interfac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex108 devices behave {\em exactly\/} the same (insofar as the underlying
111 The goal of the \UCD\ is {\em not\/} to alienate driver developers who
114 {\em one\/} \linux\ \cdrom\ interface with consistent behavior for all
131 1997) it is becoming difficult to even {\em find} anything less than a
157 of common {\em \cdrom\ device operations}, $<cdrom-device>_dops$.
189 drivers. These routines simply implement certain {\em capabilities\/}
231 \halign{$#$\ \hfil&$#$\ \hfil&\hbox to 10em{$#$\hss}&
265 $cdrom_device_ops$ because they describe the capability of the {\em
266 driver\/} rather than the {\em drive}. Nomenclature has always been
281 \halign{$#$\ \hfil&$#$\ \hfil&\hbox to 10em{
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-data.c734 ExifEntry *e, *em; local
752 em = exif_data_get_entry (d, EXIF_TAG_MAKE);
753 if (!em)
757 if (!strcmp (exif_entry_get_value (em, value, sizeof (value)), "Canon"))
763 exif_entry_get_value (em, value, sizeof(value)),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.am130 gettext.em gettext.ems \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Delf.h6 #include <linux/elf-em.h>
H A Daudit.h28 #include <linux/elf-em.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c710 int sh, sm, ss, sc, eh, em, es, ec; local
714 &sh, &sm, &ss, &sc, &eh, &em, &es, &ec) != 8)
717 end = 3600000*eh + 60000*em + 1000*es + 10*ec;

Completed in 265 milliseconds

12