Home
last modified time | relevance | path

Searched refs:xst (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/pv/
Dxenstore.c354 xs_output(struct xs_transaction *xst, uint8_t *bp, int len) in xs_output() argument
356 struct xs_softc *xs = xst->xst_cookie; in xs_output()
385 xs_start(struct xs_transaction *xst, struct xs_msg *xsm, struct iovec *iov, in xs_start() argument
388 struct xs_softc *xs = xst->xst_cookie; in xs_start()
394 if (xs_output(xst, (uint8_t *)&xsm->xsm_hdr, in xs_start()
403 if (xs_output(xst, iov[i].iov_base, iov[i].iov_len) == -1) { in xs_start()
423 xs_reply(struct xs_transaction *xst, uint rid) in xs_reply() argument
425 struct xs_softc *xs = xst->xst_cookie; in xs_reply()
432 if (xsm->xsm_hdr.xmh_tid == xst->xst_id && in xs_reply()
605 xs_get_buf(struct xs_transaction *xst, struct xs_msg *xsm, int len) in xs_get_buf() argument
[all …]
Dxen.c208 struct xs_transaction xst; in xen_control() local
212 memset(&xst, 0, sizeof(xst)); in xen_control()
213 xst.xst_id = 0; in xen_control()
214 xst.xst_cookie = sc->sc_xs; in xen_control()
1393 struct xs_transaction xst; in xen_probe_devices() local
1398 memset(&xst, 0, sizeof(xst)); in xen_probe_devices()
1399 xst.xst_id = 0; in xen_probe_devices()
1400 xst.xst_cookie = sc->sc_xs; in xen_probe_devices()
1402 if ((error = xs_cmd(&xst, XS_LIST, "device", &iovp1, &iov1_cnt)) != 0) in xen_probe_devices()
1410 if ((error = xs_cmd(&xst, XS_LIST, path, &iovp2, in xen_probe_devices()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeRegisterContextNetBSD_x86_64.cpp625 auto xst = reinterpret_cast<xstate *>(m_xstate.data()); in GetYMMSplitReg() local
626 if (!(xst->xs_rfbm & XCR0_SSE) || !(xst->xs_rfbm & XCR0_YMM_Hi128)) in GetYMMSplitReg()
641 return YMMSplitPtr{&xst->xs_fxsave.fx_xmm[reg_index], in GetYMMSplitReg()
642 &xst->xs_ymm_hi128.xs_ymm[reg_index]}; in GetYMMSplitReg()
/openbsd/src/sys/kern/
Dkern_sensors.c255 sensor_task_work(void *xst) in sensor_task_work() argument
257 struct sensor_task *st = xst; in sensor_task_work()