| /sys/kern/ |
| D | disk.c | 44 Disk_Read(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Read() argument 46 return disk->read(disk, buf, sga, cb, arg); in Disk_Read() 50 Disk_Write(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Write() argument 52 return disk->write(disk, buf, sga, cb, arg); in Disk_Write() 56 Disk_Flush(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in Disk_Flush() argument 58 return disk->flush(disk, buf, sga, cb, arg); in Disk_Flush()
|
| D | ktimer.c | 41 KTimer_Create(uint64_t timeout, KTimerCB cb, void *arg) in KTimer_Create() argument 48 evt->cb = cb; in KTimer_Create() 106 (it->cb)(it->arg); in KTimer_Process()
|
| /lib/libc/ |
| D | exit.c | 9 void (*cb)(void); member 22 _atexits[_atexit_count].cb = function; in atexit() 39 (_atexit_last->cb)(); in exit()
|
| /sys/amd64/ |
| D | mp.c | 28 CrossCallCB cb; member 156 frame->status[CPU()] = (frame->cb)(frame->arg); in MP_CrossCallTrap() 168 MP_CrossCall(CrossCallCB cb, void *arg) in MP_CrossCall() argument 174 frame.cb = cb; in MP_CrossCall() 187 frame.status[CPU()] = cb(arg); in MP_CrossCall()
|
| D | irq.c | 30 h->cb(h->arg); in IRQ_Handler()
|
| /sys/include/ |
| D | disk.h | 27 int Disk_Read(Disk *disk, void * buf, SGArray *sga, DiskCB cb, void *arg); 28 int Disk_Write(Disk *disk, void * buf, SGArray *sga, DiskCB cb, void *arg); 29 int Disk_Flush(Disk *disk, void * buf, SGArray *sga, DiskCB cb, void *arg);
|
| D | ktimer.h | 12 KTimerCB cb; member 17 KTimerEvent *KTimer_Create(uint64_t timeout, KTimerCB cb, void *arg);
|
| D | nic.h | 25 int NIC_TX(NIC *nic, MBuf *mbuf, NICCB cb, void *arg); 26 int NIC_RX(NIC *nic, MBuf *mbuf, NICCB cb, void *arg);
|
| D | irq.h | 9 void (*cb)(void*); member
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 135 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 141 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 222 msg->msg.cb.function = function; in tcpip_callback_with_block() 223 msg->msg.cb.ctx = ctx; in tcpip_callback_with_block() 415 msg->msg.cb.function = function; in tcpip_callbackmsg_new() 416 msg->msg.cb.ctx = ctx; in tcpip_callbackmsg_new()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.h | 155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls) argument
|
| /sys/dev/x86/ |
| D | ps2.c | 300 kbdHandler.cb = &PS2_KeyboardIntr; in PS2_Init() 303 psmHandler.cb = &PS2_MouseIntr; in PS2_Init()
|
| D | sercons.c | 62 handler.cb = &Serial_Interrupt; in Serial_LateInit()
|
| D | ide.c | 271 IDE_Read(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Read() argument 293 IDE_Write(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Write() argument 315 IDE_Flush(Disk *disk, void *buf, SGArray *sga, DiskCB cb, void *arg) in IDE_Flush() argument
|
| /sys/amd64/include/ |
| D | mp.h | 18 int MP_CrossCall(CrossCallCB cb, void *arg);
|
| /sys/dev/ |
| D | e1000.c | 317 E1000_Dequeue(NIC *nic, MBuf *mbuf, NICCB cb, void *arg) in E1000_Dequeue() argument 360 E1000_Enqueue(NIC *nic, MBuf *mbuf, NICCB cb, void *arg) in E1000_Enqueue() argument 476 ethDev->irqHandle.cb = &E1000_Interrupt; in E1000_Configure()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcpip.h | 150 } cb; member
|