Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dcommon.h59 #define STRINGIFY(a) #a macro
60 #define TOSTRING(a) STRINGIFY(a)
/dragonfly/sys/net/netmap/
H A Dnetmap_mem2.c143 #define STRINGIFY(x) #x macro
148 CTLFLAG_RW, &netmap_params[id].size, 0, "Requested size of netmap " STRINGIFY(name) "s"); \
150 CTLFLAG_RD, &nm_mem.pools[id]._objsize, 0, "Current size of netmap " STRINGIFY(name) "s"); \
152 CTLFLAG_RW, &netmap_params[id].num, 0, "Requested number of netmap " STRINGIFY(name) "s"); \
154 CTLFLAG_RD, &nm_mem.pools[id].objtotal, 0, "Current number of netmap " STRINGIFY(name) "s")