Searched defs:HD (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c73 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x))) macro
H A Dgetentropy_linux.c80 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x))) macro
87 #define HD(x) (sha512_update(&ctx, sizeof (x), (uint8_t *)&(x))) macro
H A Dgetentropy_solaris.c69 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x))) macro
/freebsd-10-stable/usr.bin/tip/tip/
H A Dtip.h92 short HD; /* this host is half duplex - do local echo */ variable
/freebsd-10-stable/sys/dev/dpt/
H A Ddpt.h187 #define HD(cmd) ((hostdata *)&(cmd->host->hostdata)) macro

Completed in 133 milliseconds