FreeBSD Device Driver Writer's Guide : Types of drivers. : Block : Entry Points
Previous: Data Structures
Next: Header Files

2.2.2. Entry Points

2.2.2.1. d_open()

Described in the Character device section.

2.2.2.2. d_close()

Described in the Character device section.

2.2.2.3. d_strategy()

Described in the Character device section.

2.2.2.4. d_ioctl()

Described in the Character device section.

2.2.2.5. d_dump()

2.2.2.6. d_psize()


FreeBSD Device Driver Writer's Guide : Types of drivers. : Block : Entry Points
Previous: Data Structures
Next: Header Files
freebsd-questions@freebsd.org