Searched refs:context_id (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_datagram.h15 int vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg);
H A Dvmci_datagram.c133 vmci_id context_id; local
144 context_id = VMCI_INVALID_ID;
146 context_id = vmci_get_context_id();
147 if (context_id == VMCI_INVALID_ID)
152 resource_id = vmci_resource_get_id(context_id);
157 handle = VMCI_MAKE_HANDLE(context_id, resource_id);
329 * vmci_datagram_get_priv_flags that also takes a context_id.
341 vmci_datagram_get_priv_flags_int(vmci_id context_id, struct vmci_handle handle, argument
346 ASSERT(context_id != VMCI_INVALID_ID);
348 if (context_id
483 vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg) argument
[all...]
H A Dvmci_resource.h42 vmci_id vmci_resource_get_id(vmci_id context_id);
H A Dvmci_queue_pair.c425 vmci_id context_id = vmci_get_context_id(); local
434 handle = VMCI_MAKE_HANDLE(context_id, queue_pair_rid);
684 vmci_id context_id = vmci_get_context_id(); local
694 if (queue_pair_entry->qp.handle.context != context_id ||
696 queue_pair_entry->qp.peer != context_id)) {
919 vmci_id context_id; local
920 context_id = vmci_get_context_id();
926 e_msg->hdr.dst = VMCI_MAKE_HANDLE(context_id, VMCI_EVENT_HANDLER);
933 e_payload->peer_id = context_id;
H A Dvmci_resource.c109 vmci_resource_get_id(vmci_id context_id) argument
129 handle = VMCI_MAKE_HANDLE(context_id, current_rid);
H A Dvmci_call_defs.h154 vmci_id context_id; /* 4 bytes. */ member in struct:vmci_event_payload_context
H A Dvmci_driver.c52 if (event_data == NULL || ev_payload->context_id == VMCI_INVALID_ID) {
58 ev_payload->context_id, event_data->event);
59 atomic_store_int(&vm_context_id, ev_payload->context_id);
H A Dvmci_doorbell.c518 vmci_id context_id; local
520 context_id = vmci_get_context_id();
521 vmci_id resource_id = vmci_resource_get_id(context_id);
526 new_handle = VMCI_MAKE_HANDLE(context_id, resource_id);
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Docsd_pe_context.h59 void setCtxtID(const uint32_t id) { m_context.context_id = id; m_context.ctxt_id_valid = 1; };
66 const uint32_t getCtxtID() const { return (m_context.ctxt_id_valid == 1) ? m_context.context_id : 0; };
92 m_context.context_id = 0;
/freebsd-current/sys/arm/qualcomm/
H A Dqcom_scm_legacy.c66 int context_id; local
76 ret = arm_smccc_smc(scm_arg0, (uint32_t) &context_id, scm_arg1,
/freebsd-current/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp272 if((m_pe_context.ctxt_id_valid) && (m_pe_context.context_id == m_curr_packet_in->context.ctxtID))
276 m_pe_context.context_id = m_curr_packet_in->context.ctxtID;
341 m_pe_context.context_id = m_curr_packet_in->getCtxtID();
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp186 oss << "CTXTID=0x" << std::hex << context.context_id << "; ";
/freebsd-current/sys/dev/qat/include/
H A Dicp_qat_fw_init_admin.h145 u8 context_id; member in struct:icp_qat_fw_init_admin_resp::__anon4259::__anon4260
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql75 context_id INTEGER PRIMARY KEY AUTOINCREMENT,
84 context_id INTEGER REFERENCES contexts,
88 PRIMARY KEY (context_id, var_name)
105 context_id INTEGER REFERENCES contexts
H A Dschema_v2.sql77 context_id INTEGER PRIMARY KEY AUTOINCREMENT,
86 context_id INTEGER REFERENCES contexts,
90 PRIMARY KEY (context_id, var_name)
107 context_id INTEGER REFERENCES contexts
/freebsd-current/sys/dev/psci/
H A Dpsci.c459 psci_cpu_on(unsigned long cpu, unsigned long entry, unsigned long context_id) argument
468 return (psci_call(fnid, cpu, entry, context_id));
/freebsd-current/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h414 uint32_t context_id; /**< context ID */ member in struct:_ocsd_pe_context
/freebsd-current/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1914 m_context_id = elem.context.context_id = ctxt.ctxtID;
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h8401 uint32_t context_id /* Context ID (cid) of the connection */; member in struct:fcoe_kwqe_conn_enable_disable
8413 uint32_t context_id /* Context ID (cid) of the connection */; member in struct:fcoe_kwqe_conn_destroy
9722 uint32_t context_id /* Context ID of the iSCSI connection */; member in struct:iscsi_kwqe_conn_update
9742 uint32_t context_id /* Context ID of the iSCSI connection */; member in struct:iscsi_kwqe_conn_destroy

Completed in 686 milliseconds