Searched refs:result (Results 151 - 175 of 254) sorted by relevance

1234567891011

/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c121 launchpad_t** result) {
141 *result = lp;
147 const char* name, launchpad_t** result) {
165 *result = lp;
170 const char* name, launchpad_t** result) {
175 return launchpad_create_with_jobs(job, xjob, name, result);
837 bool result = lp->loader_message; local
840 return result;
844 zx_handle_t result = lp->special_handles[HND_LDSVC_LOADER]; local
846 return result;
119 launchpad_create_with_process(zx_handle_t proc, zx_handle_t vmar, launchpad_t** result) argument
146 launchpad_create_with_jobs(zx_handle_t creation_job, zx_handle_t transferred_job, const char* name, launchpad_t** result) argument
169 launchpad_create(zx_handle_t job, const char* name, launchpad_t** result) argument
1015 prepare_start(launchpad_t* lp, launchpad_start_data_t* result) argument
[all...]
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-device-manager.c19 // list of devices pending result of enable slot command
296 zx_status_t result = ZX_OK; local
310 result = xhci_address_device(xhci, slot_id, hub_address, port, speed);
311 if (result != ZX_OK) {
319 result = xhci_get_descriptor(xhci, slot_id, USB_TYPE_STANDARD, USB_DT_DEVICE << 8, 0,
321 if (result == ZX_ERR_IO_REFUSED || result == ZX_ERR_IO_INVALID) {
327 if (result != 8) {
328 zxlogf(ERROR, "xhci_handle_enumerate_device: xhci_get_descriptor failed: %d\n", result);
366 result
767 zx_status_t result = xhci_control_request(xhci, slot_id, local
[all...]
/fuchsia/zircon/system/ulib/trace-reader/
H A Drecords.cpp101 fbl::StringBuffer<1024> result; local
103 result.Append('{');
106 result.Append(", ");
107 result.Append(args[i].ToString());
109 result.Append('}');
111 return result.ToString();
/fuchsia/zircon/kernel/tests/
H A Dprintf_tests.cpp188 int result = snprintf(buf, shorter_length, "%s", str); local
192 EXPECT_EQ(result, (int)strlen(str), "");
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c154 int result = 0; local
167 result = TFTP_ERR_TIMED_OUT;
175 result = TFTP_ERR_IO;
195 if (result == 0) {
205 return result;
457 tftp_status result = tftp_timeout(session, tftp_out_scratch, &last_msg_size, local
460 if (result == TFTP_ERR_TIMED_OUT) {
465 } else if (result < 0) {
/fuchsia/zircon/system/private/efi/protocol/
H A Dpci-root-bridge-io.h72 uint64_t* result) EFIAPI;
77 uint64_t* result) EFIAPI;
/fuchsia/zircon/system/ulib/launchpad/include/launchpad/
H A Dlaunchpad.h76 launchpad_t** result);
83 launchpad_t** result);
290 // than a handle, that result is just returned immediately; so this
291 // can be passed the result of <launchpad/vmo.h> functions without
/fuchsia/zircon/system/ulib/unittest/
H A Dall-tests.cpp207 auto result = unittest_run_all_tests_etc(argv[0], test_type, case_matcher, test_matcher, local
211 return result;
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp38 fbl::String result = path(fmt, ap); local
40 return result;
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrchrnul.S40 #define result x0 define
141 add result, src, tmp1, lsr #1
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
/fuchsia/zircon/kernel/include/kernel/
H A Devent.h71 int event_signal_etc(event_t*, bool reschedule, zx_status_t result);
/fuchsia/zircon/system/public/zircon/device/
H A Dintel-hda.h67 // and marshaling the result back.
103 zx_status_t result; member in struct:ihda_codec_request_stream_resp
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dthread.h39 thread* result);
H A Dprocess.h55 thread* result) const;
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dpages.c241 void *result = mmap(addr, size, prot, mmap_flags | MAP_FIXED,
243 if (result == MAP_FAILED)
245 if (result != addr) {
250 pages_unmap(result, size);
/fuchsia/zircon/kernel/object/
H A Dvm_address_region_dispatcher.cpp191 fbl::RefPtr<VmMapping> result(nullptr);
195 &result);
200 *out = fbl::move(result);
/fuchsia/zircon/kernel/platform/pc/
H A Dconsole.cpp272 int result; local
275 result = vsnprintf(cbuf, sizeof(cbuf), fmt, parms);
280 return result;
/fuchsia/zircon/system/core/virtcon/
H A Dkeyboard.cpp56 ssize_t result = ioctl_input_set_report(keyboard_fd, msg, sizeof(msg_buf)); local
57 if (result != kNumBytes) {
59 printf("ioctl_input_set_report() failed (returned %zd)\n", result);
/fuchsia/zircon/system/dev/usb/usb-test/fx3/
H A Dfx3.c219 zx_status_t result = device_get_protocol(device, ZX_PROTOCOL_USB, &fx3->usb); local
220 if (result != ZX_OK) {
222 return result;
/fuchsia/zircon/system/ulib/bitmap/
H A Draw-bitmap.cpp44 // Applies a bitmask to the given data value. The result value has bits set
171 bool result; local
172 if ((result = Scan(bitoff, bitmax, true, first)) && first) {
175 return result;
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1355 my @result = ();
1373 push(@result, $last);
1377 return @result;
1885 $main::source_cache{$file} = []; # Cache the negative result
2610 my @result = ();
2621 push(@result, $a);
2654 push(@result, "$a $func $fileline");
2657 push(@result, "$a");
2659 push(@result, "$func $fileline");
2663 push(@result, "
[all...]
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c391 int result = 0; local
406 result = -1;
413 result = -1;
419 result = -1;
442 return result;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Deval.c626 evalbackcmd(union node *n, struct backcmd *result) argument
631 result->fd = -1;
632 result->buf = NULL;
633 result->nleft = 0;
634 result->jp = NULL;
654 result->fd = pip[0];
655 result->jp = jp;
660 result->fd, result->buf, result
[all...]
/fuchsia/zircon/kernel/platform/generic-arm/
H A Dplatform.cpp129 uint32_t result = psci_cpu_off(); local
131 panic("psci_cpu_off returned %u\n", result);
141 zx_status_t result = mp_unplug_cpu_mask(mask); local
142 DEBUG_ASSERT(result == ZX_OK);
287 zbi_result_t result; local
293 result = image.Check(nullptr);
294 if (result != ZBI_RESULT_OK) {

Completed in 105 milliseconds

1234567891011