Searched refs:asc (Results 26 - 50 of 78) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dpcppi_acpi.c81 struct pcppi_acpi_softc *asc = device_private(self); local
82 struct pcppi_softc *sc = &asc->sc_pcppi;
H A Datppc_acpi.c97 struct atppc_acpi_softc *asc = device_private(self); local
137 asc->sc_drq = drq->ar_drq;
142 asc->sc_ic = aa->aa_ic;
158 if (atppc_isadma_setup(sc, asc->sc_ic, asc->sc_drq) == 0) {
H A Dcom_acpi.c89 struct com_acpi_softc *asc = device_private(self); local
90 struct com_softc *sc = &asc->sc_com;
154 asc->sc_ih = isa_intr_establish(aa->aa_ic, irq->ar_irq,
H A Dlpt_acpi.c81 struct lpt_acpi_softc *asc = device_private(self); local
82 struct lpt_softc *sc = &asc->sc_lpt;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dathrate-amrr.c337 struct amrr_softc *asc = (struct amrr_softc *) sc->sc_rc; local
342 callout_stop(&asc->timer);
376 callout_reset(&asc->timer, (interval * hz) / 1000,
460 struct amrr_softc *asc = (struct amrr_softc *) sc->sc_rc; local
475 callout_reset(&asc->timer, (interval * hz) / 1000,
500 struct amrr_softc *asc; local
502 asc = malloc(sizeof(struct amrr_softc), M_DEVBUF, M_NOWAIT|M_ZERO);
503 if (asc == NULL)
505 asc->arc.arc_space = sizeof(struct amrr_node);
506 callout_init(&asc
515 struct amrr_softc *asc = (struct amrr_softc *) arc; local
[all...]
H A Dmsm6258.c79 msm6258_factory(struct audio_softc *asc, argument
145 name##_fetch_to(struct audio_softc *asc, stream_fetcher_t *self, audio_stream_t *dst, int max_used)
157 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used * 4)))
220 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used * 2)))
291 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used / 4)))
357 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used / 2)))
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dschema_check.c58 Attribute *a, *asc = NULL, *aoc = NULL; local
102 asc = a;
142 if ( asc == NULL && !add ) {
157 if ( asc == NULL && add ) {
159 asc = attr_find( e->e_attrs, ad_structuralObjectClass );
164 assert( asc->a_vals != NULL );
165 assert( asc->a_vals[0].bv_val != NULL );
166 assert( asc->a_vals[1].bv_val == NULL );
168 sc = oc_bvfind( &asc->a_vals[0] );
172 asc
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/pnpbios/
H A Datppc_pnpbios.c97 struct atppc_pnpbios_softc *asc = device_private(self); local
110 if (pnpbios_getdmachan(aa->pbt, aa->resc, 0, &asc->sc_drq)) {
120 asc->sc_ic = aa->ic;
128 if (atppc_isadma_setup(sc, asc->sc_ic, asc->sc_drq) == 0) {
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Datppc_isapnp.c97 struct atppc_isapnp_softc *asc = device_private(self); local
114 asc->sc_ic = ipa->ipa_ic;
115 asc->sc_drq = -1; /* Initialized below */
125 && atppc_isadma_setup(sc, asc->sc_ic, ipa->ipa_drq[0].num) == 0) {
126 asc->sc_drq = ipa->ipa_drq[0].num;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_utl.c65 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen) argument
69 if (asclen == -1) asclen = strlen(asc);
74 unitmp[i + 1] = asc[i>>1];
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Duscsilib.h71 int asc; /* Additional sense code */ member in struct:uscsi_sense
74 int sense_key; /* sense key; interpret on (asc, ascq) pair */
H A Dmmcformat.c92 int asc, ascq; local
115 * asc may be `not-ready' or `no-sense'. ascq for format in
118 asc = sense.asc;
120 if (((asc == 0) && (ascq == 4)) || (asc == 4)) {
130 if ((asc == 0) && (ascq == 0)) {
H A Duscsi_subr.c146 uscsi_sense->asc = req.sense[12];
305 uscsi_sense->asc = sense_buffer[12];
472 uscsi_sense->asc = cam_sense_data->add_sense_code;
/netbsd-6-1-5-RELEASE/share/man/man4/man4.vax/
H A DMakefile4 MAN= acc.4 ad.4 asc.4 autoconf.4 \
/netbsd-6-1-5-RELEASE/games/phantasia/
H A DMakefile34 files.stamp: setup monsters.asc
37 ./setup -m ${.CURDIR}/monsters.asc
/netbsd-6-1-5-RELEASE/sys/dev/ofisa/
H A Datppc_ofisa.c99 struct atppc_ofisa_softc *asc = device_private(self); local
135 asc->sc_drq = dma.drq;
141 asc->sc_ic = aa->ic;
157 if (atppc_isadma_setup(sc, asc->sc_ic, asc->sc_drq) == 0) {
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Damps.c281 struct com_amps_softc *asc = device_private(self); local
282 struct com_softc *sc = &asc->sc_com;
300 evcnt_attach_dynamic(&asc->sc_intrcnt, EVCNT_TYPE_INTR, NULL,
302 asc->sc_ih = podulebus_irq_establish(aa->aa_irq, IPL_SERIAL, comintr,
303 sc, &asc->sc_intrcnt);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/
H A Dtst130 /usr/bin/netpgp --verify g.asc && good=19
137 /usr/bin/netpgp --verify g.asc && good=21
140 /usr/bin/netpgp --cat < g.asc > g2
182 /usr/bin/netpgp --verify i.asc && good=32
203 rm -f a a.gpg b b.gpg c c.gpg d d.gpg e f f.sig g g.asc g2 a2 a3 a4 a5 a6 h h.sig i i.asc
/netbsd-6-1-5-RELEASE/sys/dev/pad/
H A Dpadvol.c88 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used)))
114 if ((err = this->prev->fetch_to(asc, this->prev, this->src, max_used)))
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_ruler.c80 set_ruler_text(int row, int col, int *h, int *w, int *asc)
89 XTextExtents( ruler_font, text, strlen(text), &dir, asc, &des, &over );
165 int h, w, asc;
198 set_ruler_text( 0, 0, &h, &w, &asc );
78 set_ruler_text(int row, int col, int *h, int *w, int *asc) argument
161 int h, w, asc; local
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dbba.c214 struct am7930_softc *asc; local
219 asc = &sc->sc_am7930;
220 asc->sc_dev = self;
239 asc->sc_glue = &bba_glue;
244 am7930_init(asc, AUDIOAMD_DMA_MODE);
249 audio_attach_mi(&sa_hw_if, asc, self);
296 struct am7930_softc *asc; local
305 asc = addr;
311 aprint_error_dev(asc->sc_dev, "can't allocate DMA buffer\n");
318 aprint_error_dev(asc
766 bba_codec_dwrite(struct am7930_softc *asc, int reg, uint8_t val) argument
784 bba_codec_dread(struct am7930_softc *asc, int reg) argument
[all...]
/netbsd-6-1-5-RELEASE/sbin/scsictl/
H A Dscsi_sense.c77 unsigned char asc; member in struct:__anon5516
278 asc2ascii(unsigned char asc, unsigned char ascq, char *result, size_t reslen) argument
283 if (adesc[i].asc == asc && adesc[i].ascq == ascq)
288 if (asc == 0x40 && ascq != 0)
295 asc & 0xff, ascq & 0xff);
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_driverif.c38 uint8_t asc; member in struct:__anon5433
331 * asc Additional sense code
338 add_asc_info(char *str, uint8_t asc, uint8_t ascq) argument
343 for (pt = asctab; pt->key != NULL && asc >= pt->asc; pt++) {
344 if (asc == pt->asc && ascq == pt->ascq) {
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dstvar.h113 uint8_t asc; /* last asc code seen */ member in struct:st_softc
114 uint8_t ascq; /* last asc code seen */
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumassvar.h122 uByte asc; member in struct:__anon8324::__anon8326

Completed in 149 milliseconds

1234