Home
last modified time | relevance | path

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

/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp48 AllocRequest(requestSize); in ExecDevice()
67 ExecDevice::AllocRequest(size_t requestSize) in AllocRequest() function in ExecDevice
87 err = AllocRequest(sizeof(struct IOStdReq)); in Open()
H A DHandle.h54 status_t AllocRequest(size_t requestSize);
H A Dconsole.cpp240 err = AllocRequest(sizeof(struct IOStdReq)); in Open()