Searched refs:available (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Ddiagnostics.h20 // been written is returned via |available|.
25 size_t* actual, size_t* available);
30 // have been written is returned via |available|.
35 size_t* actual, size_t* available);
40 // been written is returned via |available|.
45 size_t* actual, size_t* available);
H A Dprocess_dispatcher.h204 size_t* actual, size_t* available);
206 size_t* actual, size_t* available);
/fuchsia/zircon/system/core/crashsvc/
H A Dcrashsvc.cpp25 size_t available = 0; local
32 &available) != ZX_OK) {
39 if (actual == available) {
45 count = available + 10;
/fuchsia/zircon/system/ulib/elfload/
H A Drules.mk17 # ensure that the libzircon entry points are available.
/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp510 size_t available() const { return available_; } function in class:__anon87::final
525 size_t* actual, size_t* available) {
528 *available = 0;
551 *available = b.available();
583 size_t available() const { return available_; } function in class:__anon88::final
598 size_t* actual, size_t* available) {
601 DEBUG_ASSERT(available != nullptr);
603 *available = 0;
615 *available
523 GetVmAspaceMaps(fbl::RefPtr<VmAspace> aspace, user_out_ptr<zx_info_maps_t> maps, size_t max, size_t* actual, size_t* available) argument
596 GetVmAspaceVmos(fbl::RefPtr<VmAspace> aspace, user_out_ptr<zx_info_vmo_t> vmos, size_t max, size_t* actual, size_t* available) argument
628 size_t available = 0; local
[all...]
H A Dprocess_dispatcher.cpp562 size_t* actual, size_t* available) {
567 return GetVmAspaceMaps(aspace_, maps, max, actual, available);
578 size_t available = 0; local
579 zx_status_t s = GetProcessVmosViaHandles(this, vmos, max, &actual, &available);
592 *available_out = available + available2;
560 GetAspaceMaps( user_out_ptr<zx_info_maps_t> maps, size_t max, size_t* actual, size_t* available) argument
/fuchsia/zircon/system/utest/fit/
H A Drules.mk14 # Disabled for now because libstdc++ isn't available for Zircon targets yet.
/fuchsia/zircon/system/ulib/libzbi/
H A Dzbi.c171 const size_t available = capacity - sizeof(*hdr) - hdr->length; local
172 if (available < sizeof(*hdr) ||
173 available - sizeof(*hdr) < ZBI_ALIGN(section_length)) {
/fuchsia/zircon/system/utest/fdio/
H A Dfdio_handle_fd.c81 int available = 0; local
82 status = ioctl(fds[0], FIONREAD, &available);
84 EXPECT_EQ((uint32_t)available, sizeof(message),
/fuchsia/zircon/make/
H A Dengine.mk573 # lld. Additionally, we need to make sure the shared objects are available on
751 # try to have the compiler output colorized error messages if available
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in681 # Add additional profiles, if available.
1070 Further pprof details are available at this location (or one similar):
1907 # Print disassembly for one routine with interspersed source if available
3263 error("Stripped binary. No symbols available.\n");
4049 # Expand "$build" variable if available
4623 # Expand "$build" variable if available

Completed in 137 milliseconds