/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/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/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/usr.bin/make/unit-tests/ |
opt-warnings-as-errors.exp | 1 make: opt-warnings-as-errors.mk:13: warning: message 1 2 make: parsing warnings being treated as errors 3 make: opt-warnings-as-errors.mk:15: warning: message 2
|
opt-debug-curdir.mk | 3 # Tests for the -dC command line option, which does nothing, as of 2020-09-05, 4 # as the string "DEBUG(CWD" does not occur in the source code.
|
opt-keep-going-multiple.mk | 3 # Tests for the -k command line option, which stops building a target as soon 4 # as an error is detected, but continues building the other, independent 5 # targets, as far as possible.
|
varname-empty.exp | 1 Command: ignoring ' = cmdline-u' as the variable name '${:U}' expands to empty 2 Command: ignoring ' = cmdline-plain' as the variable name '' expands to empty 9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found 10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found 11 Global: ignoring ' = default' as the variable name '' expands to empty 12 Global: ignoring ' = assigned' as the variable name '' expands to empty 13 Global: ignoring ' = appended' as the variable name is empty 14 Global: ignoring ' = ' as the variable name '' expands to empty 15 Global: ignoring ' = subst' as the variable name '' expands to empty 17 Global: ignoring ' = shell-output' as the variable name '' expands to empt [all...] |
varname-dot-newline.exp | 1 make: varname-dot-newline.mk:28: Cannot overwrite ".newline" as it is read-only 3 make: varname-dot-newline.mk:30: Cannot append to ".newline" as it is read-only 5 make: varname-dot-newline.mk:32: Cannot delete ".newline" as it is read-only
|
opt-keep-going.mk | 3 # Tests for the -k command line option, which stops building a target as soon 4 # as an error is detected, but continues building the other, independent 5 # targets, as far as possible.
|
var-readonly.exp | 1 Global: ignoring delete 'N' as it is read-only
|
suff-transform-endless.mk | 23 # XXX: As of 2020-10-20, the result is unexpected. 27 # XXX: .c.d is listed as "Files that are only sources". 28 # XXX: .d.e is listed as "Files that are only sources". 30 # XXX: .c.d is not listed as "Transformations". 31 # XXX: .d.c is not listed as "Transformations". 32 # XXX: .d is not listed as "Transformations". 33 # XXX: .d.e is not listed as "Transformations". 34 # XXX: .e.d is not listed as "Transformations". 35 # XXX: Found 'all' as '(not found)'
|
dep.mk | 3 # Tests for dependency declarations, such as "target: sources". 7 # As soon as a target is defined using one of the dependency operators, it is 20 # the first ';', without parsing expressions as such. It interpreted the 21 # first ';' as the separator between the dependency and its commands, and the 22 # '^' as a shell command.
|
opt-debug-loud.mk | 4 # running them, ignoring the command line option for silent mode (-s) as 5 # well as the .SILENT special source and target, as well as the '@' prefix 12 # evaluating expressions and their modifiers, such as :!cmd! or :sh.
|
dep-wildcards.mk | 3 # Tests for wildcards such as *.c in dependency declarations. 11 # This is not a wildcard rule as implemented by GNU make, as those rules would 13 # in the current working directory. As there are no such files, the target
|
deptgt-phony.exp | 11 Found 'all' as '(not found)' 32 Found 'all' as '(not found)' 41 Found '.END' as '(not found)'
|
depsrc.exp | 3 : 'This is in contrast to local variables such as ${.TARGET}.'
|
opt-debug-suff.mk | 4 # suffix-transformation rules such as .c.o.
|
shell-custom.mk | 6 # TODO: demonstrate the other shell features as well:
|
/src/sys/arch/sun2/sun2/ |
control.h | 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 41 * as an index, and the page offset bits are used to select something 57 #define CONTROL_ADDR_BUILD(as, va) \ 58 ((as) | ((va) & CONTROL_ADDR_MASK))
|
/src/share/doc/psd/20.ipctut/ |
pipe.c | 18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 34 #define DATA "Bright star, would I were steadfast as thou art . . ."
|
/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/rump/kern/lib/libsysproxy/ |
Makefile | 5 COMMENT=Remote system call support (rump kernel as a server)
|
/src/lib/libm/noieee_src/ |
n_frexpl.c | 17 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 37 #error This file is only for machiens where long double is the same as double.
|
/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);
|
/src/sys/arch/sun3/sun3/ |
control.h | 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 46 #define CONTROL_ADDR_BUILD(as, va) \ 47 ((as) | ((va) & CONTROL_ADDR_MASK))
|