/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 66 uint_t epid; in xhci_hcdi_pipe_open() local 105 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_open() 109 "during pipe open", epid); in xhci_hcdi_pipe_open() 121 if (epid == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_open() 122 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open() 146 if ((xep = xd->xd_endpoints[epid]) != NULL && in xhci_hcdi_pipe_open() 152 "port %d, but endpoint already exists", epid, xd->xd_slot, in xhci_hcdi_pipe_open() 168 epid, xd->xd_slot, xd->xd_port, ret); in xhci_hcdi_pipe_open() 190 epid, xd->xd_slot, xd->xd_port, ret); in xhci_hcdi_pipe_open() 212 epid, xd->xd_slot, xd->xd_port, ret); in xhci_hcdi_pipe_open() [all …]
|
H A D | xhci_endpoint.c | 645 uint_t epid; in xhci_endpoint_init() local 649 epid = XHCI_DEFAULT_ENDPOINT; in xhci_endpoint_init() 652 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_endpoint_init() 654 VERIFY(xd->xd_endpoints[epid] == NULL); in xhci_endpoint_init() 662 xep->xep_num = epid; in xhci_endpoint_init() 686 xd->xd_endpoints[epid] = xep; in xhci_endpoint_init()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 652 pci_xhci_init_ep(struct pci_xhci_dev_emu *dev, int epid) in pci_xhci_init_ep() argument 660 ep_ctx = &dev_ctx->ctx_ep[epid]; in pci_xhci_init_ep() 661 devep = &dev->eps[epid]; in pci_xhci_init_ep() 664 DPRINTF(("init_ep %d with pstreams %u", epid, pstreams)); in pci_xhci_init_ep() 679 DPRINTF(("init_ep %d with no pstreams", epid)); in pci_xhci_init_ep() 695 pci_xhci_disable_ep(struct pci_xhci_dev_emu *dev, int epid) in pci_xhci_disable_ep() argument 701 DPRINTF(("pci_xhci disable_ep %d", epid)); in pci_xhci_disable_ep() 704 ep_ctx = &dev_ctx->ctx_ep[epid]; in pci_xhci_disable_ep() 707 devep = &dev->eps[epid]; in pci_xhci_disable_ep() 1151 uint32_t cmderr, epid; in pci_xhci_cmd_reset_ep() local [all …]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_map.c | 237 dt_epid_lookup(dtrace_hdl_t *dtp, dtrace_epid_t epid, in dt_epid_lookup() argument 242 if (epid >= dtp->dt_maxprobe || dtp->dt_pdesc[epid] == NULL) { in dt_epid_lookup() 243 if ((rval = dt_epid_add(dtp, epid)) != 0) in dt_epid_lookup() 247 assert(epid < dtp->dt_maxprobe); in dt_epid_lookup() 248 assert(dtp->dt_edesc[epid] != NULL); in dt_epid_lookup() 249 assert(dtp->dt_pdesc[epid] != NULL); in dt_epid_lookup() 250 *epdp = dtp->dt_edesc[epid]; in dt_epid_lookup() 251 *pdp = dtp->dt_pdesc[epid]; in dt_epid_lookup() 317 dtrace_epid_t epid; in dt_aggid_add() local 400 if ((epid = agg->dtagd_epid) >= dtp->dt_maxprobe || in dt_aggid_add() [all …]
|
H A D | dt_handle.c | 149 dtrace_epid_t epid; in dt_handle_err() local 169 epid = (uint32_t)DT_REC(uint64_t, 0); in dt_handle_err() 171 if (dt_epid_lookup(dtp, epid, &errepd, &errpd) != 0) in dt_handle_err() 216 epid, errpd->dtpd_id, errpd->dtpd_provider, in dt_handle_err()
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Error.java | 104 private final int epid; field in Error 149 epid = enabledProbeID; in Error() 194 return epid; in getEnabledProbeID() 311 buf.append(epid); in toString()
|
H A D | ProbeData.java | 103 private int epid; field in ProbeData 139 epid = enabledProbeID; in ProbeData() 171 epid = enabledProbeID; in ProbeData() 670 return epid; in getEnabledProbeID() 792 buf.append(epid); in toString()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/lexer/ |
H A D | err.D_SYNTAX.brace1.d | 35 trace(epid);
|
H A D | err.D_SYNTAX.brace2.d | 35 trace(epid);
|
H A D | err.D_SYNTAX.paren1.d | 35 trace(epid));
|
H A D | err.D_SYNTAX.brack3.d | 36 trace(epid);
|
H A D | err.D_SYNTAX.paren3.d | 36 trace(epid);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/ |
H A D | tst.epid1.d | 38 printf("epid of this probe = %d\n", epid);
|
H A D | tst.epid.d | 42 printf("epid of this probe = %d\n", epid);
|
H A D | tst.errno1.d | 38 printf("epid of this probe = %d\n", epid);
|
H A D | tst.errno.d | 42 printf("epid of this probe = %d\n", epid);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | tst.resize3.d | 60 trace(epid);
|
H A D | err.resize3.d | 49 trace(epid);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.MultiAggPrinta.ksh.out | 1 org.opensolaris.os.dtrace.ProbeData[epid = 1, enabledProbeDescription = dtrace:::BEGIN, flow = null…
|
H A D | tst.Bean.ksh.out | 358 …serialized: org.opensolaris.os.dtrace.ProbeData[epid = 7, cpu = 1, enabledProbeDescription = sysca… 407 …deserialized: org.opensolaris.os.dtrace.ProbeData[epid = 7, cpu = 1, enabledProbeDescription = sys… 457 …encoded: org.opensolaris.os.dtrace.ProbeData[epid = 7, cpu = 1, enabledProbeDescription = syscall:… 506 …decoded: org.opensolaris.os.dtrace.ProbeData[epid = 7, cpu = 1, enabledProbeDescription = syscall:… 658 …serialized: org.opensolaris.os.dtrace.Error[probeDescription = syscall::malloc:entry, epid = 8, cp… 659 …deserialized: org.opensolaris.os.dtrace.Error[probeDescription = syscall::malloc:entry, epid = 8, … 661 …encoded: org.opensolaris.os.dtrace.Error[probeDescription = syscall::malloc:entry, epid = 8, cpu =… 662 …decoded: org.opensolaris.os.dtrace.Error[probeDescription = syscall::malloc:entry, epid = 8, cpu =…
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 103 dtrace_epid_t epid = epd->dtepd_epid; in dtracemdb_eprobe() local 111 (epid - 1) * sizeof (dtrace_ecb_t *); in dtracemdb_eprobe() 114 mdb_warn("failed to read ecb for epid %d", epid); in dtracemdb_eprobe() 119 mdb_warn("epid %d doesn't match an ecb\n", epid); in dtracemdb_eprobe()
|
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 836 int epid; in dtj_chew() local 848 epid = (int)edesc->dtepd_epid; in dtj_chew() 898 epid, cpu, jprobe, jflow, nrecs); in dtj_chew()
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 10570 dtrace_epid_t epid; in dtrace_ecb_add() local 10585 epid = state->dts_epid++; in dtrace_ecb_add() 10587 if (epid - 1 >= state->dts_necbs) { in dtrace_ecb_add() 10591 ASSERT(epid == state->dts_necbs + 1); in dtrace_ecb_add() 10626 ASSERT(state->dts_ecbs[epid - 1] == NULL); in dtrace_ecb_add() 10628 state->dts_ecbs[(ecb->dte_epid = epid) - 1] = ecb; in dtrace_ecb_add() 11345 dtrace_epid_t epid = ecb->dte_epid; in dtrace_ecb_destroy() local 11356 ASSERT(state->dts_ecbs[epid - 1] == ecb); in dtrace_ecb_destroy() 11357 state->dts_ecbs[epid - 1] = NULL; in dtrace_ecb_destroy() 11855 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs); in dtrace_buffer_reserve() local [all …]
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | client.c | 1383 uint32_t epid = rpr->rpr_entityid; in tx_start() local 1385 result = entity_find2(cp, txid, &tx, epid, &ep); in tx_start()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 398 file path=opt/SUNWdtrt/tst/common/builtinvar/tst.epid.d mode=0444
|