| /NextBSD/sys/net80211/ |
| HD | ieee80211_acl.c | 100 struct aclstate *as; in acl_attach() local 118 struct aclstate *as = vap->iv_as; in acl_detach() local 130 _find_acl(struct aclstate *as, const uint8_t *macaddr) in _find_acl() 144 _acl_free(struct aclstate *as, struct acl *acl) in _acl_free() 157 struct aclstate *as = vap->iv_as; in acl_check() local 174 struct aclstate *as = vap->iv_as; in acl_add() local 213 struct aclstate *as = vap->iv_as; in acl_remove() local 232 struct aclstate *as = vap->iv_as; in acl_free_all() local 248 struct aclstate *as = vap->iv_as; in acl_setpolicy() local 275 struct aclstate *as = vap->iv_as; in acl_getpolicy() local [all …]
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_string_sprintf.c | 54 append_uint(struct archive_string *as, uintmax_t d, unsigned base) in append_uint() 63 append_int(struct archive_string *as, intmax_t d, unsigned base) in append_int() 77 archive_string_sprintf(struct archive_string *as, const char *fmt, ...) in archive_string_sprintf() 91 archive_string_vsprintf(struct archive_string *as, const char *fmt, in archive_string_vsprintf()
|
| HD | archive_string.h | 163 #define archive_strcpy(as,p) \ argument 165 #define archive_wstrcpy(as,p) \ argument 167 #define archive_strcpy_l(as,p,lo) \ argument 171 #define archive_strncpy(as,p,l) \ argument 173 #define archive_wstrncpy(as,p,l) \ argument
|
| HD | archive_cmdline.c | 45 extract_quotation(struct archive_string *as, const char *p) in extract_quotation() 69 get_argument(struct archive_string *as, const char *p) in get_argument() 111 struct archive_string as; in __archive_cmdline_parse() local
|
| HD | archive_string.c | 202 archive_string_append(struct archive_string *as, const char *p, size_t s) in archive_string_append() 213 archive_wstring_append(struct archive_wstring *as, const wchar_t *p, size_t s) in archive_wstring_append() 239 archive_string_free(struct archive_string *as) in archive_string_free() 248 archive_wstring_free(struct archive_wstring *as) in archive_wstring_free() 257 archive_wstring_ensure(struct archive_wstring *as, size_t s) in archive_wstring_ensure() 266 archive_string_ensure(struct archive_string *as, size_t s) in archive_string_ensure() 328 archive_strncat(struct archive_string *as, const void *_p, size_t n) in archive_strncat() 348 archive_wstrncat(struct archive_wstring *as, const wchar_t *p, size_t n) in archive_wstrncat() 366 archive_strcat(struct archive_string *as, const void *p) in archive_strcat() 378 archive_wstrcat(struct archive_wstring *as, const wchar_t *p) in archive_wstrcat() [all …]
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_arange.c | 34 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
|
| HD | dwarf_arange.c | 97 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
|
| HD | dwarf_pro_arange.c | 45 Dwarf_ArangeSet as; in dwarf_add_arange_b() local
|
| /NextBSD/sys/kgssapi/krb5/ |
| HD | kcrypto_aes.c | 52 struct aes_state *as; in aes_init() local 62 struct aes_state *as = ks->ks_priv; in aes_destroy() local 74 struct aes_state *as = ks->ks_priv; in aes_set_key() local 115 struct aes_state *as = (struct aes_state *) crp->crp_opaque; in aes_crypto_cb() local 135 struct aes_state *as = ks->ks_priv; in aes_encrypt_1() local 314 struct aes_state *as = ks->ks_priv; in aes_checksum() local
|
| /NextBSD/contrib/llvm/projects/libunwind/src/ |
| HD | libunwind.cpp | 81 unw_addr_space_t as, in unw_init_remote_thread() 119 unw_addr_space_x86_64 *as = new unw_addr_space_x86_64(task); in unw_create_addr_space_for_task() local 124 unw_addr_space_i386 *as = new unw_addr_space_i386(task); in unw_create_addr_space_for_task() local 140 unw_addr_space_i386 *as = (unw_addr_space_i386 *)asp; in unw_destroy_addr_space() local 145 unw_addr_space_x86_64 *as = (unw_addr_space_x86_64 *)asp; in unw_destroy_addr_space() local 151 unw_addr_space_ppc *as = (unw_addr_space_ppc *)asp; in unw_destroy_addr_space() local
|
| /NextBSD/crypto/heimdal/lib/sl/ |
| HD | slc-gram.y | 126 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()
|
| HD | slc-gram.c | 1635 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()
|
| /NextBSD/contrib/ntp/tests/libntp/ |
| HD | refidsmear.c | 51 char *as; in rtol() local 74 char *as; in rtoltor() local
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test_archive_string.c | 33 #define assertStringSizes(strlen, buflen, as) \ argument 37 #define assertExactString(strlen, buflen, data, as) \ argument 43 #define assertNonNULLString(strlen, buflen, as) \ argument
|
| /NextBSD/sys/dev/sound/pci/hda/ |
| HD | hdaa.c | 264 hdaa_channels_handler(struct hdaa_audio_as *as) in hdaa_channels_handler() 382 struct hdaa_audio_as *as = &devinfo->as[w->bindas]; in hdaa_hpredir_handler() local 461 hdaa_autorecsrc_handler(struct hdaa_audio_as *as, struct hdaa_widget *w) in hdaa_autorecsrc_handler() 535 struct hdaa_audio_as *as; in hdaa_presence_handler() local 746 struct hdaa_audio_as *as; in hdaa_sense_init() local 1842 struct hdaa_audio_as *as = &ch->devinfo->as[ch->as]; in hdaa_audio_setup() local 2430 struct hdaa_audio_as *as = devinfo->as; in hdaa_audio_ctl_dest_volume() local 2757 struct hdaa_audio_as *as; in hdaa_audio_ctl_ossmixer_setrecsrc() local 3160 struct hdaa_audio_as *as; in hdaa_audio_as_parse() local 3316 hdaa_audio_trace_dac(struct hdaa_devinfo *devinfo, int as, int seq, nid_t nid, in hdaa_audio_trace_dac() [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | auth-passwd.c | 133 warn_expiry(Authctxt *authctxt, auth_session_t *as) in warn_expiry() 170 auth_session_t *as; in sys_auth_passwd() local
|
| /NextBSD/sys/dev/acpica/Osd/ |
| HD | OsdSynch.c | 81 struct acpi_sema *as; in AcpiOsCreateSemaphore() local 108 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsDeleteSemaphore() local 154 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsWaitSemaphore() local 222 struct acpi_sema *as = (struct acpi_sema *)Handle; in AcpiOsSignalSemaphore() local
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | libunwind-frame.c | 128 unw_addr_space_t as; in libunwind_frame_cache() local 174 libunwind_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) in libunwind_find_dyn_list() 193 unw_addr_space_t as; in libunwind_frame_sniffer() local 319 libunwind_search_unwind_table (void *as, long ip, void *di, in libunwind_search_unwind_table()
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | listener.c | 521 free_and_unlock_accepting_socket(struct accepting_socket *as) in free_and_unlock_accepting_socket() 533 start_accepting(struct accepting_socket *as) in start_accepting() 587 stop_accepting(struct accepting_socket *as) in stop_accepting() 598 struct accepting_socket *as = arg; in accepted_socket_invoke_user_cb() local 665 struct accepting_socket *as = in accepted_socket_cb() local 715 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable() local 737 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl() local
|
| /NextBSD/contrib/byacc/ |
| HD | verbose.c | 255 int as; in print_actions() local 350 int as; in print_gotos() local
|
| HD | graph.c | 17 int as; in graph() local
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | ks_p12.c | 330 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
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_cmbat.c | 241 ACPI_STATUS as; in acpi_cmbat_get_bst() local 317 ACPI_STATUS as; in acpi_cmbat_get_bif() local
|
| /NextBSD/sys/dev/acpi_support/ |
| HD | atk0110.c | 142 struct aibs_sensor *as; in aibs_attach_sif() local 299 struct aibs_sensor *as; in aibs_sysctl() local
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | mini_inetd.c | 46 rk_socket_t as; in accept_it() local
|