Skip to content

DeviceFile

Defined in: src/fs/devtmpfs.ts:17

A file a device driver is operating on.

readonly devt: DevT

Defined in: src/fs/devtmpfs.ts:22

The device number of the node, i.e. inode.rdev


readonly inode: InodeLike

Defined in: src/fs/devtmpfs.ts:20


readonly path: string

Defined in: src/fs/devtmpfs.ts:19

The path of the file, relative to the root of the file system it is on