Home
last modified time | relevance | path

Searched refs:valtype (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h31 #define INTERVAL_TREE_DEFINE(type, field, valtype, dummy, START, LAST, \ argument
33 __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \
34 __IT_DEFINE_ITER_FIRST(type, valtype, attr, name) \
35 __IT_DEFINE_ITER_NEXT(type, field, valtype, attr, name) \
39 #define __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \ argument
41 name##_iter_from(struct rb_node *rb, valtype start, valtype last) \
56 #define __IT_DEFINE_ITER_FIRST(type, valtype, attr, name) \ argument
58 name##_iter_first(struct rb_root_cached *root, valtype start, valtype last) \
63 #define __IT_DEFINE_ITER_NEXT(type, field, valtype, attr, name) \ argument
65 name##_iter_next(type *node, valtype start, valtype last) \
/freebsd-13.1/crypto/openssl/apps/
H A Dopt.c133 i = o->valtype; in opt_init()
159 assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
652 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
672 switch (o->valtype) { in opt_next()
691 || (o->valtype == 'p' && ival <= 0)) { in opt_next()
735 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
736 o->valtype == 'E' ? OPT_FMT_PDE : in opt_next()
737 o->valtype == 'F' ? OPT_FMT_PEMDER in opt_next()
795 switch (o->valtype) { in valtype2param()
847 if (o->valtype != '-') in opt_help()
[all …]
H A Dapps.h352 int valtype; member
H A Dopenssl.c345 BIO_printf(bio_out, "%s %c\n", o->name, o->valtype); in list_options_for_command()
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibnvpair.h141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ argument
143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c442 #define define_ddi_strtoux(type, valtype) \ argument
444 int base, valtype *result) \
446 valtype last_value, value = 0; \
499 #define define_ddi_strtox(type, valtype) \ argument
501 int base, valtype *result) \
/freebsd-13.1/bin/expr/
H A Dexpr.y31 enum valtype { enum
36 enum valtype type;
/freebsd-13.1/contrib/jemalloc/src/
H A Dstats.c851 #define GET_AND_EMIT_ALLOC_STAT(small_or_large, name, valtype) \ in stats_arena_print() argument
853 &small_or_large##_##name, valtype##_t); \ in stats_arena_print()
854 emitter_json_kv(emitter, #name, emitter_type_##valtype, \ in stats_arena_print()
856 col_count_##name.type = emitter_type_##valtype; \ in stats_arena_print()
857 col_count_##name.valtype##_val = small_or_large##_##name; in stats_arena_print()