Home
last modified time | relevance | path

Searched refs:sys_map_t (Results 1 – 9 of 9) sorted by relevance

/minix/minix/kernel/
H A Dpriv.h35 sys_map_t s_ipc_to; /* allowed destination processes */
42 sys_map_t s_notify_pending; /* bit map with pending notifications */
43 sys_map_t s_asyn_pending; /* bit map with pending asyn messages */
H A Dtype.h13 } sys_map_t; typedef
H A Dproc.c773 static int has_pending(sys_map_t *map, int src_p, int asynm) in has_pending()
845 sys_map_t * map = &priv(caller)->s_notify_pending; in has_pending_notify()
854 sys_map_t * map = &priv(caller)->s_asyn_pending; in has_pending_asend()
863 sys_map_t * map = &priv(caller)->s_notify_pending; in unset_notify_pending()
1353 sys_map_t *map; in try_async()
H A Dmain.c169 sys_map_t map; in kmain()
H A Dproto.h99 void fill_sendto_mask(const struct proc *rc, sys_map_t *map);
H A Dsystem.c349 void fill_sendto_mask(const struct proc *rp, sys_map_t *map) in fill_sendto_mask()
/minix/minix/servers/rs/
H A Dproto.h129 void fill_send_mask(sys_map_t *send_mask, int set_bits);
H A Dutility.c83 sys_map_t *send_mask; /* the send mask to fill in */ in fill_send_mask()
/minix/minix/kernel/system/
H A Ddo_privctl.c34 sys_map_t map; in do_privctl()