Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_elide.h306 #define CK_ELIDE_LOCK(NAME, LOCK) ck_elide_##NAME##_lock(LOCK) argument
307 #define CK_ELIDE_UNLOCK(NAME, LOCK) ck_elide_##NAME##_unlock(LOCK) argument
308 #define CK_ELIDE_TRYLOCK(NAME, LOCK) ck_elide_##NAME##_trylock(LOCK) argument
315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument
318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument
/f-stack/freebsd/arm/include/
H A Dplatformvar.h93 #define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, _size, _compatible, \ argument
112 #define FDT_PLATFORM_DEF(NAME, NAME_STR, size, compatible, delay) \ argument
H A Datomic-v6.h62 #define ATOMIC_ACQ_REL_LONG(NAME) \ argument
77 #define ATOMIC_ACQ_REL(NAME, WIDTH) \ argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_print.c59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR, in uni_strerr() argument
243 #define DEF(NAME, VALUE, STR) { STR, VALUE }, in uni_print_api() argument
H A Dsig_reset.c63 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME, argument
69 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME, argument
H A Dsig_coord.c51 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME, argument
H A Dsig_uni.c707 #define SET_TIMER(NAME,name) \ in uni_set_config() argument
H A Dunidef.h245 #define DEF(NAME, VAL, STR) UNIAPI_##NAME = VAL, argument
296 #define DEF(NAME, VALUE, STR) NAME = VALUE, argument
H A Dsig_party.c47 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME, argument
H A Dunipriv.h197 #define DEF_PRIV_SIG(NAME, FROM) SIG##NAME, argument
H A Dsig_call.c54 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME, argument
/f-stack/tools/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
/f-stack/freebsd/sys/
H A Dkobj.h99 #define KOBJMETHOD(NAME, FUNC) \ argument
H A Dpmc.h311 #define __PMC_CAP(NAME, VALUE, DESCR) PMC_CAP_##NAME = (1 << VALUE) , argument
/f-stack/freebsd/amd64/include/
H A Datomic.h114 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
160 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
/f-stack/freebsd/contrib/zlib/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccpriv.h215 #define DEF(NAME) CONN_SIG_##NAME, argument
474 #define DEF(NAME) USER_SIG_##NAME, argument
H A Datmapi.h121 #define DEF(NAME,VAL,STR) NAME = (VAL), argument
/f-stack/freebsd/i386/include/
H A Datomic.h108 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
158 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c942 #define NAME(x) ((x)->index < 0 ? (x)->name : (x)->name) macro
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c849 #define D(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG }, argument
850 #define N(NAME,VAL,DIAG,STD,STR) argument
859 #define D(NAME,VAL,DIAG,STD,STR) argument
860 #define N(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG }, argument
H A Dunistruct.h625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument
626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument
/f-stack/freebsd/mips/include/
H A Datomic.h293 #define ATOMIC_ACQ_REL(NAME, WIDTH) \ argument
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_type.h123 #define FM10K_EIMR_DISABLE(NAME) ((FM10K_EIMR_ ## NAME) << 0) argument
124 #define FM10K_EIMR_ENABLE(NAME) ((FM10K_EIMR_ ## NAME) << 1) argument
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c234 #define NAME(n) {true}, n macro