/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_sriov.h | 87 #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 D | ixgbe_rss.h | 52 #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 D | ixgbe_fdir.h | 52 #define ixgbe_init_fdir(_a) argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | concept_check.h | 49 #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 D | concept_check.h | 49 #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 D | sysmacros.h | 353 #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 D | io.c | 81 #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 D | archive_write_set_passphrase.c | 53 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 D | archive_read_add_passphrase.c | 87 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 D | archive_write_set_format_cpio.c | 8 archive_write_set_format_cpio(struct archive *_a) in archive_write_set_format_cpio()
|
H A D | archive_write_set_options.c | 74 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 D | archive_read_set_options.c | 74 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 D | archive_read_extract.c | 38 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags) in archive_read_extract()
|
H A D | archive_read_set_format.c | 37 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 D | floatundisf.S | 16 #define REL_ADDR(_a) (_a)(%rip) argument
|
H A D | floatundixf.S | 16 #define REL_ADDR(_a) (_a)(%rip) argument
|
H A D | floatundidf.S | 34 #define REL_ADDR(_a) (_a)(%rip) argument
|
/netbsd-src/external/bsd/nvi/dist/dist/ |
H A D | port.h.in | 118 #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 D | floatdidf.S | 20 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|
H A D | floatundidf.S | 34 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|
H A D | floatundixf.S | 24 #define REL_ADDR(_a) (_a)-0b(%eax) argument
|
/netbsd-src/external/bsd/nvi/usr.bin/nvi/ |
H A D | compat.h | 118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument 121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
|
H A D | port.h | 118 #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 D | mman.h | 37 #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 D | nsnoimports.cc | 4 int _a = 11; variable
|