Subversion Repositories HelenOS

Rev

Rev 4584 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4584 Rev 4585
Line 77... Line 77...
77
            devfs_lookup(callid, &call);
77
            devfs_lookup(callid, &call);
78
            break;
78
            break;
79
        case VFS_OUT_OPEN_NODE:
79
        case VFS_OUT_OPEN_NODE:
80
            devfs_open_node(callid, &call);
80
            devfs_open_node(callid, &call);
81
            break;
81
            break;
82
        case VFS_OUT_DEVICE:
82
        case VFS_OUT_STAT:
83
            devfs_device(callid, &call);
83
            devfs_stat(callid, &call);
84
            break;
84
            break;
85
        case VFS_OUT_READ:
85
        case VFS_OUT_READ:
86
            devfs_read(callid, &call);
86
            devfs_read(callid, &call);
87
            break;
87
            break;
88
        case VFS_OUT_WRITE:
88
        case VFS_OUT_WRITE: