| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| dlopen.c | 25 void *dso; local 29 dso = dlopen (DSO_NAME, RTLD_NOW | RTLD_GLOBAL); 30 assert (dso != NULL); 32 fun = (int (*) (void)) dlsym (dso, "answer"); 37 dlclose (dso);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| dlopen.c | 25 void *dso; local 29 dso = dlopen (DSO_NAME, RTLD_NOW | RTLD_GLOBAL); 30 assert (dso != NULL); 32 fun = (int (*) (void)) dlsym (dso, "answer"); 37 dlclose (dso);
|
| /src/tests/libexec/ld.elf_so/ |
| h_thread_local_dtor.c | 59 void *dso; local 63 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY); 64 if (dso == NULL) 66 testfunc = dlsym(dso, "testfunc"); 79 dlclose(dso); 81 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY); 82 if (dso == NULL) 84 dlclose(dso);
|
| h_locking.c | 63 void *dso; local 66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) { 70 tls_callback_sym = dlsym(dso, "tls_callback"); 84 void *dso; local 85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) { 89 dlclose(dso);
|
| t_dlclose_thread.c | 101 const char *const dso = dsos[i % ndsos]; local 103 __UNCONST(dso)));
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/ |
| BASE.pm | 26 sub dsoname { return $_[1] } # Name of dynamic shared object (DSO) 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/ |
| BASE.pm | 26 sub dsoname { return $_[1] } # Name of dynamic shared object (DSO) 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } subroutine
|
| /src/external/gpl2/lvm2/dist/lib/snapshot/ |
| snapshot.c | 137 static int _get_snapshot_dso_path(struct cmd_context *cmd, char **dso) 153 *dso = path; 159 const char *dso, 168 if (dm_event_handler_set_dso(dmevh, dso)) 185 char *dso, *name; local 195 if (!_get_snapshot_dso_path(vg->cmd, &dso)) 201 if (!(dmevh = _create_dm_event_handler(name, dso, 0, DM_EVENT_ALL_ERRORS))) 224 char *dso, *name; local 229 if (!_get_snapshot_dso_path(vg->cmd, &dso)) 236 if (!(dmevh = _create_dm_event_handler(name, dso, 10 308 char *dso; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| init.c | 31 #include "internal/dso.h" 141 /* We don't use the DSO route for WIN32 because there is a better way */ 148 "obtained DSO reference? %s\n", 158 DSO *dso; local 164 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); 170 OSSL_TRACE1(INIT, "obtained DSO reference? %s\n", 171 (dso == NULL ? "No!" : "Yes.")); 172 DSO_free(dso); 675 * We don't use the DSO route for WIN32 because there is a bette [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_mod.c | 15 #include "internal/dso.h" 27 /* DSO of this module or NULL if static */ 28 DSO *dso; member in struct:conf_module_st 61 static CONF_MODULE *module_add(DSO *dso, const char *name, 159 /* Module not found: try to load DSO */ 187 /* Load a module from a DSO */ 191 DSO *dso = NULL local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| init.c | 28 #include "internal/dso.h" 171 /* We don't use the DSO route for WIN32 because there is a better way */ 177 fprintf(stderr, "OPENSSL_INIT: obtained DSO reference? %s\n", 188 DSO *dso; local 194 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); 196 fprintf(stderr, "OPENSSL_INIT: obtained DSO reference? %s\n", 197 (dso == NULL ? "No!" : "Yes.")); 204 DSO_free(dso); 772 * We don't use the DSO route for WIN32 because there is a bette 790 DSO *dso = NULL; local [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-relay.c | 53 #include "dso.h" 103 dso_send_formerr(dso_state_t *dso, const dns_wire_t *header) 105 comm_t *transport = dso->transport; 111 static void dso_message(comm_t *comm, const dns_wire_t *header, dso_state_t *dso) 113 switch(dso->primary.opcode) { 115 dns_push_subscription_change("DNS Push Subscribe", comm, header, dso); 118 dns_push_subscription_change("DNS Push Unsubscribe", comm, header, dso); 122 dns_push_reconfirm(comm, header, dso); 126 INFO("bogus push update message %d", dso->primary.opcode); 127 dso_drop(dso); 254 dso_state_t *dso = comm->dso; local [all...] |
| ioloop.h | 212 dso_state_t *NULLABLE dso; member in struct:dso_transport
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| init.c | 31 #include "internal/dso.h" 143 /* We don't use the DSO route for WIN32 because there is a better way */ 150 "obtained DSO reference? %s\n", 160 DSO *dso; local 166 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); 172 OSSL_TRACE1(INIT, "obtained DSO reference? %s\n", 173 (dso == NULL ? "No!" : "Yes.")); 174 DSO_free(dso); 714 * We don't use the DSO route for WIN32 because there is a bette [all...] |
| /src/sys/dev/ic/ |
| lan9118.c | 362 unsigned tdfree, totlen, dso; local 425 dso = (unsigned)p & 0x3; 428 LAN9118_TXC_A_DSO(dso) | 438 LAN9118_TXDFIFOP, (uint32_t *)(p - dso), 439 (m->m_len + dso + 3) >> 2); 443 dso = (unsigned)p & 0x3; 446 LAN9118_TXC_A_DSO(dso) | 454 LAN9118_TXDFIFOP, (uint32_t *)(p - dso), 455 (m->m_len + dso + 3) >> 2);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| plugin.c | 49 enum { DSO, SYMBOL } type; 54 } dso; member in union:plugin::__anon907 154 case DSO: { 156 if (e->u.dso.dsohandle == NULL) 158 sym = dlsym(e->u.dso.dsohandle, name);
|
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_mod.c | 19 #include "internal/dso.h" 38 /* DSO of this module or NULL if static */ 39 DSO *dso; local 76 static CONF_MODULE *module_add(DSO *dso, const char *name, 260 /* Module not found: try to load DSO */ 284 /* Load a module from a DSO */ 288 DSO *dso = NULL local [all...] |
| /src/external/apache2/mDNSResponder/dist/DSO/ |
| dso-transport.h | 0 /* dso-transport.h 32 // Threshold above which we indicate that a DSO connection isn't writable. This is advisory, 44 dso_state_t *dso; // DSO state for which this is the transport member in struct:dso_transport 68 #define MAX_WRITE_HUNKS 4 // When writing a DSO message, we need this many separate hunks. 74 uint8_t *outbuf; // Output buffer for building and sending DSO messages 111 dso_state_t *dso; member in struct:dso_connect_state 135 // A boolean value to indicate whether the dso session should use the preconfigured TLS server certificates to 152 mDNSu32 if_idx; // The index of the interface where the DSO session is established through. 167 mStatus dso_set_connection(dso_state_t *dso, TCPSocket *socket) [all...] |
| dso.c | 0 /* dso.c 44 #include "dso.h" 74 // as "DSO not supported." 82 // List of dso connection states that are active. Added when dso_connect_state_create() is called, removed 88 static dso_state_t *dso_connections_needing_cleanup; // DSO connections that have been shut down but aren't yet freed. 102 // This function is called either when an error has occurred requiring the a DSO connection be 103 // canceled, or else when a connection to a DSO endpoint has been cleanly closed and is ready to be 106 void dso_state_cancel(dso_state_t *dso) 111 // Find dso on the list of connections. 112 while (*dsop != NULL && *dsop != dso) { 141 dso_state_t *dso, *dnext; local 179 dso_state_t *dso, *dnext; local 242 dso_state_t *dso; local [all...] |
| dso-transport.c | 0 /* dso-transport.c 42 #include "dso.h" 43 #include "dso-transport.h" 63 static dso_connect_state_t *dso_connect_states; // DSO connect states that exist. 64 static dso_transport_t *dso_transport_states; // DSO transport states that exist. 106 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "[DSO%u->DSOT%u] dso_transport_t finalizing for " PUB_S " - " 107 "transport: %p.", transport->dso != NULL ? transport->dso->serial : DSO_STATE_INVALID_SERIAL, 138 // We do all of the finalization for the dso state object and any objects it depends on here in the 140 // _after_ the DSO connection has been dropped might still write to the DSO structure or one of th 703 dso_state_t *dso; local [all...] |
| /src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
| libdevmapper-event.c | 38 char *dso; member in struct:dm_event_handler 67 dmevh->dso = dmevh->dev_name = dmevh->uuid = NULL; 78 if (dmevh->dso) 79 dm_free(dmevh->dso); 87 if (dmevh->dso) 88 dm_free(dmevh->dso); 90 dmevh->dso = dm_strdup(path); 91 if (!dmevh->dso) 156 return dmevh->dso; 338 const char *dso = dso_name ? dso_name : "" local [all...] |
| dmeventd.c | 63 #define LINK_DSO(dso) LINK(dso, &_dso_registry) 103 /* Data kept about a DSO. */ 107 char *dso_name; /* DSO name (eg, "evms", "dmraid", "lvm2"). */ 115 * The DSO can do whatever appropriate steps if an event 129 * When an application registers a device for an event, the DSO 141 * for events, the DSO can recognize this and carry out appropriate 152 char *dso_name; /* Name of DSO. */ 169 * occurs and the event processing function of the DSO gets called. 176 struct dso_data *dso_data; /* DSO this thread accesses. * 1066 const char *dso = thread->dso_data->dso_name; local [all...] |
| /src/external/gpl2/lvm2/dist/lib/mirror/ |
| mirrored.c | 407 static int _get_mirror_dso_path(struct cmd_context *cmd, char **dso) 422 *dso = path; 428 const char *dso, 436 if (dm_event_handler_set_dso(dmevh, dso)) 452 char *dso, *name; local 462 if (!_get_mirror_dso_path(vg->cmd, &dso)) 468 if (!(dmevh = _create_dm_event_handler(name, dso, DM_EVENT_ALL_ERRORS))) 491 char *dso, *name; local 500 if (!_get_mirror_dso_path(vg->cmd, &dso)) 506 if (!(dmevh = _create_dm_event_handler(name, dso, DM_EVENT_ALL_ERRORS)) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_mod.c | 20 #include "internal/dso.h" 39 /* DSO of this module or NULL if static */ 40 DSO *dso; local 77 static CONF_MODULE *module_add(DSO *dso, const char *name, 270 /* Module not found: try to load DSO */ 294 /* Load a module from a DSO */ 298 DSO *dso = NULL local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| modules.cc | 62 /* The DSO slot for use by the druntime implementation. */ 67 respective DSO record. To ensure that this is only done once, a 128 by both module initialization and dso handlers. */ 341 CompilerDSOData dso = {1, &dsoSlot, &__start_minfo, &__stop_minfo}; 342 _d_dso_registry (&dso); 366 /* CompilerDSOData dso = {1, &dsoSlot, &__start_minfo, &__stop_minfo}; */ 368 tree dso = build_local_temp (dso_type); local 376 tree assign_expr = modify_expr (dso, build_struct_literal (dso_type, ve)); 379 /* _d_dso_registry (&dso); */ 381 build_address (dso)); [all...] |