Home
last modified time | relevance | path

Searched defs:as (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Daggsum.c88 aggsum_init(aggsum_t *as, uint64_t value) in aggsum_init()
108 aggsum_fini(aggsum_t *as) in aggsum_fini()
117 aggsum_lower_bound(aggsum_t *as) in aggsum_lower_bound()
123 aggsum_upper_bound(aggsum_t *as) in aggsum_upper_bound()
129 aggsum_value(aggsum_t *as) in aggsum_value()
165 aggsum_add(aggsum_t *as, int64_t delta) in aggsum_add()
212 aggsum_compare(aggsum_t *as, uint64_t target) in aggsum_compare()
/freebsd-src/sys/net80211/
H A Dieee80211_acl.c101 struct aclstate *as; in acl_attach() local
119 struct aclstate *as = vap->iv_as; in acl_detach() local
131 _find_acl(struct aclstate *as, const uint8_t *macaddr) in _find_acl()
145 _acl_free(struct aclstate *as, struct acl *acl) in _acl_free()
158 struct aclstate *as = vap->iv_as; in acl_check() local
175 struct aclstate *as = vap->iv_as; in acl_add() local
214 struct aclstate *as = vap->iv_as; in acl_remove() local
233 struct aclstate *as = vap->iv_as; in acl_free_all() local
249 struct aclstate *as = vap->iv_as; in acl_setpolicy() local
276 struct aclstate *as = vap->iv_as; in acl_getpolicy() local
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c53 append_uint(struct archive_string *as, uintmax_t d, unsigned base) in append_uint()
62 append_int(struct archive_string *as, intmax_t d, unsigned base) in append_int()
76 archive_string_sprintf(struct archive_string *as, const char *fmt, ...) in archive_string_sprintf()
90 archive_string_vsprintf(struct archive_string *as, const char *fmt, in archive_string_vsprintf()
H A Darchive_string.h164 #define archive_strcpy(as,p) \ argument
166 #define archive_wstrcpy(as,p) \ argument
168 #define archive_strcpy_l(as,p,lo) \ argument
172 #define archive_strncpy(as,p,l) \ argument
174 #define archive_wstrncpy(as,p,l) \ argument
H A Darchive_cmdline.c43 extract_quotation(struct archive_string *as, const char *p) in extract_quotation()
67 get_argument(struct archive_string *as, const char *p) in get_argument()
109 struct archive_string as; in __archive_cmdline_parse() local
H A Darchive_string.c203 archive_string_append(struct archive_string *as, const char *p, size_t s) in archive_string_append() argument
215 archive_wstring_append(struct archive_wstring *as, cons argument
227 archive_array_append(struct archive_string * as,const char * p,size_t s) archive_array_append() argument
248 archive_string_free(struct archive_string * as) archive_string_free() argument
257 archive_wstring_free(struct archive_wstring * as) archive_wstring_free() argument
266 archive_wstring_ensure(struct archive_wstring * as,size_t s) archive_wstring_ensure() argument
275 archive_string_ensure(struct archive_string * as,size_t s) archive_string_ensure() argument
337 archive_strncat(struct archive_string * as,const void * _p,size_t n) archive_strncat() argument
357 archive_wstrncat(struct archive_wstring * as,const wchar_t * p,size_t n) archive_wstrncat() argument
375 archive_strcat(struct archive_string * as,const void * p) archive_strcat() argument
387 archive_wstrcat(struct archive_wstring * as,const wchar_t * p) archive_wstrcat() argument
394 archive_strappend_char(struct archive_string * as,char c) archive_strappend_char() argument
402 archive_wstrappend_wchar(struct archive_wstring * as,wchar_t c) archive_wstrappend_wchar() argument
671 archive_string_append_from_wcs(struct archive_string * as,const wchar_t * w,size_t len) archive_string_append_from_wcs() argument
678 archive_string_append_from_wcs_in_codepage(struct archive_string * as,const wchar_t * ws,size_t len,struct archive_string_conv * sc) archive_string_append_from_wcs_in_codepage() argument
776 archive_string_append_from_wcs(struct archive_string * as,const wchar_t * w,size_t len) archive_string_append_from_wcs() argument
850 archive_string_append_from_wcs(struct archive_string * as,const wchar_t * w,size_t len) archive_string_append_from_wcs() argument
1956 archive_strncpy_l(struct archive_string * as,const void * _p,size_t n,struct archive_string_conv * sc) archive_strncpy_l() argument
1964 archive_strncat_l(struct archive_string * as,const void * _p,size_t n,struct archive_string_conv * sc) archive_strncat_l() argument
2026 iconv_strncat_in_locale(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) iconv_strncat_in_locale() argument
2128 strncat_in_codepage(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) strncat_in_codepage() argument
2230 best_effort_strncat_in_locale(struct archive_string * as,const void * _p,size_t length,struct archive_string_conv * sc) best_effort_strncat_in_locale() argument
2649 strncat_from_utf8_to_utf8(struct archive_string * as,const void * _src,size_t len,struct archive_string_conv * sc) strncat_from_utf8_to_utf8() argument
2709 archive_string_append_unicode(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_append_unicode() argument
2924 archive_string_normalize_C(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_normalize_C() argument
3231 archive_string_normalize_D(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) archive_string_normalize_D() argument
3412 strncat_from_utf8_libarchive2(struct archive_string * as,const void * _p,size_t len,struct archive_string_conv * sc) strncat_from_utf8_libarchive2() argument
3497 win_strncat_from_utf16(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc,int be) win_strncat_from_utf16() argument
3595 win_strncat_from_utf16be(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) win_strncat_from_utf16be() argument
3602 win_strncat_from_utf16le(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) win_strncat_from_utf16le() argument
3726 best_effort_strncat_from_utf16(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc,int be) best_effort_strncat_from_utf16() argument
3766 best_effort_strncat_from_utf16be(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) best_effort_strncat_from_utf16be() argument
3773 best_effort_strncat_from_utf16le(struct archive_string * as,const void * _p,size_t bytes,struct archive_string_conv * sc) best_effort_strncat_from_utf16le() argument
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_arange.c34 Dwarf_ArangeSet as, tas; in _dwarf_arange_cleanup() local
58 Dwarf_ArangeSet as; in _dwarf_arange_init() local
169 Dwarf_ArangeSet as; in _dwarf_arange_gen() local
246 Dwarf_ArangeSet as; in _dwarf_arange_pro_cleanup() local
H A Ddwarf_arange.c97 Dwarf_ArangeSet as; in dwarf_get_cu_die_offset() local
123 Dwarf_ArangeSet as; in dwarf_get_arange_cu_header_offset() local
148 Dwarf_ArangeSet as; in dwarf_get_arange_info() local
H A Ddwarf_pro_arange.c45 Dwarf_ArangeSet as; in dwarf_add_arange_b() local
/freebsd-src/sys/kgssapi/krb5/
H A Dkcrypto_aes.c52 struct aes_state *as; in aes_init() local
62 struct aes_state *as = ks->ks_priv; in aes_destroy() local
76 struct aes_state *as = ks->ks_priv; in aes_set_key() local
120 struct aes_state *as = (struct aes_state *) crp->crp_opaque; in aes_crypto_cb() local
140 struct aes_state *as = ks->ks_priv; in aes_encrypt_1() local
319 struct aes_state *as = ks->ks_priv; in aes_checksum() local
/freebsd-src/crypto/heimdal/lib/sl/
H A Dslc-gram.y126 check_option(struct assignment *as) in check_option()
194 check_command(struct assignment *as) in check_command()
253 check(struct assignment *as) in check()
274 find_next(struct assignment *as, const char *name) in find_next()
284 find(struct assignment *as, const char *name) in find()
322 gen_command(struct assignment *as) in gen_command()
359 make_name(struct assignment *as) in make_name()
487 gen_wrapper(struct assignment *as) in gen_wrapper()
695 gen(struct assignment *as) in gen()
H A Dslc-gram.c1635 check_option(struct assignment *as) in check_option()
1703 check_command(struct assignment *as) in check_command()
1762 check(struct assignment *as) in check()
1783 find_next(struct assignment *as, const char *name) in find_next()
1793 find(struct assignment *as, const char *name) in find()
1831 gen_command(struct assignment *as) in gen_command()
1868 make_name(struct assignment *as) in make_name()
1996 gen_wrapper(struct assignment *as) in gen_wrapper()
2204 gen(struct assignment *as) in gen()
/freebsd-src/crypto/openssl/crypto/x509/
H A Dv3_admis.c240 const GENERAL_NAME *ADMISSION_SYNTAX_get0_admissionAuthority(const ADMISSION_SYNTAX *as) in ADMISSION_SYNTAX_get0_admissionAuthority()
245 void ADMISSION_SYNTAX_set0_admissionAuthority(ADMISSION_SYNTAX *as, in ADMISSION_SYNTAX_set0_admissionAuthority()
257 void ADMISSION_SYNTAX_set0_contentsOfAdmissions(ADMISSION_SYNTAX *as, in ADMISSION_SYNTAX_set0_contentsOfAdmissions()
326 void PROFESSION_INFO_set0_professionItems(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_professionItems()
/freebsd-src/sys/dev/sound/pci/hda/
H A Dhdaa.c263 hdaa_channels_handler(struct hdaa_audio_as *as) in hdaa_channels_handler() argument
382 struct hdaa_audio_as *as = &devinfo->as[w->bindas]; hdaa_hpredir_handler() local
461 hdaa_autorecsrc_handler(struct hdaa_audio_as * as,struct hdaa_widget * w) hdaa_autorecsrc_handler() argument
535 struct hdaa_audio_as *as; hdaa_presence_handler() local
745 struct hdaa_audio_as *as; hdaa_sense_init() local
1843 struct hdaa_audio_as *as = &ch->devinfo->as[ch->as]; hdaa_audio_setup() local
2432 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_ctl_dest_volume() local
2759 struct hdaa_audio_as *as; hdaa_audio_ctl_ossmixer_setrecsrc() local
3162 struct hdaa_audio_as *as; hdaa_audio_as_parse() local
3318 hdaa_audio_trace_dac(struct hdaa_devinfo * devinfo,int as,int seq,nid_t nid,int dupseq,int min,int only,int depth) hdaa_audio_trace_dac() argument
3429 hdaa_audio_trace_adc(struct hdaa_devinfo * devinfo,int as,int seq,nid_t nid,int mixed,int min,int only,int depth,int * length,int onlylength) hdaa_audio_trace_adc() argument
3524 hdaa_audio_undo_trace(struct hdaa_devinfo * devinfo,int as,int seq) hdaa_audio_undo_trace() argument
3553 hdaa_audio_trace_as_out(struct hdaa_devinfo * devinfo,int as,int seq) hdaa_audio_trace_as_out() argument
3701 struct hdaa_audio_as *as = &devinfo->as[asid]; hdaa_audio_adddac() local
3776 hdaa_audio_trace_as_in(struct hdaa_devinfo * devinfo,int as) hdaa_audio_trace_as_in() argument
3832 hdaa_audio_trace_as_in_mch(struct hdaa_devinfo * devinfo,int as,int seq) hdaa_audio_trace_as_in_mch() argument
3976 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_trace_as_extra() local
4072 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_bind_as() local
4286 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_disable_unas() local
4381 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_disable_notselected() local
4624 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_ctl_dest_amp() local
4717 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_assign_names() local
4864 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_build_tree() local
4951 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_assign_mixers() local
5019 struct hdaa_audio_as *as = devinfo->as; hdaa_audio_prepare_pin_ctrl() local
5271 struct hdaa_audio_as *as = devinfo->as; hdaa_pcmchannel_setup() local
5473 struct hdaa_audio_as *as = devinfo->as; hdaa_prepare_pcms() local
5944 struct hdaa_audio_as *as; hdaa_dump_dac() local
6713 struct hdaa_audio_as *as; hdaa_print_child() local
6751 struct hdaa_audio_as *as; hdaa_child_location() local
6854 struct hdaa_audio_as *as; hdaa_chan_formula() local
6883 struct hdaa_audio_as *as; hdaa_chan_type() local
6907 struct hdaa_audio_as *as = (struct hdaa_audio_as *)oidp->oid_arg1; hdaa_sysctl_32bit() local
7005 struct hdaa_audio_as *as; hdaa_pcm_attach() local
[all...]
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c32 #define assertStringSizes(strlen, buflen, as) \ argument
36 #define assertExactString(strlen, buflen, data, as) \ argument
42 #define assertNonNULLString(strlen, buflen, as) \ argument
/freebsd-src/crypto/openssh/
H A Dauth-passwd.c133 warn_expiry(Authctxt *authctxt, auth_session_t *as) in warn_expiry()
170 auth_session_t *as; in sys_auth_passwd() local
/freebsd-src/sys/dev/acpica/Osd/
H A DOsdSynch.c79 struct acpi_sema *as; in AcpiOsCreateSemaphore() local
106 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsDeleteSemaphore() local
152 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsWaitSemaphore() local
237 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsSignalSemaphore() local
/freebsd-src/contrib/libevent/
H A Dlistener.c531 free_and_unlock_accepting_socket(struct accepting_socket *as) in free_and_unlock_accepting_socket()
543 start_accepting(struct accepting_socket *as) in start_accepting()
597 stop_accepting(struct accepting_socket *as) in stop_accepting()
608 struct accepting_socket *as = arg; in accepted_socket_invoke_user_cb() local
675 struct accepting_socket *as = in accepted_socket_cb() local
725 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable() local
747 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl() local
/freebsd-src/contrib/ntp/sntp/libevent/
H A Dlistener.c531 free_and_unlock_accepting_socket(struct accepting_socket *as) in free_and_unlock_accepting_socket()
543 start_accepting(struct accepting_socket *as) in start_accepting()
597 stop_accepting(struct accepting_socket *as) in stop_accepting()
608 struct accepting_socket *as = arg; in accepted_socket_invoke_user_cb() local
675 struct accepting_socket *as = in accepted_socket_cb() local
725 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable() local
747 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl() local
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_powif.c
H A Dsv_powi.c
/freebsd-src/contrib/byacc/
H A Dverbose.c266 int as = accessing_symbol[sp->shift[sp->nshifts - 1]]; in print_actions() local
357 int as = accessing_symbol[k]; in print_gotos() local
H A Dgraph.c17 int as; in graph() local
/freebsd-src/crypto/heimdal/lib/hx509/
H A Dks_p12.c330 PKCS12_AuthenticatedSafe as; in p12_init() local
449 PKCS12_AuthenticatedSafe *as, in addBag()
488 PKCS12_AuthenticatedSafe *as = ctx; in store_func() local
569 PKCS12_AuthenticatedSafe as; in p12_store() local
/freebsd-src/crypto/heimdal/lib/roken/
H A Dmini_inetd.c46 rk_socket_t as; in accept_it() local

12345