Home
last modified time | relevance | path

Searched refs:entry_point (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c178 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 Dclient.c187 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 Dsaslint.h515 void **entry_point);
525 void **entry_point);
H A Dserver.c397 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 Discsi_thread.h62 iscsi_thread_ep_t entry_point; member
79 iscsi_thread_ep_t entry_point,
H A Discsi_thread.c35 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 Demlxs_hw.h2327 uint32_t entry_point; member
2411 uint32_t entry_point; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1008 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()