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

/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.h62 iscsi_thread_ep_t entry_point; member in struct:_iscsi_thread
79 iscsi_thread_ep_t entry_point,
H A Discsi_thread.c35 iscsi_thread_ep_t entry_point, void *arg)
49 thread->entry_point = entry_point;
369 (thread->entry_point)(thread, thread->arg);
34 iscsi_thread_create(dev_info_t *dip, char *name, iscsi_thread_ep_t entry_point, void *arg) argument
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c179 void **entry_point)
206 if(!entry_point) {
218 *entry_point = NULL;
219 *entry_point = dlsym(library, adj_entryname);
220 if (*entry_point == NULL) {
249 void *entry_point; local
252 result = _sasl_locate_entry(library, entryname, &entry_point);
255 result = add_plugin(gctx, plugin, entry_point);
257 result = add_plugin(plugin, entry_point);
178 _sasl_locate_entry(void *library, const char *entryname, void **entry_point) argument
H A Dclient.c188 sasl_client_plug_init_t *entry_point)
191 return (_sasl_client_add_plugin(_sasl_gbl_ctx(), plugname, entry_point));
196 sasl_client_plug_init_t *entry_point)
217 if(!plugname || !entry_point) return SASL_BADPARAM;
239 result = entry_point(cmechlist->utils, SASL_CLIENT_PLUG_VERSION, &version,
254 "entry_point failed in sasl_client_add_plugin for %s",
258 "entry_point failed in sasl_client_add_plugin for %s",
187 sasl_client_add_plugin(const char *plugname, sasl_client_plug_init_t *entry_point) argument
194 _sasl_client_add_plugin(void *ctx, const char *plugname, sasl_client_plug_init_t *entry_point) argument
H A Dserver.c402 sasl_server_plug_init_t *entry_point; local
425 entry_point = (sasl_server_plug_init_t *)p;
429 result = entry_point(mechlist->utils, SASL_SERVER_PLUG_VERSION, &version,
445 "server add_plugin entry_point error %z", result);
449 "server add_plugin entry_point error %z\n", result);
1787 sasl_server_plug_init_t *entry_point;
1800 (void **)&entry_point);
1804 result = entry_point(mechlist->utils, SASL_SERVER_PLUG_VERSION,
H A Dsaslint.h528 void **entry_point);
538 void **entry_point);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c988 flash_dir->entry[i].entry_point =
989 SWAP32(flash_dir->entry[i].entry_point);
1058 file->load_address = entry->entry_point;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2215 uint32_t entry_point; member in struct:emlxs_sli4_flash_entry

Completed in 209 milliseconds