Home
last modified time | relevance | path

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

/sys/kern/
Dvfsuio.c60 Handle *hdl = Handle_Alloc(); in VFSUIO_Open() local
61 if (!hdl) { in VFSUIO_Open()
67 Handle_Free(hdl); in VFSUIO_Open()
74 Handle_Free(hdl); in VFSUIO_Open()
78 hdl->vnode = vn; in VFSUIO_Open()
79 hdl->type = HANDLE_TYPE_FILE; in VFSUIO_Open()
80 hdl->read = VFSUIO_Read; in VFSUIO_Open()
81 hdl->write = VFSUIO_Write; in VFSUIO_Open()
82 hdl->flush = VFSUIO_Flush; in VFSUIO_Open()
83 hdl->close = VFSUIO_Close; in VFSUIO_Open()
[all …]