Searched refs:dlh (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libc/tests/gen/
H A Ddlopen_empty_test.c63 void *dlh; local
81 dlh = dlopen(soname, RTLD_LAZY);
82 if (dlh != NULL) {
84 dlclose(dlh);
86 ATF_REQUIRE_MSG(dlh == NULL, "dlopen(\"%s\") did not fail", soname);
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c73 void *dlh; local
87 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) {
94 return (dlh);
101 void *dlh; local
109 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) {
114 return (dlh);
130 (module->dlh = try_dlopen(modpath)) == NULL)
132 dlmodule = dlsym(module->dlh, "_pam_module");
137 module->func[i] = (pam_func_t)dlfunc(module->dlh,
159 if (module->dlh !
[all...]
H A Dopenpam_load.c90 if (module->dlh == NULL)
93 dlclose(module->dlh);
/freebsd-12-stable/usr.sbin/bhyve/
H A Duart_emul.c120 uint8_t dlh; /* Baudrate divisor latch MSB */ member in struct:uart_softc
347 sc->dlh = divisor >> 16;
419 sc->dlh = value;
534 reg = sc->dlh;
/freebsd-12-stable/sbin/geom/core/
H A Dgeom.c528 void *dlh; local
562 dlh = dlopen(path, RTLD_NOW);
563 if (dlh == NULL)
565 lib_version = dlsym(dlh, "lib_version");
568 dlclose(dlh);
572 dlclose(dlh);
576 version = dlsym(dlh, "version");
579 dlclose(dlh);
582 class_commands = dlsym(dlh, "class_commands");
586 dlclose(dlh);
[all...]
/freebsd-12-stable/contrib/openpam/include/security/
H A Dopenpam.h305 void *dlh; member in struct:pam_module
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h7535 uint64_t dlh : 8; /**< Divisor Latch High Register */ member in struct:cvmx_mio_uartx_dlh::cvmx_mio_uartx_dlh_s
7537 uint64_t dlh : 8;
8968 uint64_t dlh : 8; /**< Divisor Latch High Register */ member in struct:cvmx_mio_uart2_dlh::cvmx_mio_uart2_dlh_s
8970 uint64_t dlh : 8;

Completed in 198 milliseconds