Searched refs:hdr (Results 101 - 116 of 116) sorted by relevance

12345

/fuchsia/zircon/system/utest/fs-vnode/
H A Dteardown-tests.cpp91 request.hdr.txid = 5;
92 request.hdr.ordinal = fuchsia_io_NodeSyncOrdinal;
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-devfs.cpp134 msg.hdr.ordinal = fuchsia_io_NodeOnOpenOrdinal;
554 msg.hdr.ordinal = fuchsia_io_NodeOnOpenOrdinal;
652 auto hdr = static_cast<fidl_message_header_t*>(msg->bytes); local
655 switch (hdr->ordinal) {
H A Ddevhost-core.cpp101 fidl_message_header_t* hdr = (fidl_message_header_t*) msg->bytes; local
102 printf("devhost: Unsupported FIDL operation: 0x%x\n", hdr->ordinal);
/fuchsia/zircon/system/dev/audio/astro-tdm-output/
H A Daudio-stream-out.cpp143 resp.hdr.cmd = AUDIO_RB_POSITION_NOTIFY;
/fuchsia/zircon/system/dev/audio/astro-pdm-input/
H A Daudio-stream-in.cpp151 resp.hdr.cmd = AUDIO_RB_POSITION_NOTIFY;
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp76 req.hdr.ordinal = fuchsia_logger_LogSinkConnectOrdinal;
/fuchsia/zircon/system/dev/ethernet/asix-88179/
H A Dasix-88179.c349 ax88179_tx_hdr_t hdr = { local
352 usb_req_copy_to(usb, req, &hdr, sizeof(hdr), offset);
353 usb_req_copy_to(usb, req, netbuf->data, netbuf->len, offset + sizeof(hdr));
354 req->header.length = offset + sizeof(hdr) + netbuf->len;
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.cpp223 notif.hdr.cmd = AUDIO_STREAM_PLUG_DETECT_NOTIFY;
224 notif.hdr.transaction_id = AUDIO_INVALID_TRANSACTION_ID;
/fuchsia/zircon/make/
H A Dmodule.mk129 MODULE_SRCDEPS += $(patsubst %,$(BUILDDIR)/%/gen-hdr.stamp,$(_MODULE_DEPS))
226 $(MODULE_BUILDDIR)/gen-hdr.stamp: $(MODULE_GEN_HDR)
H A Dengine.mk220 --hash-style=gnu --eh-frame-hdr
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dlog-exporter.cpp292 req.hdr.ordinal = fuchsia_logger_LogListenOrdinal;
/fuchsia/zircon/system/dev/display/display/
H A Dclient.cpp1115 msg.hdr.ordinal = fuchsia_display_ControllerClientOwnershipChangeOrdinal;
1135 req->hdr = {};
1136 req->hdr.ordinal = fuchsia_display_ControllerDisplaysChangedOrdinal;
1491 msg->hdr = {};
1492 msg->hdr.ordinal = fuchsia_display_ControllerVsyncOrdinal;
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in405 distclean-hdr:
719 distclean-hdr distclean-libtool distclean-tags
789 distclean-compile distclean-generic distclean-hdr \
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp1136 fidl_message_header_t* hdr = reinterpret_cast<fidl_message_header_t*>(msg->bytes); variable
1137 if (hdr->ordinal >= fuchsia_minfs_MinfsGetMetricsOrdinal &&
1138 hdr->ordinal <= fuchsia_minfs_MinfsToggleMetricsOrdinal) {
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c339 if (dsize < ZXRIO_DESCRIBE_HDR_SZ || info->hdr.ordinal != fuchsia_io_NodeOnOpenOrdinal) {
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h3740 struct ec_sb_fw_update_header hdr; member in struct:ec_params_sb_fw_update

Completed in 288 milliseconds

12345