Searched refs:h0 (Results 1 - 21 of 21) sorted by relevance

/fuchsia/zircon/system/ulib/zx/
H A Dchannel.cpp15 channel h0; local
18 h0.reset_and_get_address(),
20 endpoint0->reset(h0.release());
H A Deventpair.cpp15 eventpair h0; local
18 flags, h0.reset_and_get_address(),
20 endpoint0->reset(h0.release());
H A Dsocket.cpp15 socket h0; local
18 flags, h0.reset_and_get_address(),
20 endpoint0->reset(h0.release());
H A Dfifo.cpp15 fifo h0; local
18 elem_count, elem_size, options, h0.reset_and_get_address(),
20 out0->reset(h0.release());
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c84 zx_handle_t h0, h1; local
85 status = zx_socket_create(0, &h0, &h1);
88 zx_signals_t signals0 = get_satisfied_signals(h0);
100 status = zx_socket_write(h0, 0u, big_buf, kAllSize / 16, &count);
104 signals0 = get_satisfied_signals(h0);
114 signals0 = get_satisfied_signals(h0);
120 status = zx_object_signal_peer(h0, ZX_SOCKET_WRITABLE, 0u);
123 status = zx_object_signal_peer(h0, 0u, ZX_USER_SIGNAL_1);
126 signals0 = get_satisfied_signals(h0);
134 signals0 = get_satisfied_signals(h0);
148 zx_handle_t h0, h1; local
344 zx_handle_t h0, h1; local
418 zx_handle_t h0, h1; local
527 zx_handle_t h0, h1; local
599 zx_handle_t h0, h1; local
666 zx_handle_t h0, h1; local
690 zx_handle_t h0, h1; local
758 zx_handle_t h0, h1; local
794 zx_handle_t h0, h1; local
821 zx_handle_t h0, h1; local
902 zx_handle_t h0, h1; local
[all...]
/fuchsia/zircon/system/uapp/run-vc/
H A Dmain.c34 zx_handle_t h0, h1; local
35 if (zx_channel_create(0, &h0, &h1) < 0) {
43 zx_object_wait_one(h0, ZX_CHANNEL_READABLE | ZX_CHANNEL_PEER_CLOSED,
49 if (zx_channel_read(h0, 0, types, handles,
56 zx_handle_close(h0);
/fuchsia/zircon/system/utest/fidl-simple/
H A Dclient_tests.c62 zx_handle_t h0, h1; local
63 status = zx_eventpair_create(0, &h0, &h1);
66 status = fuchsia_crash_AnalyzerAnalyze(client, h0, h1);
/fuchsia/zircon/system/ulib/fzl/include/lib/fzl/
H A Dfifo.h78 zx_handle_t h0 = ZX_HANDLE_INVALID, h1 = ZX_HANDLE_INVALID; local
79 zx_status_t result = zx_fifo_create(elem_count, sizeof(W), options, &h0, &h1);
80 out0->reset(h0);
/fuchsia/zircon/system/ulib/fdio/
H A Dpipe.c280 zx_handle_t h0, h1; local
283 if ((r = zx_socket_create(0, &h0, &h1)) < 0) {
286 if ((a = fdio_pipe_create(h0)) == NULL) {
301 zx_handle_t h0, h1; local
305 if ((r = zx_socket_create(0, &h0, &h1)) < 0) {
308 if ((io = fdio_pipe_create(h0)) == NULL) {
H A Dbsdsocket.c39 zx_handle_t h0, h1; local
42 if ((r = zx_channel_create(0, &h0, &h1)) != ZX_OK) {
48 zx_handle_close(h0);
51 *saved = h0;
H A Dremoteio.c689 zx_handle_t h0, h1; local
691 if ((r = zx_channel_create(0, &h0, &h1)) < 0) {
695 zx_handle_close(h0);
701 *out = h0;
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dmemmem.c144 void* memmem(const void* h0, size_t k, const void* n0, size_t l) { argument
145 const unsigned char *h = h0, *n = n0;
156 h = memchr(h0, *n, k);
159 k -= h - (const unsigned char*)h0;
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp57 zx::channel h0, h1; local
58 if (zx::channel::create(0, &h0, &h1) != ZX_OK) {
64 if (vfs_install_fs("/system", h0.release()) != ZX_OK) {
234 zx::channel h0, h1; local
235 zx_status_t status = zx::channel::create(0, &h0, &h1);
256 pkgfs_finish(fbl::move(proc), fbl::move(h0));
H A Dfshost.cpp348 zx::channel h0, h1; local
349 if (zx::channel::create(0, &h0, &h1) != ZX_OK) {
355 return h0;
H A Ddevmgr-devfs.cpp790 zx_handle_t h0, h1; local
791 if (zx_channel_create(0, &h0, &h1) != ZX_OK) {
793 } else if (iostate_create(&root_devnode, h0) != ZX_OK) {
794 zx_handle_close(h0);
H A Ddevmgr.cpp830 zx::channel h0, h1;
831 if (zx::channel::create(0, &h0, &h1) != ZX_OK) {
855 return h0;
H A Ddevmgr-coordinator.cpp1664 zx_handle_t h0 = ZX_HANDLE_INVALID, h1 = ZX_HANDLE_INVALID; local
1671 if ((r = zx_channel_create(0, &h0, &h1)) < 0) {
1682 zx_handle_close(h0);
1688 zx_handle_close(h0);
1692 if ((r = dh_connect_proxy(dev, h0)) < 0) {
/fuchsia/zircon/system/ulib/loader-service/
H A Dloader-service.c410 zx_handle_t h0, h1; local
412 if ((status = zx_channel_create(0, &h0, &h1)) != ZX_OK) {
416 zx_handle_close(h0);
419 *out = h0;
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dsha.h101 // wpa_supplicant accesses |h0|..|h4| so we must support those names
106 uint32_t h0;
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgammal.c138 h0 = 1.059584930106085509696730443974495979641E4L, variable
292 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y)))));
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c2483 zx_handle_t h0, h1; local
2485 if ((status = _zx_channel_create(0, &h0, &h1)) != ZX_OK) {
2526 _zx_handle_close(h0);
2528 *out = h0;

Completed in 192 milliseconds