Home
last modified time | relevance | path

Searched defs:_h (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dipf_rb.h57 # define RBI_DELETE(_n, _h, _v) rb_tree_remove_node(_h, _v) argument
58 # define RBI_INIT(_n, _h) rb_tree_init(_h, &_n##_tree_ops) argument
59 # define RBI_INSERT(_n, _h, _v) rb_tree_insert_node(_h, _v) argument
60 # define RBI_ISEMPTY(_h) (rb_tree_iterate(_h, NULL, RB_DIR_RIGHT) == NULL) argument
61 # define RBI_SEARCH(_n, _h, _k) rb_tree_find_node(_h, _k) argument
62 # define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
419 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument
420 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument
421 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
422 #define RBI_ISEMPTY(_h) ((_h)->count == 0) argument
[all …]
H A Dip_compat.h1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1538 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/netbsd-src/external/bsd/ipf/dist/
H A Dipf_rb.h359 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument
361 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument
362 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
363 #define RBI_ISEMPTY(_h) ((_h)->count == 0) argument
364 #define RBI_SEARCH(_n, _h, _k) _n##_rb_search(_h, _k) argument
365 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
380 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h369 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m68k.c2420 elf_m68k_init_symndx2h_1 (struct elf_link_hash_entry *_h, in elf_m68k_init_symndx2h_1()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-m68k.c2420 elf_m68k_init_symndx2h_1 (struct elf_link_hash_entry *_h, in elf_m68k_init_symndx2h_1()
/netbsd-src/sys/dev/ic/
H A Dath.c2472 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument