Home
last modified time | relevance | path

Searched refs:get_dmap_by_endpt (Results 1 – 6 of 6) sorted by relevance

/minix/minix/servers/vfs/
H A Dcomm.c104 if ((dp = get_dmap_by_endpt(drv_e)) == NULL) in drv_sendrec()
H A Dbdev.c198 if ((dp = get_dmap_by_endpt(who_e)) == NULL) { in bdev_reply()
H A Ddmap.c317 struct dmap *get_dmap_by_endpt(endpoint_t proc_e) in get_dmap_by_endpt() function
H A Dselect.c895 dp = get_dmap_by_endpt(proc_e); in select_unsuspend_by_endpt()
1015 if ((dp = get_dmap_by_endpt(driver_e)) == NULL) return; in select_cdev_reply1()
1184 if ((dp = get_dmap_by_endpt(driver_e)) == NULL) { in select_cdev_reply2()
H A Dcdev.c484 if (get_dmap_by_endpt(who_e) == NULL) { in cdev_reply()
H A Dproto.h62 struct dmap *get_dmap_by_endpt(endpoint_t proc_e);