Searched full:dlh (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_dynamic.c | 71 void *dlh; in try_dlopen() local 85 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) { in try_dlopen() 92 return (dlh); in try_dlopen() 99 void *dlh; in try_dlopen() local 107 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) { in try_dlopen() 112 return (dlh); in try_dlopen() 128 (module->dlh = try_dlopen(modpath)) == NULL) in try_module() 130 dlmodule = dlsym(module->dlh, "_pam_module"); in try_module() 135 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module() 157 if (module->dlh != NULL) in try_module() [all …]
|
H A D | openpam_load.c | 88 if (module->dlh == NULL) in openpam_release_module() 91 dlclose(module->dlh); in openpam_release_module()
|
/freebsd/lib/libc/tests/gen/ |
H A D | dlopen_empty_test.c | 60 void *dlh; in ATF_TC_BODY() local 78 dlh = dlopen(soname, RTLD_LAZY); in ATF_TC_BODY() 79 if (dlh != NULL) { in ATF_TC_BODY() 81 dlclose(dlh); in ATF_TC_BODY() 83 ATF_REQUIRE_MSG(dlh == NULL, "dlopen(\"%s\") did not fail", soname); in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt_impl.h | 141 #define DLH_GET_VERSION(dlh) BF64_GET((dlh)->dlh_info, 0, 8) argument 142 #define DLH_SET_VERSION(dlh, v) BF64_SET((dlh)->dlh_info, 0, 8, v) argument 143 #define DLH_GET_FLAGS(dlh) BF64_GET((dlh)->dlh_info, 8, 8) argument 144 #define DLH_SET_FLAGS(dlh, v) BF64_SET((dlh)->dlh_info, 8, 8, v) argument
|
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | asc,dlhl60d.yaml | 7 title: All Sensors DLH series low voltage digital pressure sensors 13 Bindings for the All Sensors DLH series pressure sensors.
|
/freebsd/lib/libc/nls/ |
H A D | sk_SK.ISO8859-2.msg | 20 7 Pr�li� dlh� zoznam argumentov 86 40 Pr�li� dlh� spr�va 132 63 Meno s�boru pr�li� dlh�
|
/freebsd/usr.sbin/bhyve/ |
H A D | uart_emul.c | 96 uint8_t dlh; /* Baudrate divisor latch MSB */ 168 sc->dlh = divisor >> 16; in uart_reset() 234 sc->dlh = value; in uart_ns16550_write() 351 reg = sc->dlh; in uart_ns16550_read() 476 SNAPSHOT_VAR_OR_LEAVE(sc->dlh, meta, ret, done); in uart_ns16550_snapshot() 97 uint8_t dlh; /* Baudrate divisor latch MSB */ global() member
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | 536 void *dlh; in load_library() local 570 dlh = dlopen(path, RTLD_NOW); in load_library() 571 if (dlh == NULL) in load_library() 573 lib_version = dlsym(dlh, "lib_version"); in load_library() 576 dlclose(dlh); in load_library() 580 dlclose(dlh); in load_library() 584 version = dlsym(dlh, "version"); in load_library() 587 dlclose(dlh); in load_library() 590 class_commands = dlsym(dlh, "class_commands"); in load_library() 594 dlclose(dlh); in load_library()
|
/freebsd/contrib/ntp/ |
H A D | check-libntpd.mf |
|
H A D | CommitLog | [all...] |
/freebsd/contrib/ntp/include/ |
H A D | ntp_assert.h | 36 #define ALWAYS_INSIST(x) calysto_assume(x) /* DLH calysto_assert()? */
|
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 303 void *dlh; member
|