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

/solaris-userland/components/krb5/Solaris/
H A Dgetuid.c21 void *handle; local
30 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) ||
31 ((gptr = (uid_t (*)())dlsym(handle, KRB5_UID)) == NULL)) {
/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py77 exceptions.handle(request, _('Unable to retrieve extensions '
126 def handle(self, request, data): member in class:UpdateInstanceBootargAction
139 exceptions.handle(request, ignore=True)
229 def handle(self, request, data): member in class:SolarisCreateFlavor
253 exceptions.handle(request, _('Unable to create flavor.'))
263 exceptions.handle(
272 def handle(self, request, data): member in class:SolarisUpdateFlavor
303 exceptions.handle(request, ignore=True)
311 exceptions.handle(request, _('Modified flavor information, '
328 exceptions.handle(sel
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Dwebsupport.js596 function handle(ph, escape) {
605 return handle(arguments[2], arguments[1] == '%' ? true : false);
/solaris-userland/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/components/openvswitch/files/lib/
H A Dutil-solaris.c2599 * we can determine how to handle the RAD caching
3437 * we can determine how to handle the RAD caching
3732 * debug until we can determine how to handle
3910 kstat2_handle_t handle; local
3921 stat = kstat2_open(&handle, NULL);
3932 stat = kstat2_lookup_map(handle, kuri, &map);
3969 kstat2_close(&handle);

Completed in 1786 milliseconds