Home
last modified time | relevance | path

Searched defs:call_vec (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/servers/vfs/
H A Dtable.c17 int (* const call_vec[NR_VFS_CALLS])(void) = { variable
/minix3/minix/servers/pm/
H A Dtable.c14 int (* const call_vec[NR_PM_CALLS])(void) = { variable
/minix3/minix/servers/ipc/
H A Dmain.c12 static int (* const call_vec[])(message *) = { variable
/minix3/minix/kernel/
H A Dsystem.c52 static int (*call_vec[NR_SYS_CALLS])(struct proc * caller, message *m_ptr); variable