Lines Matching full:int

27 	int (*v0_devopen)(char *device_str);
28 int (*v0_devclose)(int dev_desc);
29 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
30 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
31 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf);
32 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf);
33 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
34 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
35 int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
40 int (*v2_inst2pkg)(int d); /* Convert ihandle to phandle */
45 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned paddr, unsigned sz);
48 int (*v2_dev_open)(char *devpath);
49 void (*v2_dev_close)(int d);
50 int (*v2_dev_read)(int d, char *buf, int nbytes);
51 int (*v2_dev_write)(int d, char *buf, int nbytes);
52 int (*v2_dev_seek)(int d, int hi, int lo);
76 int boot_dev_ctrl;
77 int boot_dev_unit;
78 int dev_partition;
87 int *fd_stdin;
88 int *fd_stdout;
94 int (*pv_startmon)(void);
96 int *diagberr;
102 int (*pv_putchar)(int ch);
103 int (*pv_nbgetchar)(void);
104 int (*pv_nbputchar)(int ch);
109 int (*pv_getkey)(void);
110 int (*pv_initgetkey)(void);
111 unsigned int *pv_translation;
113 int *pv_screen_x;
114 int *pv_screen_y;
123 int (*pv_fbwritechar)(char);
124 int *pv_fbaddr;
126 int (*pv_fbwritestr)(char);
136 int *pv_linesize;
137 int (*pv_getline)(void);
140 int *pv_fbthere;
141 int (*pv_getnum)(void);
144 int (*pv_printhex)(void);
147 int (*pv_setleds)(void);
153 int (*pv_nmiaddr)(void);
154 int (*pv_abortentry)(void);
155 int *pv_nmiclock;
157 int *pv_fbtype;
167 int *pv_keyrinit;
177 void (*pv_setctxt)(int ctxt, char *va, int pmeg);
179 int dummy1z;
180 int dummy2z;
181 int dummy3z;
182 int dummy4z;
189 unsigned int pv_magic_cookie;
190 unsigned int pv_romvers;
191 unsigned int pv_plugin_revision;
192 unsigned int pv_printrev;
211 int (*pv_getchar)(void);
212 void (*pv_putchar)(int ch);
215 int (*pv_nbgetchar)(void);
216 int (*pv_nbputchar)(int ch);
218 void (*pv_putstr)(char *str, int len);
224 __volatile__ int *pv_ticks;
230 void (*v0_eval)(int len, char *str);
237 unsigned int (*pv_enaddr)(int d, char *enaddr);
242 int filler[15];
245 void (*pv_setctxt)(int ctxt, char *va, int pmeg);
255 int (*v3_cpustart)(unsigned int whichcpu, int ctxtbl_ptr,
256 int thiscontext, char *prog_counter);
261 int (*v3_cpustop)(unsigned int whichcpu);
266 int (*v3_cpuidle)(unsigned int whichcpu);
272 int (*v3_cpuresume)(unsigned int whichcpu);
278 int (*no_nextnode)(int node);
279 int (*no_child)(int node);
280 int (*no_proplen)(int node, char *name);
281 int (*no_getprop)(int node, char *name, char *val);
282 int (*no_setprop)(int node, char *name, char *val, int len);
283 char * (*no_nextprop)(int node, char *name);
292 int which_io; /* is this in OBIO space? */
294 int reg_size; /* How many bytes does this register take up? */
298 int pri; /* IRQ priority */
299 int vector; /* This is foobar, what does it do? */
304 unsigned int ot_child_space;
305 unsigned int ot_child_base; /* Bus feels this */
306 unsigned int ot_parent_space;
307 unsigned int ot_parent_base; /* CPU looks from here */
308 unsigned int or_size;