Searched refs:ihandle (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dofinit.c14 ihandle of_prom_mmu;
25 if (getprop(chosen, "mmu", &of_prom_mmu, sizeof(ihandle)) != 4)
H A Dofstdio.c14 ofstdio(ihandle *stdin, ihandle *stdout, ihandle *stderr)
16 ihandle in, out;
H A Dread.c14 read(ihandle instance, void *buf, int buflen)
20 ihandle instance;
H A Dwrite.c14 write(ihandle instance, void *buf, int buflen)
20 ihandle instance;
H A Dmap.c14 extern ihandle of_prom_mmu;
24 ihandle mmu_ihandle;
H A Dclaim.c21 static ihandle chosen_mmu;
60 memory = (ihandle) call_prom("open", 1, 1, "/memory");
62 memory = (ihandle) call_prom("open", 1, 1, "/memory@0");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dof1275.h12 typedef void *ihandle; typedef
32 int ofstdio(ihandle *stdin, ihandle *stdout, ihandle *stderr);
33 int read(ihandle instance, void *buf, int buflen);
35 int write(ihandle instance, void *buf, int buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dof.c18 typedef void *ihandle; typedef
103 static ihandle chosen_mmu;
142 memory = (ihandle) call_prom("open", 1, 1, "/memory");
143 if (memory == (ihandle) -1) {
144 memory = (ihandle) call_prom("open", 1, 1, "/memory@0");
145 if (memory == (ihandle) -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dprom.h26 typedef u32 ihandle; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dprom.h26 typedef u32 ihandle; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c130 ihandle root;
133 ihandle stdout;
134 ihandle mmumap;
135 ihandle memory;
213 * macros to use with any ihandle or phandle return value to check if
780 ihandle elfloader, root;
1094 ihandle rtas_inst;
1153 ihandle phb_node;
1503 ihandle val;
1573 static int __init prom_set_color(ihandle i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprom.h69 typedef u32 ihandle; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h340 void __user *ihandle;/* user supplied handle */ member in struct:xfs_fsop_handlereq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c212 hanp = hreq->ihandle;

Completed in 69 milliseconds