HomeSort by: relevance | last modified time | path
    Searched refs:as (Results 1 - 25 of 326) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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
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
168 struct acpi_semaphore *as = (void *) Handle; local
229 struct acpi_semaphore *as = (void *) Handle; local
    [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
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
150 struct aclstate *as = ic->ic_as; local
166 struct aclstate *as = ic->ic_as; local
198 struct aclstate *as = ic->ic_as; local
217 struct aclstate *as = ic->ic_as; local
233 struct aclstate *as = ic->ic_as; local
257 struct aclstate *as = ic->ic_as; local
273 struct aclstate *as = ic->ic_as; local
    [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
1235 struct ac97_softc *as; local
1634 struct ac97_softc *as; local
1651 struct ac97_softc *as; local
1663 struct ac97_softc *as; local
1675 struct ac97_softc *as; local
1715 struct ac97_softc *as; local
1830 struct ac97_softc *as; local
1851 struct ac97_softc *as; local
1930 struct ac97_softc *as; local
2032 struct ac97_softc *as; local
2044 struct ac97_softc *as; local
2302 struct ac97_softc *as; local
    [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
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
var-readonly.exp 1 Global: ignoring delete 'N' as it is read-only
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}.'
deptgt-error.exp 7 Making sub-error as prerequisite.
shell-custom.mk 6 # TODO: demonstrate the other shell features as well:
varname-dot-suffixes.exp 1 Global: ignoring delete '.SUFFIXES' as it is not found
4 Global: ignoring '.SUFFIXES = set' as it is read-only
5 Global: ignoring '.SUFFIXES = append' as it is read-only
10 Global: ignoring '.SUFFIXES = assign' as it is read-only
17 Global: ignoring '.SUFFIXES = preserve' as it is read-only
29 Command: ignoring '.SUFFIXES = 1' as it is read-only
32 Command: ignoring '.SUFFIXES = 2' as it is read-only
35 Command: ignoring delete '.SUFFIXES' as it is not found
  /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))
locore.s 23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
65 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
93 | of the kernel text segment (not necessarily the same as kernbase).
97 | This is the entry point, as well as the end of the temporary stack
102 | As opposed to the sun3, on the sun2 the kernel is linked low. The
192 jeq _C_LABEL(addrerr) | no, handle as usual
203 movl %a1@(10),%d1 | fault address is as given in frame
252 moveq #T_FPEMULI,%d0 | denote as FP emulation trap
258 moveq #T_FPEMULD,%d0 | denote as FP emulation tra
    [all...]
  /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
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
415 as = NULL;
462 as = kmem_zalloc(sizeof(*as), KM_SLEEP)
630 struct aibs_sensor *tmp, *as = NULL; local
684 struct aibs_sensor *tmp, *as = NULL; local
    [all...]
  /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/rump/kern/lib/libsysproxy/
Makefile 5 COMMENT=Remote system call support (rump kernel as a server)
  /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
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
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))
  /src/usr.sbin/sysinst/arch/cats/
msg.md.en 22 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/usr.sbin/sysinst/arch/zaurus/
msg.md.en 22 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
  /src/sys/rump/dev/lib/libvnd/
Makefile 7 COMMENT=Present a regular file as a block device (/dev/vnd)
  /src/usr.sbin/traceroute6/
Makefile 7 SRCS= traceroute6.c as.c
  /src/tests/usr.bin/xlint/lint2/
msg_011.exp 5 add has parameter 1 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011]
6 add has parameter 2 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011]
8 func_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function() returning void' in msg_011_call_func.c(12) [lint2:011]
9 func_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(void) returning void' in msg_011_call_func.c(13) [lint2:011]
10 func_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(double) returning void' in msg_011_call_func.c(14) [lint2:011]
11 func_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(double, double) returning void' in msg_011_call_func.c(15) [lint2:011]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>