Home
last modified time | relevance | path

Searched refs:mscp (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Duha.c201 mscp->flags = 0; in uha_reset_mscp()
291 return (mscp); in uha_get_mscp()
303 while (mscp) { in uha_mscp_phys_kv()
306 mscp = mscp->nexthash; in uha_mscp_phys_kv()
308 return (mscp); in uha_mscp_phys_kv()
431 mscp->xs = xs; in uha_scsipi_request()
439 mscp->ca = 0x01; in uha_scsipi_request()
450 mscp->ca = 0x01; in uha_scsipi_request()
451 memcpy(&mscp->scsi_cmd, xs->cmd, mscp->scsi_cmd_length); in uha_scsipi_request()
454 mscp->dcn = 0x00; in uha_scsipi_request()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/mscp/
H A Dmscpvar.h127 (device_t, struct mscp *, struct mscp_softc *);
131 (device_t, struct mscp *);
133 (device_t, struct mscp *);
135 (device_t, struct mscp *);
137 (device_t, struct mscp *, struct buf *);
139 (device_t, struct mscp *, struct buf *);
141 (struct buf *,struct mscp *);
143 (device_t, struct mscp *);
190 struct mscp mw_mp;
282 void mscp_printevent(struct mscp *);
[all …]
H A Dfiles.mscp1 # $NetBSD: files.mscp,v 1.8 2012/06/22 20:42:24 abs Exp $
6 define mscp {}
7 file dev/mscp/mscp.c mscp
8 file dev/mscp/mscp_subr.c mscp
11 attach mscpbus at mscp
22 file dev/mscp/mscp_disk.c ra | racd | rx needs-flag
26 file dev/mscp/mscp_tape.c mt needs-flag
H A Dmscp_tape.c88 int mtonline(device_t, struct mscp *);
89 int mtgotstatus(device_t, struct mscp *);
91 void mtfillin(struct buf *, struct mscp *);
93 void mtcmddone(device_t, struct mscp *);
160 struct mscp *mp = da->da_mp; in mtmatch()
178 struct mscp *mp = da->da_mp; in mtattach()
195 struct mscp *mp; in mt_putonline()
316 mtfillin(struct buf *bp, struct mscp *mp) in mtfillin()
346 mtonline(device_t usc, struct mscp *mp) in mtonline()
466 struct mscp *mp; in mtcmd()
[all …]
H A Dmscp_disk.c198 struct mscp *mp = da->da_mp; in ramatch()
575 struct mscp *mp = da->da_mp; in rxmatch()
648 struct mscp *mp = da->da_mp; in racdmatch()
675 struct mscp *mp = da->da_mp; in raattach()
756 struct mscp *mp; in rx_putonline()
912 int rronline(device_t, struct mscp *);
913 int rrgotstatus(device_t, struct mscp *);
914 void rrreplace(device_t, struct mscp *);
968 rronline(device_t usc, struct mscp *mp) in rronline()
1055 rrreplace(device_t usc, struct mscp *mp) in rrreplace()
[all …]
H A Dmscp_subr.c115 struct mscp mscp_cold_reply;
179 struct mscp *mp2; in mscp_attach()
180 volatile struct mscp *mp; in mscp_attach()
374 struct mscp *mp; in mscp_init()
480 struct mscp *mp; in mscp_initds()
533 struct mscp *mp = da->da_mp; in mscp_print()
566 struct mscp *mp; in mscp_kickaway()
610 struct mscp *mp; in mscp_dgo()
628 mscp_hexdump(struct mscp *mp) in mscp_hexdump()
820 mscp_printevent(struct mscp *mp) in mscp_printevent()
[all …]
H A Dmscp.c103 struct mscp *
107 struct mscp *mp; in mscp_getcp()
172 struct mscp *mp; in mscp_dorsp()
176 extern struct mscp mscp_cold_reply; in mscp_dorsp()
292 memcpy(&mscp_cold_reply, mp, sizeof(struct mscp)); in mscp_dorsp()
H A Dmscpreg.h124 struct mscp mp_rsp[NRSP]; /* response packets */
125 struct mscp mp_cmd[NCMD]; /* command packets */
H A Dmscp.h382 struct mscp { struct
411 #define MSCP_MSGLEN (sizeof (struct mscp) - 4) argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/eisa/
H A Duha_eisa.c225 u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u24_start_mbox() argument
243 sc->sc_dmamap_mscp->dm_segs[0].ds_addr + UHA_MSCP_OFF(mscp)); in u24_start_mbox()
244 if (mscp->flags & MSCP_ABORT) in u24_start_mbox()
250 if ((mscp->xs->xs_control & XS_CTL_POLL) == 0) in u24_start_mbox()
251 callout_reset(&mscp->xs->xs_callout, in u24_start_mbox()
252 mstohz(mscp->timeout), uha_timeout, mscp); in u24_start_mbox()
282 struct uha_mscp *mscp; in u24_intr() local
312 mscp = uha_mscp_phys_kv(sc, mboxval); in u24_intr()
313 if (!mscp) { in u24_intr()
318 callout_stop(&mscp->xs->xs_callout); in u24_intr()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Duha_isa.c280 u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u14_start_mbox() argument
297 sc->sc_dmamap_mscp->dm_segs[0].ds_addr + UHA_MSCP_OFF(mscp)); in u14_start_mbox()
298 if (mscp->flags & MSCP_ABORT) in u14_start_mbox()
303 if ((mscp->xs->xs_control & XS_CTL_POLL) == 0) in u14_start_mbox()
304 callout_reset(&mscp->xs->xs_callout, in u14_start_mbox()
305 mstohz(mscp->timeout), uha_timeout, mscp); in u14_start_mbox()
343 struct uha_mscp *mscp; in u14_intr() local
373 mscp = uha_mscp_phys_kv(sc, mboxval); in u14_intr()
374 if (!mscp) { in u14_intr()
380 callout_stop(&mscp->xs->xs_callout); in u14_intr()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go385 if mscp.DisplayName != nil {
386 objectMap["displayName"] = mscp.DisplayName
388 if mscp.SkuID != nil {
389 objectMap["skuId"] = mscp.SkuID
391 if mscp.CostCenter != nil {
392 objectMap["costCenter"] = mscp.CostCenter
394 if mscp.Owner != nil {
395 objectMap["owner"] = mscp.Owner
397 if mscp.ManagementGroupID != nil {
398 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go385 if mscp.DisplayName != nil {
386 objectMap["displayName"] = mscp.DisplayName
388 if mscp.SkuID != nil {
389 objectMap["skuId"] = mscp.SkuID
391 if mscp.CostCenter != nil {
392 objectMap["costCenter"] = mscp.CostCenter
394 if mscp.Owner != nil {
395 objectMap["owner"] = mscp.Owner
397 if mscp.ManagementGroupID != nil {
398 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go458 if mscp.DisplayName != nil {
459 objectMap["displayName"] = mscp.DisplayName
461 if mscp.SkuID != nil {
462 objectMap["skuId"] = mscp.SkuID
464 if mscp.CostCenter != nil {
465 objectMap["costCenter"] = mscp.CostCenter
467 if mscp.Owner != nil {
468 objectMap["owner"] = mscp.Owner
470 if mscp.ManagementGroupID != nil {
471 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/subscription/mgmt/2019-10-01-preview/subscription/
H A Dmodels.go528 if mscp.DisplayName != nil {
529 objectMap["displayName"] = mscp.DisplayName
531 if mscp.SkuID != nil {
532 objectMap["skuId"] = mscp.SkuID
534 if mscp.CostCenter != nil {
535 objectMap["costCenter"] = mscp.CostCenter
537 if mscp.Owner != nil {
538 objectMap["owner"] = mscp.Owner
540 if mscp.ManagementGroupID != nil {
541 objectMap["managementGroupId"] = mscp.ManagementGroupID
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Dfiles.uba29 device mtc: mscp
31 device uda: mscp
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/bi/
H A Dfiles.bi12 device kdb: mscp
H A Dkdb.c221 struct mscp *mp = mxi->mxi_mp; in kdbgo()
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dplugin_api_test.go1753 func (mscp *MockSlashCommandProvider) DoCommand(a *App, c *request.Context, args *model.CommandArgs…
1754 mscp.Args = args
1755 mscp.Message = message
/dports/graphics/graphviz/graphviz-2.44.1/contrib/dirgraph/
H A Dbsdarch.dot315 _sys_arch_vax_mscp [label="mscp"];

12