Home
last modified time | relevance | path

Searched refs:NDEV (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dparam.h7 #define NDEV 10 // maximum major device number macro
H A Dfile.c13 struct devsw devsw[NDEV];
H A Dfs.c459 if(ip->major < 0 || ip->major >= NDEV || !devsw[ip->major].read) in readi()
488 if(ip->major < 0 || ip->major >= NDEV || !devsw[ip->major].write) in writei()