Searched refs:os_handle (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/apr/dso/unix/
H A Ddso.c84 shl_t os_handle = shl_load(path, BIND_IMMEDIATE, 0L); local
88 NSModule os_handle = NULL;
95 os_handle = NSLinkModule(image, path,
99 if (!os_handle) {
106 os_handle = NSLinkModule(image, path, FALSE);
113 os_handle = (NSModule)DYLD_LIBRARY_HANDLE;
123 void *os_handle = dlopen((char *)path, RTLD_NOW | RTLD_GLOBAL);
127 void *os_handle;
139 os_handle = dlopen(path, flags);
145 if(os_handle
[all...]
/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscic_sds_request.c405 void *os_handle; local
411 os_handle = scic_sds_request_get_user_request(this_request);
412 scic_cb_io_request_get_next_sge(os_handle, NULL, &os_sge);
419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, os_sge);
421 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge);
425 SCU_SGL_COPY(os_handle, scu_sgl_list->B, os_sge);
427 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge);
571 void *os_handle; local
578 os_handle = scic_sds_request_get_user_request(this_request);
582 lun.lun_number = scic_cb_ssp_io_request_get_lun(os_handle)
629 void *os_handle; local
1187 void *os_handle; local
[all...]
H A Dscic_sds_request.h403 #define SCU_SGL_COPY(os_handle, scu_sge, os_sge) \
406 scic_cb_sge_get_length_field(os_handle, os_sge); \
408 sci_cb_physical_address_upper(scic_cb_sge_get_address_field(os_handle, os_sge)); \
410 sci_cb_physical_address_lower(scic_cb_sge_get_address_field(os_handle, os_sge)); \

Completed in 56 milliseconds