Searched refs:os_handle (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/apr/dso/unix/ |
| HD | dso.c | 84 shl_t os_handle = shl_load(path, BIND_IMMEDIATE, 0L); in apr_dso_load() local 88 NSModule os_handle = NULL; in apr_dso_load() 95 os_handle = NSLinkModule(image, path, in apr_dso_load() 99 if (!os_handle) { in apr_dso_load() 106 os_handle = NSLinkModule(image, path, FALSE); in apr_dso_load() 113 os_handle = (NSModule)DYLD_LIBRARY_HANDLE; in apr_dso_load() 123 void *os_handle = dlopen((char *)path, RTLD_NOW | RTLD_GLOBAL); in apr_dso_load() 127 void *os_handle; in apr_dso_load() 139 os_handle = dlopen(path, flags); in apr_dso_load() 145 if(os_handle == NULL) { in apr_dso_load() [all …]
|
| /trueos/sys/dev/isci/scil/ |
| HD | scic_sds_request.c | 405 void *os_handle; in scic_sds_request_build_sgl() local 411 os_handle = scic_sds_request_get_user_request(this_request); in scic_sds_request_build_sgl() 412 scic_cb_io_request_get_next_sge(os_handle, NULL, &os_sge); in scic_sds_request_build_sgl() 419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, os_sge); in scic_sds_request_build_sgl() 421 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge); in scic_sds_request_build_sgl() 425 SCU_SGL_COPY(os_handle, scu_sgl_list->B, os_sge); in scic_sds_request_build_sgl() 427 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge); in scic_sds_request_build_sgl() 571 void *os_handle; in scic_sds_io_request_build_ssp_command_iu() local 578 os_handle = scic_sds_request_get_user_request(this_request); in scic_sds_io_request_build_ssp_command_iu() 582 lun.lun_number = scic_cb_ssp_io_request_get_lun(os_handle) &0xff; in scic_sds_io_request_build_ssp_command_iu() [all …]
|
| HD | scic_sds_request.h | 403 #define SCU_SGL_COPY(os_handle, scu_sge, os_sge) \ argument 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)); \
|