Symbol: SRC
crypto/krb5/src/include/port-sockets.h
275
#define inet_ntop(AF,SRC,DST,CNT) \
crypto/krb5/src/include/port-sockets.h
280
((const unsigned char *)(const void *)(SRC))[0] & 0xff, \
crypto/krb5/src/include/port-sockets.h
281
((const unsigned char *)(const void *)(SRC))[1] & 0xff, \
crypto/krb5/src/include/port-sockets.h
282
((const unsigned char *)(const void *)(SRC))[2] & 0xff, \
crypto/krb5/src/include/port-sockets.h
283
((const unsigned char *)(const void *)(SRC))[3] & 0xff), \
crypto/openssl/crypto/rand/rand_lib.c
28
#define OPENSSL_DEFAULT_SEED_SRC SEED-SRC
crypto/openssl/crypto/seed/seed_local.h
74
#define XOR_SEEDBLOCK(DST, SRC) \
crypto/openssl/crypto/seed/seed_local.h
75
((DST))[0] ^= ((SRC))[0]; \
crypto/openssl/crypto/seed/seed_local.h
76
((DST))[1] ^= ((SRC))[1]; \
crypto/openssl/crypto/seed/seed_local.h
77
((DST))[2] ^= ((SRC))[2]; \
crypto/openssl/crypto/seed/seed_local.h
78
((DST))[3] ^= ((SRC))[3]
crypto/openssl/crypto/seed/seed_local.h
80
#define MOV_SEEDBLOCK(DST, SRC) \
crypto/openssl/crypto/seed/seed_local.h
81
((DST))[0] = ((SRC))[0]; \
crypto/openssl/crypto/seed/seed_local.h
82
((DST))[1] = ((SRC))[1]; \
crypto/openssl/crypto/seed/seed_local.h
83
((DST))[2] = ((SRC))[2]; \
crypto/openssl/crypto/seed/seed_local.h
84
((DST))[3] = ((SRC))[3]
sys/dev/bxe/ecore_init.h
676
BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
sys/dev/qlnx/qlnxe/ecore_cxt.c
1310
clients[ILT_CLI_SRC].first.reg = ILT_CFG_REG(SRC, FIRST_ILT);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1311
clients[ILT_CLI_SRC].last.reg = ILT_CFG_REG(SRC, LAST_ILT);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1312
clients[ILT_CLI_SRC].p_size.reg = ILT_CFG_REG(SRC, P_SIZE);
usr.bin/tcopy/tcopy.cc
828
input->direction = tape_dev::SRC;
usr.bin/tcopy/tcopy.cc
829
output->direction = tape_dev::SRC;
usr.bin/tcopy/tcopy.cc
85
direction = destination ? DST : SRC;