Searched refs:ea (Results 26 - 50 of 138) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslb.c35 extern void slb_allocate_realmode(unsigned long ea);
36 extern void slb_allocate_user(unsigned long ea);
38 static void slb_allocate(unsigned long ea) argument
43 slb_allocate_realmode(ea);
46 static inline unsigned long mk_esid_data(unsigned long ea, unsigned long slot) argument
48 return (ea & ESID_MASK) | SLB_ESID_V | slot;
51 static inline unsigned long mk_vsid_data(unsigned long ea, unsigned long flags) argument
53 return (get_kernel_vsid(ea) << SLB_VSID_SHIFT) | flags;
71 static inline void create_shadowed_slbe(unsigned long ea, unsigned long flags, argument
79 slb_shadow_update(mk_esid_data(ea, entr
[all...]
H A Dstab.c115 * Allocate a segment table entry for the given ea and mm
117 static int __ste_allocate(unsigned long ea, struct mm_struct *mm) argument
124 if (is_kernel_addr(ea)) {
125 vsid = get_kernel_vsid(ea);
127 if ((ea >= TASK_SIZE_USER64) || (! mm))
130 vsid = get_vsid(mm->context.id, ea);
133 stab_entry = make_ste(get_paca()->stab_addr, GET_ESID(ea), vsid);
135 if (!is_kernel_addr(ea)) {
150 int ste_allocate(unsigned long ea) argument
152 return __ste_allocate(ea, curren
190 unsigned long ea; local
[all...]
H A Dhash_utils_64.c623 int hash_page(unsigned long ea, unsigned long access, unsigned long trap) argument
633 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n",
634 ea, access, trap);
636 if ((ea & ~REGION_MASK) >= PGTABLE_RANGE) {
642 switch (REGION_ID(ea)) {
650 vsid = get_vsid(mm->context.id, ea);
652 psize = get_slice_psize(mm, ea);
659 vsid = get_kernel_vsid(ea);
660 if (ea < VMALLOC_END)
687 return hash_huge_page(mm, access, ea, vsi
784 hash_preload(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap) argument
[all...]
H A Dppc_mmu_32.c181 void hash_preload(struct mm_struct *mm, unsigned long ea, argument
188 pmd = pmd_offset(pud_offset(pgd_offset(mm, ea), ea), ea);
190 add_hash_page(mm->context.id, ea, pmd_val(*pmd));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dstfs.c10 stfs(void *frS, void *ea) argument
18 printk("%s: S %p, ea %p\n", __FUNCTION__, frS, ea);
36 if (copy_to_user(ea, &f, sizeof(float)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Deattr.c71 struct gfs2_ea_header *ea,
77 struct gfs2_ea_header *ea, *prev = NULL; local
83 for (ea = GFS2_EA_BH2FIRST(bh);; prev = ea, ea = GFS2_EA2NEXT(ea)) {
84 if (!GFS2_EA_REC_LEN(ea))
86 if (!(bh->b_data <= (char *)ea && (char *)GFS2_EA2NEXT(ea) <=
89 if (!GFS2_EATYPE_VALID(ea
159 ea_find_i(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
217 ea_dealloc_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
316 ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, int leave) argument
349 ea_list_i(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
441 ea_get_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, char *data) argument
584 struct gfs2_ea_header *ea; local
618 ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, struct gfs2_ea_request *er) argument
774 ea_split_ea(struct gfs2_ea_header *ea) argument
794 struct gfs2_ea_header *ea = el->el_ea; local
825 ea_set_simple_noalloc(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct ea_set *es) argument
868 struct gfs2_ea_header *ea = es->es_ea; local
886 ea_set_simple(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
1112 struct gfs2_ea_header *ea = el->el_ea; local
1202 ea_acl_chmod_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, char *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A DMakefile7 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
H A Dinode.c48 unsigned char *ea; local
61 if ((ea = hpfs_get_ea(i->i_sb, fnode, "UID", &ea_size))) {
63 i->i_uid = le16_to_cpu(*(__le16*)ea);
66 kfree(ea);
68 if ((ea = hpfs_get_ea(i->i_sb, fnode, "GID", &ea_size))) {
70 i->i_gid = le16_to_cpu(*(__le16*)ea);
73 kfree(ea);
75 if ((ea = hpfs_get_ea(i->i_sb, fnode, "SYMLINK", &ea_size))) {
76 kfree(ea);
86 if ((ea
151 __le32 ea; local
[all...]
H A Dhpfs_fn.h56 unsigned i_ea_mode : 1; /* file's permission is stored in ea */
57 unsigned i_ea_uid : 1; /* file's uid is stored in ea */
58 unsigned i_ea_gid : 1; /* file's gid is stored in ea */
153 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) argument
155 return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea->valuelen);
158 static inline secno ea_sec(struct extended_attribute *ea) argument
160 return *(secno *)((char *)ea + 9 + ea
163 ea_len(struct extended_attribute *ea) argument
168 ea_data(struct extended_attribute *ea) argument
[all...]
H A Dmap.c126 struct extended_attribute *ea; local
157 ea = fnode_ea(fnode);
159 while (ea != ea_end) {
160 if (ea > ea_end) {
165 ea = next_ea(ea);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dtest.sh21 /tmp/AFPtestvolume "test" ea:none
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.sh21 /tmp/AFPtestvolume "test" ea:none cnidscheme:last
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dmisc.c54 uint8_t *ea = NULL, *ad = NULL; local
59 ea = UDF_I_DATA(inode);
64 ad = ea;
76 eahd = (struct extendedAttrHeaderDesc *)ea;
113 memmove(&ea[offset - aal + size],
114 &ea[aal], offset - aal);
121 memmove(&ea[offset - ial + size],
122 &ea[ial], offset - ial);
132 memmove(&ea[offset - aal + size],
133 &ea[aa
159 uint8_t *ea = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmmu-hash64.h234 extern int __hash_page_4K(unsigned long ea, unsigned long access,
237 extern int __hash_page_64K(unsigned long ea, unsigned long access,
241 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap);
243 unsigned long ea, unsigned long vsid, int local,
385 static inline unsigned long get_kernel_vsid(unsigned long ea) argument
387 return vsid_scramble(ea >> SID_SHIFT);
391 static inline unsigned long get_vsid(unsigned long context, unsigned long ea) argument
394 | (ea >> SID_SHIFT));
398 #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dprom.c112 inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
123 ea[i] = num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dprom.c81 inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
92 ea[i] = num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwlif_utils.h52 unsigned char ea[ETHER_ADDR_LEN]; /* interface hw address */ member in struct:wsec_info_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_base.c127 static int __spu_trap_data_seg(struct spu *spu, unsigned long ea) argument
143 esid = (ea & ESID_MASK) | SLB_ESID_V;
145 switch(REGION_ID(ea)) {
148 psize = get_slice_psize(mm, ea);
152 vsid = (get_vsid(mm->context.id, ea) << SLB_VSID_SHIFT) |
156 if (ea < VMALLOC_END)
160 vsid = (get_kernel_vsid(ea) << SLB_VSID_SHIFT) |
165 vsid = (get_kernel_vsid(ea) << SLB_VSID_SHIFT) |
172 pr_debug("invalid region access at %016lx\n", ea);
190 extern int hash_page(unsigned long ea, unsigne
191 __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c52 elect_args *ea; local
63 ea = NULL;
180 if (ea != NULL) {
186 ea = NULL;
188 if ((ea = calloc(sizeof(elect_args), 1)) == NULL) {
193 ea->dbenv = dbenv;
194 ea->machtab = tab;
196 NULL, elect_thread, (void *)ea)) != 0) {
224 if (ea != NULL && thread_join(elect_thr, &status) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Daarp.c679 struct elapaarp *ea = aarp_hdr(skb); local
691 if (!skb_pull(skb, sizeof(*ea)))
694 function = ntohs(ea->function);
698 ea->hw_len != ETH_ALEN || ea->pa_len != AARP_PA_ALEN ||
699 ea->pa_src_zero || ea->pa_dst_zero)
703 hash = ea->pa_src_node % (AARP_HASH_SIZE - 1);
706 sa.s_node = ea->pa_src_node;
707 sa.s_net = ea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dhtab.c207 static void iSeries_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument
215 vsid = get_kernel_vsid(ea);
216 va = (vsid << 28) | (ea & 0x0fffffff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A DMakefile.am9 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dip32-setup.c49 static inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
60 ea[i] = num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h316 extern int ether_isbcast(const void *ea);
317 extern int ether_isnulladdr(const void *ea);
405 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf);
406 extern int BCMROMFN(bcm_ether_atoe)(const char *p, struct ether_addr *ea);
781 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
782 ((struct ether_addr *) (ea))->octet[1], \
783 ((struct ether_addr *) (ea))->octet[2], \
784 ((struct ether_addr *) (ea))->octet[3], \
785 ((struct ether_addr *) (ea))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A DMakefile.am9 zip.h ea.h acl.h unix.h directory.h hash.h volume.h

Completed in 238 milliseconds

123456