Searched defs:handle (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DDebugUtil.java41 void handle(Component comp); method in interface:DebugUtil.ComponentHandler
194 handler.handle((Component)e.getSource());
270 public void handle(Component comp) {
/solaris-userland-s11u3/components/openstack/horizon/files/
H A Doverrides.py89 exceptions.handle(request, _('Unable to retrieve extensions '
143 def handle(self, request, data): member in class:UpdateInstanceBootargAction
156 exceptions.handle(request, ignore=True)
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Dwebsupport.js596 function handle(ph, escape) {
605 return handle(arguments[2], arguments[1] == '%' ? true : false);
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c73 * The wrapper library maintains the open device handle states to be
74 * able to map the device handle to the correct plugin. As such each
75 * open and close results in updates to the dev handle list.
297 void *handle; local
317 handle = dlopen(p_info[pindex].p_path, RTLD_NOW);
318 if (handle == NULL) {
320 "handle for %s is null\n", p_info[pindex].p_name);
329 p_info[pindex].p_handle = handle;
331 if (load_plugin_syms(p_info, handle, pindex) != SUCCESS) {
401 * In trying to map the device handle t
612 load_plugin_syms(plugin_info_t *p_info, void *handle, int pindex) argument
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c166 * ensured by the property of unique PKCS#11 session handle used for each
173 * invalid handle returned from the search operation.
285 static int pk11_destroy_object(CK_SESSION_HANDLE handle, CK_OBJECT_HANDLE oh,
1503 * its own freelist of PK11_SESSION structures so handle fork() here
3473 void *handle; local
3490 if ((handle = dlopen(pkcs11_kernel, RTLD_LAZY | RTLD_GROUP)) == NULL)
3496 if ((p = (CK_C_GetFunctionList)dlsym(handle,
3612 (void) dlclose(handle);

Completed in 25 milliseconds