T_DEVICE          259 kernel/sysfile.c     if(type == T_FILE && (ip->type == T_FILE || ip->type == T_DEVICE))
T_DEVICE          338 kernel/sysfile.c   if(ip->type == T_DEVICE && (ip->major < 0 || ip->major >= NDEV)){
T_DEVICE          352 kernel/sysfile.c   if(ip->type == T_DEVICE){
T_DEVICE          400 kernel/sysfile.c      (ip = create(path, T_DEVICE, major, minor)) == 0){
T_DEVICE           46 user/ls.c        case T_DEVICE: