/src/sys/arch/arc/arc/ |
c_jazz_eisa.c | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 110 u_int i, as; local in function:mc_jazz_eisa_read 112 as = in32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS) & 0x80; 113 out32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS, as | reg); 121 u_int as; local in function:mc_jazz_eisa_write 123 as = in32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS) & 0x80; 124 out32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS, as | reg);
|
c_nec_pci.c | 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 134 u_int i, as; local in function:mc_nec_pci_read 136 as = bus_space_read_1(sc->sc_bst, sc->sc_bsh, 1) & 0x80; 137 bus_space_write_1(sc->sc_bst, sc->sc_bsh, 1, as | reg); 145 u_int as; local in function:mc_nec_pci_write 147 as = bus_space_read_1(sc->sc_bst, sc->sc_bsh, 1) & 0x80; 148 bus_space_write_1(sc->sc_bst, sc->sc_bsh, 1, as | reg);
|
/src/lib/libc/rpc/ |
svc_auth.c | 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 146 enum auth_stat as; local in function:_authenticate 148 as = (*asp->handler)(rqst, msg); 150 return (as);
|
/src/usr.sbin/traceroute/ |
as.c | 1 /* $NetBSD: as.c,v 1.4 2011/05/10 01:52:49 christos Exp $ */ 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 45 #include "as.h" 128 unsigned int as; local in function:as_lookup 131 as = 0; 194 if (as == 0 && strncasecmp(buf, "origin:", 7) == 0) { 195 sscanf(buf + 7, " AS%u", &as); 198 (void)fprintf(asn->as_debug, "as: %d\n", as); [all...] |
/src/sys/dev/acpi/acpica/ |
OsdSynch.c | 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 52 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 114 struct acpi_semaphore *as; local in function:AcpiOsCreateSemaphore 121 as = malloc(sizeof(*as), M_ACPI, M_NOWAIT); 122 if (as == NULL) 125 mutex_init(&as->as_slock, MUTEX_DEFAULT, IPL_NONE); 126 cv_init(&as->as_cv, "acpisem"); 127 as->as_units = InitialUnits; 128 as->as_maxunits = MaxUnits 146 struct acpi_semaphore *as = (void *) Handle; local in function:AcpiOsDeleteSemaphore 168 struct acpi_semaphore *as = (void *) Handle; local in function:AcpiOsWaitSemaphore 229 struct acpi_semaphore *as = (void *) Handle; local in function:AcpiOsSignalSemaphore [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_ctxgp100.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 79 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local in function:gp100_grctx_generate_attrib 89 mmio_wr32(info, o + 0xe4, as);
|
nouveau_nvkm_engine_gr_ctxgp102.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 75 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local in function:gp102_grctx_generate_attrib 88 mmio_wr32(info, o + 0xe4, as);
|
nouveau_nvkm_engine_gr_ctxgv100.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 95 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local in function:gv100_grctx_generate_attrib 106 mmio_wr32(info, o + 0xe4, as);
|
nouveau_nvkm_engine_gr_ctxgm107.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 936 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local in function:gm107_grctx_generate_attrib 945 mmio_wr32(info, o + 0xe4, as);
|
/src/sys/net80211/ |
ieee80211_acl.c | 17 * GNU General Public License ("GPL") version 2 as published by the Free 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 99 struct aclstate *as; local in function:acl_attach 101 as = malloc(sizeof(struct aclstate), 103 ACL_LOCK_INIT(as, "acl"); 104 TAILQ_INIT(&as->as_list); 105 as->as_policy = ACL_POLICY_OPEN; 106 as->as_ic = ic; 107 ic->ic_as = as; 114 struct aclstate *as = ic->ic_as local in function:acl_detach 150 struct aclstate *as = ic->ic_as; local in function:acl_check 166 struct aclstate *as = ic->ic_as; local in function:acl_add 198 struct aclstate *as = ic->ic_as; local in function:acl_remove 217 struct aclstate *as = ic->ic_as; local in function:acl_free_all 233 struct aclstate *as = ic->ic_as; local in function:acl_setpolicy 257 struct aclstate *as = ic->ic_as; local in function:acl_getpolicy 273 struct aclstate *as = ic->ic_as; local in function:acl_getioctl [all...] |
/src/sys/arch/i386/isa/ |
ahc_isa.c | 19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 52 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 83 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 97 * to masquerade as an EISA device. However, on VLbus machines with 142 /* IO port address setting range as EISA slot number */ 309 struct ahc_isa_slot *as; local in function:ahc_isa_probe 331 for (as = ahc_isa_all_slots.lh_first; as != NULL; 332 as = as->link.le_next [all...] |
/src/sys/dev/acpi/ |
aibs_acpi.c | 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 40 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 177 struct aibs_sensor *as; local in function:aibs_detach 185 as = SIMPLEQ_FIRST(&sc->as_head); 187 kmem_free(as, sizeof(*as)); 204 * enumeration and { GITM, SITM } as accessors. 410 struct aibs_sensor *as; local in function:aibs_sensor_add 415 as = NULL; 462 as = kmem_zalloc(sizeof(*as), KM_SLEEP) 630 struct aibs_sensor *tmp, *as = NULL; local in function:aibs_sensor_refresh 684 struct aibs_sensor *tmp, *as = NULL; local in function:aibs_sensor_limits [all...] |
/src/sys/dev/mvme/ |
mvmebus.c | 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 97 * VMEbus slave image as far as we're concerned. 114 * modifier and datasizes it uses, as well as allowing 249 vme_am_t cap, as; local in function:mvmebus_map 258 as = am & VME_AM_ADRSIZEMASK; 265 as == (vr->vr_am & VME_AM_ADRSIZEMASK) && 475 vme_am_t cap, as; local in function:mvmebus_dmamap_create 479 as = am & VME_AM_ADRSIZEMASK [all...] |
/src/usr.sbin/ldpd/ |
ldp_command.c | 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 174 int as = accept(s, NULL, 0); local in function:command_accept 176 if (as < 0) { 182 if (add_command_socket(as) != 0) { 184 close(as); 189 send_pwd_prompt(as);
|
/src/usr.bin/xlint/lint2/ |
chk.c | 23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 79 * If there is a symbol named "main", mark it as used. 236 * call as it's done for function arguments. 344 int n, as; local in function:chkfaui 397 * of the call must be at least as large as the 403 * the same # of arguments as declared in the 416 as = def->s_printflike 420 if (ai->a_num == as) 470 * same checks for qualifiers in indirected types as in assignments [all...] |
/src/sys/dist/pf/net/ |
pf_table.c | 20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1102 struct pfr_astats as; local in function:pfr_walktree 1104 pfr_copyout_addr(&as.pfras_a, ke); 1107 bcopy(ke->pfrke_packets, as.pfras_packets, 1108 sizeof(as.pfras_packets)); 1109 bcopy(ke->pfrke_bytes, as.pfras_bytes, 1110 sizeof(as.pfras_bytes)); 1112 as.pfras_tzero = ke->pfrke_tzero; 1114 if (COPYOUT(&as, w->pfrw_astats, sizeof(as), flags) [all...] |
/src/sys/dev/ic/ |
ac97.c | 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS 50 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 490 #define SOURCE_INFO_SIZE(as) ((as)->type == AC97_CODEC_TYPE_MODEM ? \ 929 #define POWER_EAMP_ON(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \ 931 #define POWER_EAMP_OFF(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \ 935 ac97_read(struct ac97_softc *as, uint8_t reg, uint16_t *val) 937 KASSERT(mutex_owned(as->lock)) 999 struct ac97_softc *as; local in function:ac97_restore_shadow 1235 struct ac97_softc *as; local in function:ac97_attach_type 1634 struct ac97_softc *as; local in function:ac97_detach 1651 struct ac97_softc *as; local in function:ac97_lock 1663 struct ac97_softc *as; local in function:ac97_unlock 1675 struct ac97_softc *as; local in function:ac97_query_devinfo 1715 struct ac97_softc *as; local in function:ac97_mixer_set_port 1830 struct ac97_softc *as; local in function:ac97_get_portnum_by_name 1851 struct ac97_softc *as; local in function:ac97_mixer_get_port 1930 struct ac97_softc *as; local in function:ac97_set_rate 2032 struct ac97_softc *as; local in function:ac97_set_clock 2044 struct ac97_softc *as; local in function:ac97_get_extcaps 2302 struct ac97_softc *as; local in function:ac97_sysctl_verify [all...] |
/src/sys/dev/usb/ |
uaudio.c | 21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 491 /* Pick up the AS interface. */ 513 "alt %d missing AS interface(s)\n", j); 2440 DPRINTFN(2, "AS null alt=%d\n", 2545 const struct as_info *as; local in function:uaudio_build_formats 2556 as = &sc->sc_alts[i]; 2557 t1desc = as->asf1desc; 2558 if (UE_GET_DIR(as->edesc->bEndpointAddress) == UE_DIR_OUT) 2562 auf->encoding = as->encoding; 2592 auf->channels = as->nchan 3689 struct as_info *as; local in function:uaudio_chan_open 3737 struct as_info *as; local in function:uaudio_chan_abort [all...] |
/src/sys/arch/hppa/hppa/ |
db_disasm.c | 13 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 24 * To anyone who acknowledges that this file is provided "AS IS" 262 * DeclBitfR invocation with the same name ("n"). BitfR may be used as 272 * are the same as for BitfR (except no "n"), however both "s" and "l" need 273 * no longer be constants. May only be used as an rvalue. Translates to 986 #define As(i) ((Rsd(i)<<1)+(SinglePrec(i)?((Rsd(i)>15)?1:32):0)) 2207 fsreg[As(w)], fsreg[Ad(w)]); 2211 fdreg[As(w)], fdreg[Ad(w)]); 2222 *as = SinglePrec(w) ? fsreg[As(w)] : fdreg[As(w)] local in function:fmpyaddDasm [all...] |
/src/sys/dev/hdaudio/ |
hdafg.c | 19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 49 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 630 /* treat line-out as speaker, unless connection type is RCA */ 702 * beeper as a beep generator 793 struct hdaudio_assoc *as, enum hdaudio_pindir dir) 800 if (as->as_enable == false || as->as_dir != dir) 806 if (as->as_dacs[i]) 807 dacmap[as->as_dacs[i]] = 1; 824 hdafg_assoc_type_string(struct hdaudio_assoc *as) 996 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assoc_dump 1117 struct hdaudio_assoc *as; local in function:hdafg_assoc_parse 1772 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assoc_trace_in 1808 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assoc_trace_to_out 1868 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assoc_trace_misc 1909 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_build_tree 1985 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_prepare_pin_controls 2106 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_disable_unassoc 2190 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_disable_unsel 2372 const struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_mixer_child_is_input 2443 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assign_names 2681 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_control_dest_amp 2758 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_assign_mixers 3157 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_stream_connect 3426 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_configure_encodings 3524 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_hp_switch_handler 3619 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_hp_switch_init 3861 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_detach 4068 struct hdaudio_assoc *as = ad->ad_sc->sc_assocs; local in function:hdafg_halt_output 4374 struct hdaudio_assoc *as = sc->sc_assocs; local in function:hdafg_unsol [all...] |