Home
last modified time | relevance | path

Searched refs:ISC_MAGIC (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h143 #define ISCAPI_TIMERMGR_MAGIC ISC_MAGIC('A','t','m','g')
157 #define ISCAPI_TIMER_MAGIC ISC_MAGIC('A','t','m','r')
H A Dtask.h158 #define ISCAPI_TASKMGR_MAGIC ISC_MAGIC('A','t','m','g')
172 #define ISCAPI_TASK_MAGIC ISC_MAGIC('A','t','s','t')
H A Dmagic.h39 #define ISC_MAGIC(a, b, c, d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro
H A Dmem.h259 #define ISCAPI_MCTX_MAGIC ISC_MAGIC('A','m','c','x')
273 #define ISCAPI_MPOOL_MAGIC ISC_MAGIC('A','m','p','l')
H A Dsocket.h325 #define ISCAPI_SOCKETMGR_MAGIC ISC_MAGIC('A','s','m','g')
341 #define ISCAPI_SOCKET_MAGIC ISC_MAGIC('A','s','c','t')
H A Dapp.h137 #define ISCAPI_APPCTX_MAGIC ISC_MAGIC('A','a','p','c')
H A Dradix.h102 #define RADIX_TREE_MAGIC ISC_MAGIC('R','d','x','T');
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dondestroy.c32 #define ONDESTROY_MAGIC ISC_MAGIC('D', 'e', 'S', 't')
H A Dbitstring.c39 #define BITSTRING_MAGIC ISC_MAGIC('B', 'S', 't', 'r')
H A Dstats.c35 #define ISC_STATS_MAGIC ISC_MAGIC('S', 't', 'a', 't')
H A Dheap.c51 #define HEAP_MAGIC ISC_MAGIC('H', 'E', 'A', 'P')
H A Dhash.c72 #define HASH_MAGIC ISC_MAGIC('H', 'a', 's', 'h')
H A Dsymtab.c41 #define SYMTAB_MAGIC ISC_MAGIC('S', 'y', 'm', 'T')
H A Dtimer.c71 #define TIMER_MAGIC ISC_MAGIC('T', 'I', 'M', 'R')
97 #define TIMER_MANAGER_MAGIC ISC_MAGIC('T', 'I', 'M', 'M')
H A Dentropy.c50 #define ENTROPY_MAGIC ISC_MAGIC('E', 'n', 't', 'e')
51 #define SOURCE_MAGIC ISC_MAGIC('E', 'n', 't', 's')
H A Dlog.c46 #define LCTX_MAGIC ISC_MAGIC('L', 'c', 't', 'x')
49 #define LCFG_MAGIC ISC_MAGIC('L', 'c', 'f', 'g')
H A Dtask.c97 #define TASK_MAGIC ISC_MAGIC('T', 'A', 'S', 'K')
130 #define TASK_MANAGER_MAGIC ISC_MAGIC('T', 'S', 'K', 'M')
H A Drwlock.c33 #define RWLOCK_MAGIC ISC_MAGIC('R', 'W', 'L', 'k')
/freebsd-12.1/contrib/ntp/lib/isc/nls/
H A Dmsgcat.c53 #define MSGCAT_MAGIC ISC_MAGIC('M', 'C', 'a', 't')
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Ddir.c40 #define ISC_DIR_MAGIC ISC_MAGIC('D', 'I', 'R', '*')
H A Difiter_getifaddrs.c28 #define IFITER_MAGIC ISC_MAGIC('I', 'F', 'I', 'G')
H A Difiter_sysctl.c43 #define IFITER_MAGIC ISC_MAGIC('I', 'F', 'I', 'S')
H A Dapp.c115 #define APPCTX_MAGIC ISC_MAGIC('A', 'p', 'c', 'x')
H A Difiter_ioctl.c52 #define IFITER_MAGIC ISC_MAGIC('I', 'F', 'I', 'T')
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Ddir.c38 #define ISC_DIR_MAGIC ISC_MAGIC('D', 'I', 'R', '*')

12