Home
last modified time | relevance | path

Searched defs:dmap (Results 1 – 7 of 7) sorted by relevance

/minix3/minix/servers/vfs/
H A Ddmap.h16 extern struct dmap { struct
17 endpoint_t dmap_driver; argument
18 char dmap_label[LABEL_MAX]; argument
19 int dmap_sel_busy; argument
20 struct filp *dmap_sel_filp; argument
21 thread_t dmap_servicing; argument
22 mutex_t dmap_lock; argument
23 int dmap_recovering; argument
24 int dmap_seen_tty; argument
H A Ddmap.c22 struct dmap dmap[NR_DEVICES]; variable
/minix3/minix/servers/is/
H A Ddmp_fs.c19 struct dmap dmap[NR_DEVICES]; variable
/minix3/minix/fs/procfs/
H A Droot.c162 struct dmap dmap[NR_DEVICES]; in root_dmap() local
/minix3/lib/libedit/
H A Dtty.c889 const el_action_t *dmap, *dalt; in tty_bind_char() local
H A Dterminal.c1156 const el_action_t *dmap; in terminal_bind_arrow() local
/minix3/minix/commands/fsck.mfs/
H A Dfsck.c813 void chkmap(cmap, dmap, bit, blkno, nblk, type) in chkmap() argument