Home
last modified time | relevance | path

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

/xv6-public/
H A Dstat.h3 #define T_DEV 3 // Device macro
H A Dfs.c458 if(ip->type == T_DEV){ in readi()
487 if(ip->type == T_DEV){ in writei()
H A Dsysfile.c362 (ip = create(path, T_DEV, major, minor)) == 0){ in sys_mknod()