Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd-src/sys/dev/ixgbe/
H A Dixgbe_sriov.h86 #define ixgbe_add_vf(_a,_b,_c) argument
87 #define ixgbe_init_iov(_a,_b,_c) argument
88 #define ixgbe_uninit_iov(_a) argument
89 #define ixgbe_initialize_iov(_a) argument
90 #define ixgbe_recalculate_max_frame(_a) argument
91 #define ixgbe_ping_all_vfs(_a) argument
92 #define ixgbe_pci_iov_detach(_a) 0 argument
93 #define ixgbe_define_iov_schemas(_a,_b) argument
94 #define ixgbe_align_all_queue_indices(_a) argument
95 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
[all …]
H A Dixgbe_rss.h57 #define rss_getkey(_a) argument
54 rss_getcpu(_a) global() argument
56 rss_getkey(_a) global() argument
59 rss_hash2bucket(_a,_b,_c) global() argument
H A Dixgbe_fdir.h50 #define ixgbe_init_fdir(_a) argument
/freebsd-src/tools/tools/netrate/netsend/
H A Dnetsend.c45 struct _a { struct
69 timespec_add(struct timespec *tsa, struct timespec *tsb) in timespec_add() argument
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write.c130 archive_write_set_bytes_per_block(struct archive *_a, int bytes_per_block) in archive_write_set_bytes_per_block() argument
143 archive_write_get_bytes_per_block(struct archive * _a) archive_write_get_bytes_per_block() argument
156 archive_write_set_bytes_in_last_block(struct archive * _a,int bytes) archive_write_set_bytes_in_last_block() argument
169 archive_write_get_bytes_in_last_block(struct archive * _a) archive_write_get_bytes_in_last_block() argument
182 archive_write_set_skip_file(struct archive * _a,la_int64_t d,la_int64_t i) archive_write_set_skip_file() argument
197 __archive_write_allocate_filter(struct archive * _a) __archive_write_allocate_filter() argument
554 archive_write_open2(struct archive * _a,void * client_data,archive_open_callback * opener,archive_write_callback * writer,archive_close_callback * closer,archive_free_callback * freer) archive_write_open2() argument
596 archive_write_open(struct archive * _a,void * client_data,archive_open_callback * opener,archive_write_callback * writer,archive_close_callback * closer) archive_write_open() argument
608 _archive_write_close(struct archive * _a) _archive_write_close() argument
646 _archive_write_filter_count(struct archive * _a) _archive_write_filter_count() argument
659 __archive_write_filters_free(struct archive * _a) __archive_write_filters_free() argument
686 _archive_write_free(struct archive * _a) _archive_write_free() argument
726 _archive_write_header(struct archive * _a,struct archive_entry * entry) _archive_write_header() argument
790 _archive_write_finish_entry(struct archive * _a) _archive_write_finish_entry() argument
809 _archive_write_data(struct archive * _a,const void * buff,size_t s) _archive_write_data() argument
824 filter_lookup(struct archive * _a,int n) filter_lookup() argument
840 _archive_filter_code(struct archive * _a,int n) _archive_filter_code() argument
847 _archive_filter_name(struct archive * _a,int n) _archive_filter_name() argument
854 _archive_filter_bytes(struct archive * _a,int n) _archive_filter_bytes() argument
[all...]
H A Darchive_read.c113 archive_read_extract_set_skip_file(struct archive *_a, la_int64_t d, in archive_read_extract_set_skip_file() argument
302 archive_read_set_open_callback(struct archive *_a, in archive_read_set_open_callback() argument
313 archive_read_set_read_callback(struct archive *_a, in archive_read_set_read_callback() argument
324 archive_read_set_skip_callback(struct archive *_a, in archive_read_set_skip_callback() argument
335 archive_read_set_seek_callback(struct archive * _a,archive_seek_callback * client_seeker) archive_read_set_seek_callback() argument
346 archive_read_set_close_callback(struct archive * _a,archive_close_callback * client_closer) archive_read_set_close_callback() argument
357 archive_read_set_switch_callback(struct archive * _a,archive_switch_callback * client_switcher) archive_read_set_switch_callback() argument
368 archive_read_set_callback_data(struct archive * _a,void * client_data) archive_read_set_callback_data() argument
374 archive_read_set_callback_data2(struct archive * _a,void * client_data,unsigned int iindex) archive_read_set_callback_data2() argument
407 archive_read_add_callback_data(struct archive * _a,void * client_data,unsigned int iindex) archive_read_add_callback_data() argument
441 archive_read_append_callback_data(struct archive * _a,void * client_data) archive_read_append_callback_data() argument
448 archive_read_prepend_callback_data(struct archive * _a,void * client_data) archive_read_prepend_callback_data() argument
460 archive_read_open1(struct archive * _a) archive_read_open1() argument
615 _archive_read_next_header2(struct archive * _a,struct archive_entry * entry) _archive_read_next_header2() argument
679 _archive_read_next_header(struct archive * _a,struct archive_entry ** entryp) _archive_read_next_header() argument
749 archive_read_header_position(struct archive * _a) archive_read_header_position() argument
776 archive_read_has_encrypted_entries(struct archive * _a) archive_read_has_encrypted_entries() argument
801 archive_read_format_capabilities(struct archive * _a) archive_read_format_capabilities() argument
822 archive_read_data(struct archive * _a,void * buff,size_t s) archive_read_data() argument
919 archive_read_data_skip(struct archive * _a) archive_read_data_skip() argument
947 archive_seek_data(struct archive * _a,int64_t offset,int whence) archive_seek_data() argument
972 _archive_read_data_block(struct archive * _a,const void ** buff,size_t * size,int64_t * offset) _archive_read_data_block() argument
1027 _archive_filter_count(struct archive * _a) _archive_filter_count() argument
1043 _archive_read_close(struct archive * _a) _archive_read_close() argument
1069 _archive_read_free(struct archive * _a) _archive_read_free() argument
1131 get_filter(struct archive * _a,int n) get_filter() argument
1156 _archive_filter_code(struct archive * _a,int n) _archive_filter_code() argument
1163 _archive_filter_name(struct archive * _a,int n) _archive_filter_name() argument
1170 _archive_filter_bytes(struct archive * _a,int n) _archive_filter_bytes() argument
[all...]
H A Darchive_match.c243 archive_match_free(struct archive *_a) in archive_match_free() argument
271 archive_match_excluded(struct archive *_a, struct archive_entry *entry) in archive_match_excluded() argument
312 archive_match_exclude_pattern(struct archive *_a, const char *pattern) in archive_match_exclude_pattern() argument
331 archive_match_exclude_pattern_w(struct archive * _a,const wchar_t * pattern) archive_match_exclude_pattern_w() argument
350 archive_match_exclude_pattern_from_file(struct archive * _a,const char * pathname,int nullSeparator) archive_match_exclude_pattern_from_file() argument
364 archive_match_exclude_pattern_from_file_w(struct archive * _a,const wchar_t * pathname,int nullSeparator) archive_match_exclude_pattern_from_file_w() argument
378 archive_match_include_pattern(struct archive * _a,const char * pattern) archive_match_include_pattern() argument
397 archive_match_include_pattern_w(struct archive * _a,const wchar_t * pattern) archive_match_include_pattern_w() argument
416 archive_match_include_pattern_from_file(struct archive * _a,const char * pathname,int nullSeparator) archive_match_include_pattern_from_file() argument
430 archive_match_include_pattern_from_file_w(struct archive * _a,const wchar_t * pathname,int nullSeparator) archive_match_include_pattern_from_file_w() argument
451 archive_match_path_excluded(struct archive * _a,struct archive_entry * entry) archive_match_path_excluded() argument
487 archive_match_set_inclusion_recursion(struct archive * _a,int enabled) archive_match_set_inclusion_recursion() argument
502 archive_match_path_unmatched_inclusions(struct archive * _a) archive_match_path_unmatched_inclusions() argument
514 archive_match_path_unmatched_inclusions_next(struct archive * _a,const char ** _p) archive_match_path_unmatched_inclusions_next() argument
531 archive_match_path_unmatched_inclusions_next_w(struct archive * _a,const wchar_t ** _p) archive_match_path_unmatched_inclusions_next_w() argument
917 archive_match_include_time(struct archive * _a,int flag,time_t sec,long nsec) archive_match_include_time() argument
930 archive_match_include_date(struct archive * _a,int flag,const char * datestr) archive_match_include_date() argument
942 archive_match_include_date_w(struct archive * _a,int flag,const wchar_t * datestr) archive_match_include_date_w() argument
955 archive_match_include_file_time(struct archive * _a,int flag,const char * pathname) archive_match_include_file_time() argument
968 archive_match_include_file_time_w(struct archive * _a,int flag,const wchar_t * pathname) archive_match_include_file_time_w() argument
981 archive_match_exclude_entry(struct archive * _a,int flag,struct archive_entry * entry) archive_match_exclude_entry() argument
1009 archive_match_time_excluded(struct archive * _a,struct archive_entry * entry) archive_match_time_excluded() argument
1031 validate_time_flag(struct archive * _a,int flag,const char * _fn) validate_time_flag() argument
1613 archive_match_include_uid(struct archive * _a,la_int64_t uid) archive_match_include_uid() argument
1624 archive_match_include_gid(struct archive * _a,la_int64_t gid) archive_match_include_gid() argument
1635 archive_match_include_uname(struct archive * _a,const char * uname) archive_match_include_uname() argument
1646 archive_match_include_uname_w(struct archive * _a,const wchar_t * uname) archive_match_include_uname_w() argument
1657 archive_match_include_gname(struct archive * _a,const char * gname) archive_match_include_gname() argument
1668 archive_match_include_gname_w(struct archive * _a,const wchar_t * gname) archive_match_include_gname_w() argument
1686 archive_match_owner_excluded(struct archive * _a,struct archive_entry * entry) archive_match_owner_excluded() argument
[all...]
H A Darchive_read_append_filter.c37 archive_read_append_filter(struct archive *_a, int code) in archive_read_append_filter() argument
149 archive_read_append_filter_program(struct archive * _a,const char * cmd) archive_read_append_filter_program() argument
155 archive_read_append_filter_program_signature(struct archive * _a,const char * cmd,const void * signature,size_t signature_len) archive_read_append_filter_program_signature() argument
[all...]
H A Darchive_read_disk_posix.c385 archive_read_disk_gname(struct archive *_a, la_int64_t gid) in archive_read_disk_gname() argument
397 archive_read_disk_uname(struct archive *_a, la_int64_t uid) in archive_read_disk_uname() argument
409 archive_read_disk_set_gname_lookup(struct archive *_a, in archive_read_disk_set_gname_lookup() argument
428 archive_read_disk_set_uname_lookup(struct archive *_a, in archive_read_disk_set_uname_lookup() argument
471 _archive_read_free(struct archive * _a) _archive_read_free() argument
500 _archive_read_close(struct archive * _a) _archive_read_close() argument
528 archive_read_disk_set_symlink_logical(struct archive * _a) archive_read_disk_set_symlink_logical() argument
538 archive_read_disk_set_symlink_physical(struct archive * _a) archive_read_disk_set_symlink_physical() argument
548 archive_read_disk_set_symlink_hybrid(struct archive * _a) archive_read_disk_set_symlink_hybrid() argument
558 archive_read_disk_set_atime_restored(struct archive * _a) archive_read_disk_set_atime_restored() argument
578 archive_read_disk_set_behavior(struct archive * _a,int flags) archive_read_disk_set_behavior() argument
685 _archive_read_data_block(struct archive * _a,const void ** buff,size_t * size,int64_t * offset) _archive_read_data_block() argument
1110 _archive_read_next_header(struct archive * _a,struct archive_entry ** entryp) _archive_read_next_header() argument
1121 _archive_read_next_header2(struct archive * _a,struct archive_entry * entry) _archive_read_next_header2() argument
1233 archive_read_disk_set_matching(struct archive * _a,struct archive * _ma,void (* _excluded_func)(struct archive *,void *,struct archive_entry *),void * _client_data) archive_read_disk_set_matching() argument
1247 archive_read_disk_set_metadata_filter_callback(struct archive * _a,int (* _metadata_filter_func)(struct archive *,void *,struct archive_entry *),void * _client_data) archive_read_disk_set_metadata_filter_callback() argument
1262 archive_read_disk_can_descend(struct archive * _a) archive_read_disk_can_descend() argument
1279 archive_read_disk_descend(struct archive * _a) archive_read_disk_descend() argument
1318 archive_read_disk_open(struct archive * _a,const char * pathname) archive_read_disk_open() argument
1331 archive_read_disk_open_w(struct archive * _a,const wchar_t * pathname) archive_read_disk_open_w() argument
1362 _archive_read_disk_open(struct archive * _a,const char * pathname) _archive_read_disk_open() argument
1388 archive_read_disk_current_filesystem(struct archive * _a) archive_read_disk_current_filesystem() argument
1452 archive_read_disk_current_filesystem_is_synthetic(struct archive * _a) archive_read_disk_current_filesystem_is_synthetic() argument
1467 archive_read_disk_current_filesystem_is_remote(struct archive * _a) archive_read_disk_current_filesystem_is_remote() argument
[all...]
H A Darchive_write_set_passphrase.c53 archive_write_set_passphrase(struct archive *_a, const char *p) in archive_write_set_passphrase()
65 archive_write_set_passphrase_callback(struct archive *_a, void *client_data, in archive_write_set_passphrase_callback()
H A Darchive_read_extract2.c81 archive_read_extract2(struct archive *_a, struct archive_entry *entry, in archive_read_extract2() argument
113 archive_read_extract_set_progress_callback(struct archive *_a, in archive_read_extract_set_progress_callback() argument
H A Darchive_read_add_passphrase.c87 archive_read_add_passphrase(struct archive *_a, const char *passphrase) in archive_read_add_passphrase()
110 archive_read_set_passphrase_callback(struct archive *_a, void *client_data, in archive_read_set_passphrase_callback()
H A Darchive_write_set_format_cpio.c8 archive_write_set_format_cpio(struct archive *_a) in archive_write_set_format_cpio()
H A Darchive_write_set_options.c74 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
91 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
H A Darchive_read_set_options.c74 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
111 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
H A Darchive_read_extract.c38 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags) in archive_read_extract()
/freebsd-src/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument
154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h347 #define DECL_BITFIELD2(_a, _b) \ argument
349 #define DECL_BITFIELD3(_a, _b, _c) \ argument
351 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
362 #define DECL_BITFIELD2(_a, _b) \ argument
364 #define DECL_BITFIELD3(_a, _b, _c) \ argument
366 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/freebsd-src/tools/tools/ath/common/
H A Dah_osdep.h48 #define OS_MEMZERO(_a, _size) bzero((_a), (_size)) argument
50 #define OS_MACEQU(_a, _b) \ argument
68 #define __printflike(_a,_b) \ argument
/freebsd-src/sys/arm/ti/cpsw/
H A Dif_cpswreg.h96 #define ALE_MCAST(_a) ((_a[1] >> 8) & 1) argument
98 #define ALE_PORTS(_a) ((_a[2] >> 2) & 7) argument
99 #define ALE_TYPE(_a) ((_a[1] >> 28) & 3) argument
103 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) argument
104 #define ALE_VLAN_UNREGFLOOD(_a) ((_a[0] >> 8) & 7) argument
105 #define ALE_VLAN_REGFLOOD(_a) ((_a[0] >> 16) & 7) argument
106 #define ALE_VLAN_UNTAG(_a) ((_a[0] >> 24) & 7) argument
107 #define ALE_VLAN_MEMBERS(_a) (_a[0] & 7) argument
/freebsd-src/sys/dev/ath/
H A Dah_osdep.h70 #define OS_MEMZERO(_a, _n) bzero((_a), (_n)) argument
72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
74 #define abs(_a) __builtin_abs(_a) argument
/freebsd-src/sys/dev/sfxge/common/
H A Defx_hash.c68 #define EFX_HASH_MIX(_a, _b, _c) \ argument
92 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S17 #define REL_ADDR(_a) (_a)(%rip) argument
H A Dfloatundisf.S17 #define REL_ADDR(_a) (_a)(%rip) argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S21 #define REL_ADDR(_a) (_a)-0b(%eax) argument

123456