Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 1522) sorted by relevance

12345678910>>...61

/dragonfly/sys/dev/acpica/Osd/
H A DOsdSynch.c55 #define AS_LOCK(as) spin_lock(&(as)->as_spin) argument
98 as->as_pendings = as->as_resetting = as->as_timeouts = 0; in AcpiOsCreateSemaphore()
144 as->as_units = as->as_maxunits; in AcpiOsWaitSemaphore()
178 Units, as, as->as_units, Timeout)); in AcpiOsWaitSemaphore()
204 as, &as->as_spin, PCATCH, tmo)); in AcpiOsWaitSemaphore()
211 (intmax_t)as->as_pendings, as, in AcpiOsWaitSemaphore()
270 __func__, Units, as->as_units, as->as_pendings, as, in AcpiOsWaitSemaphore()
298 Units, as, as->as_units)); in AcpiOsSignalSemaphore()
301 if (as->as_units > as->as_maxunits) in AcpiOsSignalSemaphore()
302 as->as_units = as->as_maxunits; in AcpiOsSignalSemaphore()
[all …]
/dragonfly/sys/netproto/802_11/wlan_acl/
H A Dieee80211_acl.c111 if (as == NULL) in acl_attach()
117 vap->iv_as = as; in acl_attach()
158 as->as_nacls--; in _acl_free()
199 ACL_LOCK(as); in acl_add()
214 as->as_nacls++; in acl_add()
215 ACL_UNLOCK(as); in acl_add()
228 ACL_LOCK(as); in acl_remove()
232 ACL_UNLOCK(as); in acl_remove()
249 ACL_LOCK(as); in acl_free_all()
252 ACL_UNLOCK(as); in acl_free_all()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c211 as->s[as->length] = 0; in archive_string_append()
223 as->s[as->length] = 0; in archive_wstring_append()
700 p = as->s + as->length; in archive_string_append_from_wcs_in_codepage()
747 as->s + as->length, in archive_string_append_from_wcs_in_codepage()
763 as->s[as->length] = '\0'; in archive_string_append_from_wcs_in_codepage()
803 p = as->s + as->length; in archive_string_append_from_wcs()
807 as->length = p - as->s; in archive_string_append_from_wcs()
814 p = as->s + as->length; in archive_string_append_from_wcs()
835 as->length = p - as->s; in archive_string_append_from_wcs()
1981 as->s[as->length] = 0; in archive_strncat_l()
[all …]
H A Darchive_string_sprintf.c58 append_uint(as, d/base, base); in append_uint()
68 archive_strappend_char(as, '-'); in append_int()
72 append_uint(as, ud, base); in append_int()
82 archive_string_vsprintf(as, fmt, ap); in archive_string_sprintf()
104 as->s[0] = 0; in archive_string_vsprintf()
112 archive_strappend_char(as, *p); in archive_string_vsprintf()
130 archive_strappend_char(as, '%'); in archive_string_vsprintf()
134 archive_strappend_char(as, (char)s); in archive_string_vsprintf()
143 append_int(as, s, 10); in archive_string_vsprintf()
159 archive_strcat(as, p2); in archive_string_vsprintf()
[all …]
H A Darchive_cmdline.c73 archive_string_empty(as); in get_argument()
111 struct archive_string as; in __archive_cmdline_parse() local
116 archive_string_init(&as); in __archive_cmdline_parse()
119 al = get_argument(&as, cmd); in __archive_cmdline_parse()
124 if (archive_strlen(&as) == 0) { in __archive_cmdline_parse()
128 r = cmdline_set_path(data, as.s); in __archive_cmdline_parse()
131 p = strrchr(as.s, '/'); in __archive_cmdline_parse()
133 p = as.s; in __archive_cmdline_parse()
142 al = get_argument(&as, cmd); in __archive_cmdline_parse()
152 r = cmdline_add_arg(data, as.s); in __archive_cmdline_parse()
[all …]
H A Darchive_write_add_filter_lrzip.c134 struct archive_string as; in archive_write_lrzip_open() local
137 archive_string_init(&as); in archive_write_lrzip_open()
138 archive_strcpy(&as, "lrzip -q"); in archive_write_lrzip_open()
145 archive_strcat(&as, " -b"); in archive_write_lrzip_open()
148 archive_strcat(&as, " -g"); in archive_write_lrzip_open()
151 archive_strcat(&as, " -l"); in archive_write_lrzip_open()
154 archive_strcat(&as, " -n"); in archive_write_lrzip_open()
157 archive_strcat(&as, " -z"); in archive_write_lrzip_open()
163 archive_strcat(&as, " -L "); in archive_write_lrzip_open()
167 r = __archive_write_program_open(f, data->pdata, as.s); in archive_write_lrzip_open()
[all …]
H A Darchive_string.h167 #define archive_strcpy(as,p) \ argument
168 archive_strncpy((as), (p), ((p) == NULL ? 0 : strlen(p)))
169 #define archive_wstrcpy(as,p) \ argument
170 archive_wstrncpy((as), (p), ((p) == NULL ? 0 : wcslen(p)))
171 #define archive_strcpy_l(as,p,lo) \ argument
172 archive_strncpy_l((as), (p), ((p) == NULL ? 0 : strlen(p)), (lo))
175 #define archive_strncpy(as,p,l) \ argument
176 ((as)->length=0, archive_strncat((as), (p), (l)))
177 #define archive_wstrncpy(as,p,l) \ argument
178 ((as)->length = 0, archive_wstrncat((as), (p), (l)))
H A Darchive_write_add_filter_uuencode.c172 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
175 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
177 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
179 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
181 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
185 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
188 archive_strappend_char(as, c?c + 0x20:'`'); in uu_encode()
189 archive_strappend_char(as, '`'); in uu_encode()
190 archive_strappend_char(as, '`'); in uu_encode()
196 archive_strappend_char(as, '`'); in uu_encode()
[all …]
H A Darchive_write_add_filter_b64encode.c184 archive_strappend_char(as, base64[c]); in la_b64_encode()
186 archive_strappend_char(as, base64[c]); in la_b64_encode()
188 archive_strappend_char(as, base64[c]); in la_b64_encode()
190 archive_strappend_char(as, base64[c]); in la_b64_encode()
194 archive_strappend_char(as, base64[c]); in la_b64_encode()
197 archive_strappend_char(as, base64[c]); in la_b64_encode()
198 archive_strappend_char(as, '='); in la_b64_encode()
199 archive_strappend_char(as, '='); in la_b64_encode()
202 archive_strappend_char(as, base64[c]); in la_b64_encode()
205 archive_strappend_char(as, '='); in la_b64_encode()
[all …]
/dragonfly/sys/dev/acpica/aibs/
H A Datk0110.c145 struct aibs_sensor *as; in aibs_attach_sif() local
198 as = kmalloc(sizeof(*as) * n, M_DEVBUF, M_NOWAIT | M_ZERO); in aibs_attach_sif()
199 if (as == NULL) { in aibs_attach_sif()
207 sc->sc_asens_temp = as; in aibs_attach_sif()
210 sc->sc_asens_fan = as; in aibs_attach_sif()
247 as[i].s.type = st; in aibs_attach_sif()
253 as[i].i, as[i].s.desc, (int64_t)as[i].l, (int64_t)as[i].h, in aibs_attach_sif()
302 struct aibs_sensor *as; in aibs_refresh_r() local
311 as = sc->sc_asens_fan; in aibs_refresh_r()
321 if (as == NULL) in aibs_refresh_r()
[all …]
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c595 as = &devinfo->as[w->bindas]; in hdaa_presence_handler()
798 as = &devinfo->as[w->bindas]; in hdaa_sense_init()
1876 struct hdaa_audio_as *as = &ch->devinfo->as[ch->as]; in hdaa_audio_setup() local
2802 as = &devinfo->as[pdevinfo->recas]; in hdaa_audio_ctl_ossmixer_setrecsrc()
3338 devinfo->as = as; in hdaa_audio_as_parse()
3794 as->dacs[as->num_chans][i] = nid2; in hdaa_audio_adddac()
5363 if (as[ch->as].fakeredir) in hdaa_pcmchannel_setup()
5369 as[ch->as].pinset = pinset; in hdaa_pcmchannel_setup()
5992 as = &devinfo->as[pdevinfo->playas]; in hdaa_dump_dac()
6885 as = &devinfo->as[asid]; in hdaa_chan_formula()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-sparc.texi95 as well as the instructions enabled by @samp{-Av8plusa} and @samp{-Av9a}.
98 as well as the instructions enabled by @samp{-Av8plusb} and @samp{-Av9b}.
101 multiply-add, VIS 3.0, and HPC extension instructions, as well as the
105 instructions, as well as the instructions enabled by @samp{-Av8plusd}
109 multiply-add, and integer multiply-add, as well as the instructions
113 xmpmul, xmontmul and xmontsqr instructions, as well as the instructions
189 versions 8 and 9, as well as most extensions defined by Sun
261 On the other hand, @samp{%f2} can be denoted as @samp{%d2} but not as
294 as an alias.
430 to as @samp{%hver}.
[all …]
/dragonfly/crypto/openssh/
H A Dauth-passwd.c133 warn_expiry(Authctxt *authctxt, auth_session_t *as) in warn_expiry() argument
140 pwtimeleft = auth_check_change(as); in warn_expiry()
141 actimeleft = auth_check_expire(as); in warn_expiry()
170 auth_session_t *as; in sys_auth_passwd() local
173 as = auth_usercheck(authctxt->pw->pw_name, authctxt->style, "auth-ssh", in sys_auth_passwd()
175 if (as == NULL) in sys_auth_passwd()
177 if (auth_getstate(as) & AUTH_PWEXPIRED) { in sys_auth_passwd()
178 auth_close(as); in sys_auth_passwd()
185 warn_expiry(authctxt, as); in sys_auth_passwd()
187 return (auth_close(as)); in sys_auth_passwd()
/dragonfly/contrib/gcc-4.7/gcc/
H A Daddresses.h26 addr_space_t as ATTRIBUTE_UNUSED, in base_reg_class()
31 return MODE_CODE_BASE_REG_CLASS (mode, as, outer_code, index_code); in base_reg_class()
53 addr_space_t as ATTRIBUTE_UNUSED, in ok_for_base_p_1()
58 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, mode, as, in ok_for_base_p_1()
77 regno_ok_for_base_p (unsigned regno, enum machine_mode mode, addr_space_t as, in regno_ok_for_base_p() argument
83 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Daddresses.h29 addr_space_t as ATTRIBUTE_UNUSED, in base_reg_class()
34 return MODE_CODE_BASE_REG_CLASS (MACRO_MODE (mode), as, outer_code, in base_reg_class()
57 addr_space_t as ATTRIBUTE_UNUSED, in ok_for_base_p_1()
62 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode), as, in ok_for_base_p_1()
81 regno_ok_for_base_p (unsigned regno, machine_mode mode, addr_space_t as, in regno_ok_for_base_p() argument
87 return ok_for_base_p_1 (regno, mode, as, outer_code, index_code); in regno_ok_for_base_p()
/dragonfly/etc/sendmail/
H A DREADME15 does not work inside jail(2) systems as jails do not allow binding to
24 dragonfly.submit.mc directly as it will be overwritten eventually, but
25 it certainly can be copied to be used as a template.
31 Also, as of 8.12, a new queue-running daemon is started to make sure mail
40 available as FEATUREs that you can add to your site's .mc file. Proper use
41 of these FEATUREs will prevent spammer from using your site as a relay as
42 well as significantly decrease the amount of spam that arrives at your
44 portion of legitimate mail as well. Therefore, these FEATUREs are designed
45 to prevent as much spam as possible without blocking legitimate mail.
/dragonfly/usr.bin/mail/misc/
H A Dmail.tildehelp5 ~. Same as .
14 ~F messages Same as ~f, but keep all header lines
18 ~M messages Same as ~m, but keep all header lines
23 ~< file Same as ~r
24 ~< !command Same as ~r
34 ~^ command Same as ~|
36 ~: mail-cmd Same as ~_
/dragonfly/share/examples/ppp/
H A Dppp.secret.sample11 # If the password is specified as "*", look it up in passwd(5).
12 # This doesn't work for CHAP connections as ppp must have access
15 # If an IP address or address range is given as the third field, it
17 # used as a placeholder if you do not wish to override the IP
20 # If a label is given as the forth field, it is used when reading
22 # can be used as a placeholder if you do not wish to override the
25 # If a phone number or list of phone numbers is given as the fifth
H A Dppp.linkup.sample6 # ppp searches the labels in this file as follows:
20 # It is no longer necessary to re-add the default route here as our
28 # If we've got 192.244.176.32 as our address, then regard peer as a gateway
35 # nice things such as kick off "sendmail -q", "popclient my.isp" and
37 # as arguments too - useful for informing a DNS of your assigned IP.
45 # If your minimum call charge is 5 minutes, you may as well stay on
/dragonfly/share/i18n/csmapper/KOI/
H A DGOST19768-74%UCS.src24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
25 # No claims are made as to fitness for any particular purpose. No
35 # internal or external distribution as long as this notice remains
42 # mapping described in RFC 1489. No statements are made as to whether
43 # this mapping is the same as the mapping defined as "Code Page 878"
47 # Column #1 is the KOI8-R code (in hex as 0xXX)
48 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DKOI8-R%UCS.src24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
25 # No claims are made as to fitness for any particular purpose. No
35 # internal or external distribution as long as this notice remains
42 # mapping described in RFC 1489. No statements are made as to whether
43 # this mapping is the same as the mapping defined as "Code Page 878"
47 # Column #1 is the KOI8-R code (in hex as 0xXX)
48 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DUCS%GOST19768-74.src24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
25 # No claims are made as to fitness for any particular purpose. No
35 # internal or external distribution as long as this notice remains
42 # mapping described in RFC 1489. No statements are made as to whether
43 # this mapping is the same as the mapping defined as "Code Page 878"
47 # Column #1 is the KOI8-R code (in hex as 0xXX)
48 # Column #2 is the Unicode (in hex as 0xXXXX)
H A DUCS%KOI8-R.src25 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
26 # No claims are made as to fitness for any particular purpose. No
36 # internal or external distribution as long as this notice remains
43 # mapping described in RFC 1489. No statements are made as to whether
44 # this mapping is the same as the mapping defined as "Code Page 878"
48 # Column #1 is the KOI8-R code (in hex as 0xXX)
49 # Column #2 is the Unicode (in hex as 0xXXXX)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dstandards.texi62 published in 1990. This standard was ratified as an ISO standard
83 as @dfn{AMD1}; the amended standard is sometimes known as @dfn{C94} or
89 9899:1999, and is commonly known as @dfn{C99}. GCC has incomplete
93 development, drafts of this standard version were referred to as
104 standard version were referred to as @dfn{C1X}.)
120 the C11 standard are accepted as extensions in C90 and C99 modes.
144 GCC aims towards being usable as a conforming freestanding
145 implementation, or as the compiler for a conforming hosted
147 implementation, defining @code{__STDC_HOSTED__} as @code{1} and
192 A revised ISO C++ standard was published in 2011 as ISO/IEC
[all …]
/dragonfly/test/interbench/
H A Dreadme10 configuration changes such as cpu, I/O scheduler and filesystem changes and
31 the timing thread sleeps as accurately as linux kernel supports, and latency is
34 Each benchmarked simulation runs as a separate process with its own threads,
35 and the background load (if any) also runs as a separate process.
61 intended for interactive usage. This load simply uses as much cpu as it can
62 get. It does not return deadlines met as there are no deadlines with an
79 The video simulation thread is also used as a background load.
82 The X simulation thread is used as a load.
111 The custom simulation is used as a load.
169 contest, I've made this as simple as possible.
[all …]

12345678910>>...61