Symbol: dll
crypto/krb5/src/util/verto/module.c
42
module_close(void *dll)
crypto/krb5/src/util/verto/module.c
49
void **dll, void **symb)
crypto/krb5/src/util/verto/module.c
51
if (dll)
crypto/krb5/src/util/verto/module.c
52
*dll = NULL;
crypto/krb5/src/util/verto/module.h
53
module_close(void *dll);
crypto/krb5/src/util/verto/module.h
84
void **dll, void **symb);
crypto/krb5/src/util/verto/verto.c
305
error = module_load(filename, tblname, shouldload, &data, &tmp->dll,
crypto/krb5/src/util/verto/verto.c
307
if (error || !tmp->dll || !tmp->module) {
crypto/krb5/src/util/verto/verto.c
311
module_close(tmp->dll);
crypto/krb5/src/util/verto/verto.c
612
module_close(record->dll);
crypto/krb5/src/util/verto/verto.c
94
void *dll;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
18
DLLFILE = $(OUTPATH)\custom.dll
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
7
# Builds custom.dll
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
44
BOOLEAN APIENTRY DllMain(HANDLE dll, DWORD reason, PVOID reserved)
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
46
hDLL = dll;
crypto/krb5/src/windows/kfwlogon/kfwlogon.h
168
BOOLEAN WINAPI DllMain(HANDLE dll, DWORD reason, PVOID reserved);
crypto/openssl/crypto/dso/dso_win32.c
488
HMODULE dll;
crypto/openssl/crypto/dso/dso_win32.c
505
dll = LoadLibrary(TEXT(DLLNAME));
crypto/openssl/crypto/dso/dso_win32.c
506
if (dll == NULL) {
crypto/openssl/crypto/dso/dso_win32.c
512
GetProcAddress(dll, "CreateToolhelp32Snapshot");
crypto/openssl/crypto/dso/dso_win32.c
514
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
521
GetProcAddress(dll, "CloseToolhelp32Snapshot");
crypto/openssl/crypto/dso/dso_win32.c
525
module_first = (MODULE32)GetProcAddress(dll, "Module32First");
crypto/openssl/crypto/dso/dso_win32.c
526
module_next = (MODULE32)GetProcAddress(dll, "Module32Next");
crypto/openssl/crypto/dso/dso_win32.c
534
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
543
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
552
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
586
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
592
HMODULE dll;
crypto/openssl/crypto/dso/dso_win32.c
603
dll = LoadLibrary(TEXT(DLLNAME));
crypto/openssl/crypto/dso/dso_win32.c
604
if (dll == NULL) {
crypto/openssl/crypto/dso/dso_win32.c
610
GetProcAddress(dll, "CreateToolhelp32Snapshot");
crypto/openssl/crypto/dso/dso_win32.c
612
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
619
GetProcAddress(dll, "CloseToolhelp32Snapshot");
crypto/openssl/crypto/dso/dso_win32.c
623
module_first = (MODULE32)GetProcAddress(dll, "Module32First");
crypto/openssl/crypto/dso/dso_win32.c
624
module_next = (MODULE32)GetProcAddress(dll, "Module32Next");
crypto/openssl/crypto/dso/dso_win32.c
628
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
637
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
644
FreeLibrary(dll);
crypto/openssl/crypto/dso/dso_win32.c
650
FreeLibrary(dll);
sys/netinet/libalias/alias.c
1727
struct dll *t;
sys/netinet/libalias/alias.c
1745
t = malloc(sizeof(struct dll));
sys/netinet/libalias/alias.c
1769
struct dll *t;
sys/netinet/libalias/alias_mod.c
128
static SLIST_HEAD(dll_chain, dll) dll_chain = SLIST_HEAD_INITIALIZER(dll_chain);
sys/netinet/libalias/alias_mod.c
130
attach_dll(struct dll *p)
sys/netinet/libalias/alias_mod.c
132
struct dll *b;
sys/netinet/libalias/alias_mod.c
145
struct dll *b, *b_tmp;
sys/netinet/libalias/alias_mod.c
152
SLIST_REMOVE(&dll_chain, b, dll, next);
sys/netinet/libalias/alias_mod.c
159
struct dll *
sys/netinet/libalias/alias_mod.c
162
struct dll *t;
sys/netinet/libalias/alias_mod.h
114
SLIST_ENTRY(dll) next;
sys/netinet/libalias/alias_mod.h
120
int attach_dll(struct dll *);
sys/netinet/libalias/alias_mod.h
122
struct dll *walk_dll_chain(void);
usr.sbin/bhyve/uart_emul.c
167
sc->dll = divisor;
usr.sbin/bhyve/uart_emul.c
229
sc->dll = value;
usr.sbin/bhyve/uart_emul.c
346
reg = sc->dll;
usr.sbin/bhyve/uart_emul.c
475
SNAPSHOT_VAR_OR_LEAVE(sc->dll, meta, ret, done);
usr.sbin/bhyve/uart_emul.c
95
uint8_t dll; /* Baudrate divisor latch LSB */