Lines Matching refs:nullptr
91 virtual uint64_t workSubmit(IOService *device, WorkSubmitArgs *args = nullptr);
118 virtual uint64_t workSubmitAndBegin(IOService *device, WorkSubmitArgs *submitArgs = nullptr,
119 WorkBeginArgs *beginArgs = nullptr);
128 virtual void workBegin(IOService *device, uint64_t token, WorkBeginArgs *args = nullptr);
154 …virtual void workEnd(IOService *device, uint64_t token, WorkEndArgs *args = nullptr, bool done = t…
176 …bmitAndBeginWithContext(IOService *device, OSObject *context, WorkSubmitArgs *submitArgs = nullptr,
177 WorkBeginArgs *beginArgs = nullptr);
189 bool workSubmitWithContext(IOService *device, OSObject *context, WorkSubmitArgs *args = nullptr);
200 void workBeginWithContext(IOService *device, OSObject *context, WorkBeginArgs *args = nullptr);
214 …void workEndWithContext(IOService *device, OSObject *context, WorkEndArgs *args = nullptr, bool do…
240 void workUpdateWithContext(IOService *device, OSObject *context, WorkUpdateArgs *args = nullptr);