Searched refs:_a (Results 1 - 25 of 154) sorted by relevance

1234567

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c8 archive_write_set_format_cpio(struct archive *_a) argument
10 return archive_write_set_format_cpio_odc(_a);
H A Darchive_read_append_filter.c37 archive_read_append_filter(struct archive *_a, int code) argument
43 struct archive_read *a = (struct archive_read *)_a;
57 r1 = archive_read_support_filter_gzip(_a);
61 r1 = archive_read_support_filter_bzip2(_a);
65 r1 = archive_read_support_filter_compress(_a);
73 r1 = archive_read_support_filter_lzma(_a);
77 r1 = archive_read_support_filter_xz(_a);
81 r1 = archive_read_support_filter_uu(_a);
85 r1 = archive_read_support_filter_rpm(_a);
89 r1 = archive_read_support_filter_lz4(_a);
149 archive_read_append_filter_program(struct archive *_a, const char *cmd) argument
155 archive_read_append_filter_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
[all...]
H A Darchive_write_set_passphrase.c53 archive_write_set_passphrase(struct archive *_a, const char *p) argument
55 struct archive_write *a = (struct archive_write *)_a;
57 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC, ARCHIVE_STATE_NEW,
65 archive_write_set_passphrase_callback(struct archive *_a, void *client_data, argument
68 struct archive_write *a = (struct archive_write *)_a;
70 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC, ARCHIVE_STATE_NEW,
H A Darchive_read_support_format_empty.c39 archive_read_support_format_empty(struct archive *_a) argument
41 struct archive_read *a = (struct archive_read *)_a;
44 archive_check_magic(_a, ARCHIVE_READ_MAGIC,
H A Darchive_write_add_filter_grzip.c51 archive_write_add_filter_grzip(struct archive *_a) argument
53 struct archive_write_filter *f = __archive_write_allocate_filter(_a);
56 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC,
61 archive_set_error(_a, ENOMEM, "Can't allocate memory");
67 archive_set_error(_a, ENOMEM, "Can't allocate memory");
82 archive_set_error(_a, ARCHIVE_ERRNO_MISC,
H A Darchive_read_extract.c38 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags) argument
41 struct archive_read * a = (struct archive_read *)_a;
H A Darchive_match.c243 archive_match_free(struct archive *_a) argument
247 if (_a == NULL)
249 archive_check_magic(_a, ARCHIVE_MATCH_MAGIC,
251 a = (struct archive_match *)_a;
271 archive_match_excluded(struct archive *_a, struct archive_entry *entry) argument
276 archive_check_magic(_a, ARCHIVE_MATCH_MAGIC,
279 a = (struct archive_match *)_a;
312 archive_match_exclude_pattern(struct archive *_a, const char *pattern) argument
317 archive_check_magic(_a, ARCHIVE_MATCH_MAGIC,
319 a = (struct archive_match *)_a;
331 archive_match_exclude_pattern_w(struct archive *_a, const wchar_t *pattern) argument
350 archive_match_exclude_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
364 archive_match_exclude_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
378 archive_match_include_pattern(struct archive *_a, const char *pattern) argument
397 archive_match_include_pattern_w(struct archive *_a, const wchar_t *pattern) argument
416 archive_match_include_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
430 archive_match_include_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
451 archive_match_path_excluded(struct archive *_a, struct archive_entry *entry) argument
487 archive_match_set_inclusion_recursion(struct archive *_a, int enabled) argument
502 archive_match_path_unmatched_inclusions(struct archive *_a) argument
514 archive_match_path_unmatched_inclusions_next(struct archive *_a, const char **_p) argument
531 archive_match_path_unmatched_inclusions_next_w(struct archive *_a, const wchar_t **_p) argument
917 archive_match_include_time(struct archive *_a, int flag, time_t sec, long nsec) argument
930 archive_match_include_date(struct archive *_a, int flag, const char *datestr) argument
942 archive_match_include_date_w(struct archive *_a, int flag, const wchar_t *datestr) argument
955 archive_match_include_file_time(struct archive *_a, int flag, const char *pathname) argument
968 archive_match_include_file_time_w(struct archive *_a, int flag, const wchar_t *pathname) argument
981 archive_match_exclude_entry(struct archive *_a, int flag, struct archive_entry *entry) argument
1009 archive_match_time_excluded(struct archive *_a, struct archive_entry *entry) argument
1031 validate_time_flag(struct archive *_a, int flag, const char *_fn) argument
1613 archive_match_include_uid(struct archive *_a, la_int64_t uid) argument
1624 archive_match_include_gid(struct archive *_a, la_int64_t gid) argument
1635 archive_match_include_uname(struct archive *_a, const char *uname) argument
1646 archive_match_include_uname_w(struct archive *_a, const wchar_t *uname) argument
1657 archive_match_include_gname(struct archive *_a, const char *gname) argument
1668 archive_match_include_gname_w(struct archive *_a, const wchar_t *gname) argument
1686 archive_match_owner_excluded(struct archive *_a, struct archive_entry *entry) argument
[all...]
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_rss.h54 #define rss_getcpu(_a) 0
56 #define rss_getkey(_a)
57 #define rss_get_indirection_to_bucket(_a) 0
59 #define rss_hash2bucket(_a,_b,_c) -1
H A Dixgbe_sriov.h86 #define ixgbe_add_vf(_a,_b,_c)
87 #define ixgbe_init_iov(_a,_b,_c)
88 #define ixgbe_uninit_iov(_a)
89 #define ixgbe_initialize_iov(_a)
90 #define ixgbe_recalculate_max_frame(_a)
91 #define ixgbe_ping_all_vfs(_a)
92 #define ixgbe_pci_iov_detach(_a) 0
93 #define ixgbe_define_iov_schemas(_a,_b)
94 #define ixgbe_align_all_queue_indices(_a)
95 #define ixgbe_vf_que_index(_a, _
[all...]
H A Dixgbe_fdir.h50 #define ixgbe_init_fdir(_a)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S17 #define REL_ADDR(_a) (_a)(%rip)
50 #define REL_ADDR(_a) (_a)(%rip)
H A Dfloatundidf.S33 #define REL_ADDR(_a) (_a)(%rip)
H A Dfloatundisf.S17 #define REL_ADDR(_a) (_a)(%rip)
/freebsd-current/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0)
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b))
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b))
154 #define STACK_PUSH(_a, _
[all...]
/freebsd-current/tools/tools/ath/common/
H A Dah_osdep.h48 #define OS_MEMZERO(_a, _size) bzero((_a), (_size))
50 #define OS_MACEQU(_a, _b) \
51 (bcmp((_a), (_b), IEEE80211_ADDR_LEN) == 0)
68 #define __printflike(_a,_b) \
69 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd-current/sys/dev/sfxge/common/
H A Defx_hash.c68 #define EFX_HASH_MIX(_a, _b, _c) \
70 _a -= _c; \
71 _a ^= EFX_HASH_ROTATE(_c, 4); \
73 _b -= _a; \
74 _b ^= EFX_HASH_ROTATE(_a, 6); \
75 _a += _c; \
78 _b += _a; \
79 _a -= _c; \
80 _a ^= EFX_HASH_ROTATE(_c, 16); \
82 _b -= _a; \
[all...]
/freebsd-current/sys/dev/ath/
H A Dah_osdep.h70 #define OS_MEMZERO(_a, _n) bzero((_a), (_n))
72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l))
74 #define abs(_a) __builtin_abs(_a)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S21 #define REL_ADDR(_a) (_a)-0b(%eax)
H A Dfloatundidf.S33 #define REL_ADDR(_a) (_a)-0b(%eax)
/freebsd-current/sys/dev/ice/
H A Dice_defs.h53 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b))
/freebsd-current/sys/arm/ti/cpsw/
H A Dif_cpswreg.h96 #define ALE_MCAST(_a) ((_a[1] >> 8) & 1)
98 #define ALE_PORTS(_a) ((_a[2] >> 2) & 7)
99 #define ALE_TYPE(_a) ((_a[1] >> 28) & 3)
103 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff)
104 #define ALE_VLAN_UNREGFLOOD(_a) ((_a[
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_spireg.h92 #define MCSPI_XFERLEVEL_AFL(_a) (((_a) >> 8) & 0xff)
93 #define MCSPI_XFERLEVEL_AEL(_a) (((_a) >> 0) & 0xff)
/freebsd-current/usr.sbin/periodic/etc/security/
H A D520.pfdenied44 for _a in "" $(pfctl -a "blacklistd" -sA 2>/dev/null) ${security_status_pfdenied_additionalanchors}
46 pfctl -a "${_a}" -sr -v -z 2>/dev/null | \
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h347 #define DECL_BITFIELD2(_a, _b) \
348 uint8_t _a, _b
349 #define DECL_BITFIELD3(_a, _b, _c) \
350 uint8_t _a, _b, _c
351 #define DECL_BITFIELD4(_a, _b, _c, _d) \
352 uint8_t _a, _b, _c, _d
353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
354 uint8_t _a, _b, _c, _d, _e
355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
356 uint8_t _a, _
[all...]
/freebsd-current/contrib/nvi/common/
H A Dutil.h59 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
60 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a))

Completed in 335 milliseconds

1234567