Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_sriov.h87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument
88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument
89 #define ixgbe_uninit_iov(_a) do { } while (/*CONSTCOND*/false) argument
90 #define ixgbe_initialize_iov(_a) do { } while (/*CONSTCOND*/false) argument
91 #define ixgbe_recalculate_max_frame(_a) do { } while (/*CONSTCOND*/false) argument
92 #define ixgbe_ping_all_vfs(_a) do { } while (/*CONSTCOND*/false) argument
93 #define ixgbe_pci_iov_detach(_a) 0 argument
94 #define ixgbe_define_iov_schemas(_a,_b) do { } while (/*CONSTCOND*/false) argument
95 #define ixgbe_align_all_queue_indices(_a) do { } while (/*CONSTCOND*/false) argument
96 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
[all …]
H A Dixgbe_rss.h52 #define rss_getcpu(_a) 0 argument
54 #define rss_get_indirection_to_bucket(_a) 0 argument
56 #define rss_hash2bucket(_a,_b,_c) -1 argument
76 #define rss_getcpu(_a) 0 argument
78 #define rss_getkey(_a) do { } while (/*CONSTCOND*/false) argument
79 #define rss_get_indirection_to_bucket(_a) 0 argument
81 #define rss_hash2bucket(_a,_b,_c) -1 argument
H A Dixgbe_fdir.h52 #define ixgbe_init_fdir(_a) argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
70 #define __glibcxx_class_requires(_a,_C) \ argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
70 #define __glibcxx_class_requires(_a,_C) \ argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h353 #define DECL_BITFIELD2(_a, _b) \ argument
355 #define DECL_BITFIELD3(_a, _b, _c) \ argument
357 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
368 #define DECL_BITFIELD2(_a, _b) \ argument
370 #define DECL_BITFIELD3(_a, _b, _c) \ argument
372 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/netbsd-src/games/larn/
H A Dio.c81 #define stty(_a,_b) ioctl(_a,TCSETA,_b) argument
82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b) argument
87 #define stty(_a,_b) tcsetattr(_a,TCSADRAIN,_b) argument
88 #define gtty(_a,_b) tcgetattr(_a,_b) argument
94 #define doraw(_a) \ argument
103 #define unraw(_a) \ argument
114 #define doraw(_a) (_a.sg_flags |= CBREAK,_a.sg_flags &= ~ECHO) argument
115 #define unraw(_a) (_a.sg_flags &= ~CBREAK,_a.sg_flags |= ECHO) argument
/netbsd-src/external/bsd/libarchive/dist/libarchive/
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_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()
H A Darchive_read_set_format.c37 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
H A Dfloatundisf.S16 #define REL_ADDR(_a) (_a)(%rip) argument
H A Dfloatundixf.S16 #define REL_ADDR(_a) (_a)(%rip) argument
H A Dfloatundidf.S34 #define REL_ADDR(_a) (_a)(%rip) argument
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dport.h.in118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
H A Dfloatdidf.S20 #define REL_ADDR(_a) (_a)-0b(%eax) argument
H A Dfloatundidf.S34 #define REL_ADDR(_a) (_a)-0b(%eax) argument
H A Dfloatundixf.S24 #define REL_ADDR(_a) (_a)-0b(%eax) argument
/netbsd-src/external/bsd/nvi/usr.bin/nvi/
H A Dcompat.h118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
H A Dport.h118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dmman.h37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnsnoimports.cc4 int _a = 11; variable

1234