Searched defs:dlh (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_dynamic.c | 71 void *dlh; in try_dlopen() local 99 void *dlh; in try_dlopen() local
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt_impl.h | 142 #define DLH_GET_VERSION(dlh) BF64_GET((dlh)->dlh_info, 0, 8) argument 143 #define DLH_SET_VERSION(dlh, v) BF64_SET((dlh)->dlh_info, 0, 8, v) argument 144 #define DLH_GET_FLAGS(dlh) BF64_GET((dlh)->dlh_info, 8, 8) argument 145 #define DLH_SET_FLAGS(dlh, v) BF64_SET((dlh)->dlh_info, 8, 8, v) argument
|
/freebsd/lib/libc/tests/gen/ |
H A D | dlopen_empty_test.c | 60 void *dlh; in ATF_TC_BODY() local
|
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 303 void *dlh; member
|
/freebsd/usr.sbin/bhyve/ |
H A D | uart_emul.c | 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
|