Searched refs:entry_point (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | dlopen.c | 178 void **entry_point) in _sasl_locate_entry() argument 205 if(!entry_point) { in _sasl_locate_entry() 217 *entry_point = NULL; in _sasl_locate_entry() 218 *entry_point = dlsym(library, adj_entryname); in _sasl_locate_entry() 219 if (*entry_point == NULL) { in _sasl_locate_entry() 248 void *entry_point; in _sasl_plugin_load() local 251 result = _sasl_locate_entry(library, entryname, &entry_point); in _sasl_plugin_load() 254 result = add_plugin(gctx, plugin, entry_point); in _sasl_plugin_load() 256 result = add_plugin(plugin, entry_point); in _sasl_plugin_load()
|
H A D | client.c | 187 sasl_client_plug_init_t *entry_point) argument 190 return (_sasl_client_add_plugin(_sasl_gbl_ctx(), plugname, entry_point)); 195 sasl_client_plug_init_t *entry_point) argument 212 if(!plugname || !entry_point) return SASL_BADPARAM; 234 result = entry_point(cmechlist->utils, SASL_CLIENT_PLUG_VERSION, &version,
|
H A D | saslint.h | 515 void **entry_point); 525 void **entry_point);
|
H A D | server.c | 397 sasl_server_plug_init_t *entry_point; local 420 entry_point = (sasl_server_plug_init_t *)p; 424 result = entry_point(mechlist->utils, SASL_SERVER_PLUG_VERSION, &version, 1754 sasl_server_plug_init_t *entry_point; local 1767 (void **)&entry_point); 1771 result = entry_point(mechlist->utils, SASL_SERVER_PLUG_VERSION,
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_thread.h | 62 iscsi_thread_ep_t entry_point; member 79 iscsi_thread_ep_t entry_point,
|
H A D | iscsi_thread.c | 35 iscsi_thread_ep_t entry_point, void *arg) in iscsi_thread_create() argument 49 thread->entry_point = entry_point; in iscsi_thread_create() 369 (thread->entry_point)(thread, thread->arg); in iscsi_threads_entry()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hw.h | 2327 uint32_t entry_point; member 2411 uint32_t entry_point; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 1008 flash_dir->entry[i].entry_point = in emlxs_be2_validate_image() 1009 SWAP32(flash_dir->entry[i].entry_point); in emlxs_be2_validate_image() 1107 file->load_address = entry->entry_point; in emlxs_be2_validate_image() 1381 flash_dir->entry[i].entry_point = in emlxs_be3_validate_image() 1382 SWAP32(flash_dir->entry[i].entry_point); in emlxs_be3_validate_image() 1495 file->load_address = entry->entry_point; in emlxs_be3_validate_image()
|