HomeSort by: relevance | last modified time | path
    Searched defs:msc (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/arch/alpha/gbus/
mcclock_gbus.c 77 struct mcclock_softc *msc = device_private(self); local
78 struct mc146818_softc *sc = &msc->sc_mc146818;
90 msc->sc_primary_only = true;
95 mcclock_attach(msc);
  /src/sys/arch/sgimips/mace/
lpt_mace.c 85 struct lpt_mace_softc *msc = device_private(self); local
86 struct lpt_softc *sc = &msc->sc_lpt;
com_mace.c 87 struct com_mace_softc *msc = device_private(self); local
88 struct com_softc *sc = &msc->sc_com;
  /src/sys/arch/algor/dev/
com_mainbus.c 86 struct com_mainbus_softc *msc = device_private(self); local
87 struct com_softc *sc = &msc->sc_com;
102 msc->sc_ih = (*algor_intr_establish)(ma->ma_irq, comintr, sc);
103 if (msc->sc_ih == NULL) {
lpt_mainbus.c 77 struct lpt_mainbus_softc *msc = device_private(self); local
78 struct lpt_softc *sc = &msc->sc_lpt;
96 if (msc->sc_ih == NULL) {
  /src/sys/arch/alpha/isa/
mcclock_isa.c 100 struct mcclock_softc *msc = device_private(self); local
101 struct mc146818_softc *sc = &msc->sc_mc146818;
113 mcclock_attach(msc);
  /src/sys/arch/amiga/dev/
a2kbbc.c 104 struct msm6242b_softc *msc; local
107 msc = &sc->sc_msm6242b;
108 msc->sc_dev = self;
113 msc->sc_iot = &sc->sc_bst;
115 if (bus_space_map(msc->sc_iot, 0, MSM6242B_SIZE, 0, &msc->sc_ioh)) {
116 aprint_error_dev(msc->sc_dev, "couldn't map registers\n");
120 msm6242b_attach(msc);
  /src/sys/arch/evbmips/mipssim/
com_mainbus.c 76 struct com_mainbus_softc *msc = device_private(self); local
77 struct com_softc *sc = &msc->sc_com;
92 msc->sc_ih = evbmips_intr_establish(ma->ma_irq, comintr, sc);
93 if (msc->sc_ih == NULL) {
virtio_mainbus.c 85 struct virtio_mmio_softc *msc = &sc->sc_msc; local
86 struct virtio_softc *vsc = &msc->sc_sc;
100 msc->sc_iot = ma->ma_iot;
101 msc->sc_ioh = ioh;
102 msc->sc_iosize = VIRTIO_STRIDE;
103 msc->sc_alloc_interrupts = virtio_mainbus_alloc_interrupts;
104 msc->sc_free_interrupts = virtio_mainbus_free_interrupts;
108 if (virtio_mmio_common_probe_present(msc))
109 virtio_mmio_common_attach(msc);
120 struct virtio_mmio_softc *msc = &sc->sc_msc local
142 struct virtio_mmio_softc * const msc = &sc->sc_msc; local
    [all...]
  /src/sys/arch/evbppc/explora/dev/
com_elb.c 73 struct com_elb_softc *msc = device_private(self); local
74 struct com_softc *sc = &msc->sc_com;
pckbc_elb.c 74 struct pckbc_elb_softc *msc = device_private(self); local
75 struct pckbc_softc *sc = &msc->sc_pckbc;
84 msc->sc_irq = eaa->elb_irq;
115 struct pckbc_elb_softc *msc = (void *)sc; local
116 int irq = msc->sc_irq;
126 msc->sc_irq = -1;
  /src/sys/arch/cobalt/dev/
com_mainbus.c 78 struct com_mainbus_softc *msc = device_private(self); local
79 struct com_softc *sc = &msc->sc_com;
  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 111 struct ne_mainbus_softc *msc = device_private(self); local
112 struct ne2000_softc *nsc = &msc->sc_ne2000;
184 msc->sc_ih = intc_intr_establish(SH7709_INTEVT2_IRQ2, IST_LEVEL,
186 if (msc->sc_ih == NULL)
  /src/sys/arch/macppc/dev/
com_mainbus.c 84 struct com_mainbus_softc *msc = device_private(self); local
85 struct com_softc *sc = &msc->sc_com;
110 msc->sc_ih =
114 if (msc->sc_ih == NULL)
  /src/sys/arch/powerpc/ibm4xx/dev/
com_opb.c 112 struct com_opb_softc *msc = device_private(self); local
113 struct com_softc *sc = &msc->sc_com;
  /src/sys/arch/sgimips/hpc/
pckbc_hpc.c 85 struct pckbc_hpc_softc *msc = device_private(self); local
86 struct pckbc_softc *sc = &msc->sc_pckbc;
93 msc->sc_irq = haa->ha_irq;
95 msc->sc_hasintr = 0;
133 struct pckbc_hpc_softc *msc = (void *) sc; local
135 if (msc->sc_hasintr)
138 if (cpu_intr_establish(msc->sc_irq, IPL_TTY, pckbcintr, sc) == NULL) {
143 msc->sc_hasintr = 1;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
candidates.c 257 metasingleconn_t *msc = &mc->mc_conns[ candidate ]; local
259 if ( msc->msc_ld != NULL ) {
265 (void *)msc->msc_ld );
268 ldap_unbind_ext( msc->msc_ld, NULL, NULL );
269 msc->msc_ld = NULL;
272 if ( !BER_BVISNULL( &msc->msc_bound_ndn ) ) {
273 ber_memfree_x( msc->msc_bound_ndn.bv_val, NULL );
274 BER_BVZERO( &msc->msc_bound_ndn );
277 if ( !BER_BVISNULL( &msc->msc_cred ) ) {
278 memset( msc->msc_cred.bv_val, 0, msc->msc_cred.bv_len )
    [all...]
  /src/sys/arch/evbppc/walnut/dev/
pckbc_pbus.c 91 struct pckbc_pbus_softc *msc = device_private(self); local
92 struct pckbc_softc *sc = &msc->sc_pckbc;
103 msc->sc_irq[PCKBC_KBD_SLOT] = paa->pb_irq;
104 msc->sc_irq[PCKBC_AUX_SLOT] = paa->pb_irq + 1; /* XXX */
141 struct pckbc_pbus_softc *msc = (void *)sc; local
142 int irq = msc->sc_irq[slot];
  /src/sys/arch/virt68k/dev/
virtio_mainbus.c 86 struct virtio_mmio_softc *msc = &sc->sc_msc; local
87 struct virtio_softc *vsc = &msc->sc_sc;
101 msc->sc_iot = ma->ma_st;
102 msc->sc_ioh = bsh;
103 msc->sc_iosize = ma->ma_size;
104 msc->sc_alloc_interrupts = virtio_mainbus_alloc_interrupts;
105 msc->sc_free_interrupts = virtio_mainbus_free_interrupts;
109 virtio_mmio_common_attach(msc);
120 struct virtio_mmio_softc *msc = &sc->sc_msc; local
121 struct virtio_softc *vsc = &msc->sc_sc
142 struct virtio_mmio_softc * const msc = &sc->sc_msc; local
    [all...]
  /src/sys/dev/acpi/
virtio_acpi.c 83 struct virtio_mmio_softc * const msc = &sc->sc_msc; local
84 struct virtio_softc * const vsc = &msc->sc_sc;
93 msc->sc_iot = aa->aa_memt;
123 error = bus_space_map(msc->sc_iot, mem->ar_base, mem->ar_length, 0, &msc->sc_ioh);
128 msc->sc_iosize = mem->ar_length;
130 msc->sc_alloc_interrupts = virtio_acpi_alloc_interrupts;
131 msc->sc_free_interrupts = virtio_acpi_free_interrupts;
133 virtio_mmio_common_attach(msc);
144 struct virtio_mmio_softc * const msc = &sc->sc_msc local
153 struct virtio_mmio_softc * const msc = &sc->sc_msc; local
    [all...]
  /src/sys/dev/fdt/
virtio_mmio_fdt.c 76 struct virtio_mmio_softc * const msc = &fsc->sc_msc; local
77 struct virtio_softc * const vsc = &msc->sc_sc;
92 msc->sc_iot = faa->faa_bst;
96 error = bus_space_map(msc->sc_iot, addr, size, 0, &msc->sc_ioh);
102 msc->sc_iosize = size;
104 msc->sc_alloc_interrupts = virtio_mmio_fdt_alloc_interrupts;
105 msc->sc_free_interrupts = virtio_mmio_fdt_free_interrupts;
107 virtio_mmio_common_attach(msc);
116 struct virtio_mmio_softc * const msc = &fsc->sc_msc local
138 struct virtio_mmio_softc * const msc = &fsc->sc_msc; local
    [all...]
  /src/sys/netbt/
rfcomm_dlc.c 301 struct rfcomm_mcc_msc msc; local
307 memset(&msc, 0, sizeof(msc));
308 msc.address = RFCOMM_MKADDRESS(1, dlc->rd_dlci);
309 msc.modem = dlc->rd_lmodem & 0xfe; /* EA = 0 */
310 msc.brk = 0x00 | 0x01; /* EA = 1 */
313 RFCOMM_MCC_MSC, &msc, sizeof(msc));
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
add.c 83 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ]; local
131 asyncmeta_set_msc_time(msc);
141 if (!( LDAP_BACK_CONN_ISBOUND( msc )
142 || LDAP_BACK_CONN_ISANON( msc )) || msc->msc_ld == NULL ) {
143 Debug( asyncmeta_debug, "msc %p not initialized at %s:%d\n", msc, __FILE__, __LINE__ );
147 ber = ldap_build_add_req( msc->msc_ld, mdn.bv_val, attrs, ctrls, NULL, &msgid);
150 op->o_log_prefix, msc->msc_ld->ld_errno );
160 if (!( LDAP_BACK_CONN_ISBOUND( msc )
    [all...]
compare.c 58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ]; local
72 asyncmeta_set_msc_time(msc);
81 if (!( LDAP_BACK_CONN_ISBOUND( msc )
82 || LDAP_BACK_CONN_ISANON( msc )) || msc->msc_ld == NULL ) {
83 Debug( asyncmeta_debug, "msc %p not initialized at %s:%d\n", msc, __FILE__, __LINE__ );
87 ber = ldap_build_compare_req( msc->msc_ld, mdn.bv_val, c_attr.bv_val, &mapped_value,
92 op->o_log_prefix, msc->msc_ld->ld_errno );
102 if (!( LDAP_BACK_CONN_ISBOUND( msc )
    [all...]
delete.c 55 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ]; local
66 asyncmeta_set_msc_time(msc);
75 if (!( LDAP_BACK_CONN_ISBOUND( msc )
76 || LDAP_BACK_CONN_ISANON( msc )) || msc->msc_ld == NULL ) {
77 Debug( asyncmeta_debug, "msc %p not initialized at %s:%d\n", msc, __FILE__, __LINE__ );
80 ber = ldap_build_delete_req( msc->msc_ld, mdn.bv_val, ctrls, NULL, &msgid);
84 op->o_log_prefix, msc->msc_ld->ld_errno );
94 if (!( LDAP_BACK_CONN_ISBOUND( msc )
    [all...]

Completed in 50 milliseconds

1 2