Home
last modified time | relevance | path

Searched refs:_ENDPOINT_P (Results 1 – 25 of 42) sorted by relevance

12

/minix3/minix/lib/libsys/
H A Dsched_start.c18 assert(_ENDPOINT_P(scheduler_e) >= 0); in sched_inherit()
19 assert(_ENDPOINT_P(schedulee_e) >= 0); in sched_inherit()
20 assert(_ENDPOINT_P(parent_e) >= 0); in sched_inherit()
62 assert(_ENDPOINT_P(schedulee_e) >= 0); in sched_start()
63 assert(_ENDPOINT_P(parent_e) >= 0); in sched_start()
H A Dsched_stop.c20 assert(_ENDPOINT_P(scheduler_e) >= 0); in sched_stop()
21 assert(_ENDPOINT_P(schedulee_e) >= 0); in sched_stop()
H A Dsef.c84 sef_self_proc_nr = _ENDPOINT_P(sef_self_endpoint); in sef_startup()
/minix3/minix/include/minix/
H A Dipc_filter.h10 #define ANY_USR _ENDPOINT(1, _ENDPOINT_P(ANY))
11 #define ANY_SYS _ENDPOINT(2, _ENDPOINT_P(ANY))
12 #define ANY_TSK _ENDPOINT(3, _ENDPOINT_P(ANY))
H A Dendpoint.h68 #define _ENDPOINT_P(e) \ macro
/minix3/minix/servers/rs/
H A Dmain.c206 if(iskerneln(_ENDPOINT_P(ip->endpoint))) { in sef_cb_init_fresh()
220 if(iskerneln(_ENDPOINT_P(boot_image_priv->endpoint))) { in sef_cb_init_fresh()
248 if(iskerneln(_ENDPOINT_P(boot_image_priv->endpoint))) { in sef_cb_init_fresh()
266 _ENDPOINT_P(boot_image_priv->endpoint)); in sef_cb_init_fresh()
344 rproc_ptr[_ENDPOINT_P(rpub->endpoint)]= rp; in sef_cb_init_fresh()
354 if(iskerneln(_ENDPOINT_P(boot_image_priv->endpoint))) { in sef_cb_init_fresh()
417 if(iskerneln(_ENDPOINT_P(boot_image_priv->endpoint))) { in sef_cb_init_fresh()
440 rp = rproc_ptr[_ENDPOINT_P(RS_PROC_NR)]; in sef_cb_init_fresh()
515 old_rs_rp = rproc_ptr[_ENDPOINT_P(RS_PROC_NR)]; in sef_cb_init_restart()
516 new_rs_rp = rproc_ptr[_ENDPOINT_P(info->old_endpoint)]; in sef_cb_init_restart()
[all …]
H A Dconst.h107 #define RUPDATE_IS_VM_INIT_DONE() (rproc_ptr[_ENDPOINT_P(VM_PROC_NR)]->r_flags & RS_INIT_DONE)
109 #define RUPDATE_IS_RS_INIT_DONE() (rproc_ptr[_ENDPOINT_P(RS_PROC_NR)]->r_flags & RS_INIT_DONE)
H A Dmanager.c588 child_proc_nr_n = _ENDPOINT_P(child_proc_nr_e);
690 rs_rp = rproc_ptr[_ENDPOINT_P(RS_PROC_NR)];
768 rs_rp = rproc_ptr[_ENDPOINT_P(RS_PROC_NR)]; in clone_service()
1045 rproc_ptr[_ENDPOINT_P(rp->r_pub->endpoint)] = NULL; in reincarnate_service()
1922 swap_slot_pointer(&rproc_ptr[_ENDPOINT_P(src_rp->r_pub->endpoint)],
1924 swap_slot_pointer(&rproc_ptr[_ENDPOINT_P(dst_rp->r_pub->endpoint)],
2108 rproc_ptr[_ENDPOINT_P(rpub->endpoint)] = NULL;
/minix3/minix/servers/sched/
H A Dutility.c31 *proc = _ENDPOINT_P(endpoint); in sched_isokendpt()
48 *proc = _ENDPOINT_P(endpoint); in sched_isemtyendpt()
/minix3/minix/kernel/
H A Dipc_filter.h25 (!(priv(proc_addr(_ENDPOINT_P((EP))))->s_flags & SYS_PROC))
26 #define IPCF_IS_TSK_EP(EP) (iskerneln(_ENDPOINT_P((EP))))
/minix3/minix/tests/
H A Dtest39.c33 mp = _ENDPOINT_P(ept); in test39a()
/minix3/minix/lib/libddekit/src/
H A Ddde.c63 switch (_ENDPOINT_P(m.m_source)) { in dispatcher_thread()
/minix3/minix/servers/vfs/
H A Dglo.h27 # define fproc_addr(e) (&fproc[_ENDPOINT_P(e)])
H A Dutility.c99 *proc = _ENDPOINT_P(endpoint); in isokendpt_f()
/minix3/minix/servers/is/
H A Dmain.c49 switch (_ENDPOINT_P(who_e)) { in main()
H A Ddmp_kernel.c24 procname = proc_name(_ENDPOINT_P(rp->p_sendto_e)); \
26 procname = proc_name(_ENDPOINT_P(rp->p_getfrom_e)); \
/minix3/minix/servers/pm/
H A Dschedule.c34 assert(_ENDPOINT_P(trmp->mp_endpoint) == INIT_PROC_NR); in sched_init()
H A Dutility.c110 *proc = _ENDPOINT_P(endpoint); in pm_isokendpt()
H A Dmain.c66 if (_ENDPOINT_P(m_in.m_source) == CLOCK) in main()
/minix3/minix/lib/libinputdriver/
H A Dinputdriver.c146 switch (_ENDPOINT_P(m_ptr->m_source)) { in inputdriver_process()
/minix3/minix/kernel/arch/i386/
H A Ddo_sdevio.c84 if(proc_nr != _ENDPOINT_P(caller->p_endpoint)) in do_sdevio()
/minix3/minix/drivers/storage/floppy/
H A Dfloppy.c769 switch (_ENDPOINT_P(mess.m_source)) { in start_motor()
845 switch (_ENDPOINT_P(mess.m_source)) { in seek()
1123 switch (_ENDPOINT_P(mess.m_source)) { in f_reset()
1174 switch (_ENDPOINT_P(mess.m_source)) { in f_intr_wait()
/minix3/minix/drivers/storage/mmc/
H A Demmc.c163 && (_ENDPOINT_P(m.m_source) == CLOCK)) in irq_receive()
166 && (_ENDPOINT_P(m.m_source) == HARDWARE)) in irq_receive()
/minix3/minix/lib/libblockdriver/
H A Ddriver.c392 switch (_ENDPOINT_P(m_ptr->m_source)) { in blockdriver_process_on_thread()
/minix3/minix/servers/ipc/
H A Dsem.c751 slot = _ENDPOINT_P(m->m_source); in do_semop()
871 slot = _ENDPOINT_P(endpt); in sem_process_event()

12