gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 9 of 9 for funcall:ER from tkernel_2 (0.05 seconds)
tkernel_2
driver/tef_em1d/console/src/line_drv.h - 5.7KB - 161 lines
51: typedef struct {
52:         ER     (*in)(struct _L_INFO *li, UB *buf, W len, W *alen, W tmout);
53:         ER     (*out)(struct _L_INFO *li, UB *buf, W len, W *alen, W tmout);
More results from line_drv.h
driver/tef_em1d/screen/src/screen.h - 6.7KB - 165 lines
92:         /* set / get screen brightness */
93:         ER     (*fn_bright)(W *brightness, BOOL set);
94: 
More results from screen.h
driver/tef_em1d/sysdsk/src/sdisk.h - 14.3KB - 348 lines
123:                                                                 BOOL write);
124:         ER     (*Format)(struct _drvtab *drv, DiskFormat *fmt, W dcnt);
125:         ER     (*Identify)(struct _drvtab *drv, BOOL check);
More results from sdisk.h
include/device/gdrvif.h - 10.1KB - 252 lines
90:  */
91:         ER  (*open )( ID devid, UINT omode, GDI );
92:         ER  (*close)( ID devid, UINT option, GDI );
More results from gdrvif.h
include/device/sdrvif.h - 4.1KB - 114 lines
70:  */
71:         ER  (*open )( ID devid, UINT omode, SDI );
72:         ER  (*close)( ID devid, UINT option, SDI );
More results from sdrvif.h
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
163:  */
164: typedef ER  (*OPNFN)( ID devid, UINT omode, void *exinf );
165: typedef ER  (*ABTFN)( ID tskid, DEVREQ *devreq, INT nreq, void *exinf );
More results from sysmgr.h
kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
34: typedef void (*CluFN)( ID resid, INT info );    /* Cleanup function */
35: typedef ER   (*EvtFN)( INT evttyp, ID resid, INT info );        /* Event function */
36: 
monitor/driver/flash/src/main.c - 6.5KB - 159 lines
36: {
37:         ER (* volatile flashwr_p)( UW addr, void *data, W nsec, BOOL reset );
38:         BOOL   reset;
monitor/include/device.h - 12.5KB - 345 lines
90:          */
91:         ER (*initsio)( SIOCB*, const CFGSIO*, W speed );
92: 
More results from device.h