| /src/external/bsd/libbind/dist/irs/ |
| nis.c | 1 /* $NetBSD: nis.c,v 1.1.1.2 2012/09/09 16:07:51 christos Exp $ */ 21 static const char rcsid[] = "Id: nis.c,v 1.3 2005/04/27 04:56:32 sra Exp "; 67 struct nis_p *nis; local 75 if (!(nis = memget(sizeof *nis))) { 79 memset(nis, 0, sizeof *nis); 81 memput(nis, sizeof *nis); 86 acc->private = nis; 113 struct nis_p *nis = (struct nis_p *)this->private; local 134 struct nis_p *nis = (struct nis_p *)this->private; local 147 struct nis_p *nis = (struct nis_p *)this->private; local [all...] |
| /src/sys/dev/marvell/ |
| mvsdio.c | 159 uint32_t nis, eis; local 189 nis = 200 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS, nis); 201 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NISE, nis); 210 nis & ~NIC_DYNAMIC_CONFIG_INTRS); 262 uint32_t nis, eis; local 265 nis = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS); 266 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS, nis); 268 DPRINTF(3, ("%s: intr: NIS=0x%x, NISE=0x%x, NISIE=0x%x\n", 269 __func__, nis, [all...] |
| /src/sys/dev/hdaudio/ |
| hdaudio.c | 82 hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int nos, int nbidir) 86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) { 128 const int nis = HDAUDIO_GCAP_ISS(gcap); local 135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : ""); 139 hdaudio_stream_init(sc, nis, nos, nbidir);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr-int.h | 630 isc__netievent__socket_t nis; member in union:__anon24396
|