Searched refs:probe_handle (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c412 assert((p != NULL) && (p->probe_id == i) && (p->probe_handle));
421 p->probe_handle->valid = B_FALSE;
426 if (p->probe_handle->valid == B_FALSE) {
437 p->probe_handle->valid = B_TRUE;
453 p->probe_handle->client_registered_data =
455 p->probe_handle);
518 probe_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t));
519 if (probe_p->probe_handle == NULL) {
525 probe_p->probe_handle->valid = B_FALSE;
526 probe_p->probe_handle
[all...]
H A Dprobes.c250 tnfctl_probe_t *probe_handle; local
256 probe_handle = cur_obj->probes[j].probe_handle;
257 probe_handle->client_registered_data =
258 hndl->create_func(hndl, probe_handle);
299 if (probe_p->probe_handle)
300 probe_p->probe_handle->valid = B_FALSE;
560 prbctl_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t));
561 if (prbctl_p->probe_handle == NULL)
563 prbctl_p->probe_handle
[all...]
H A Dprobes_ext.c97 hndl->destroy_func(probe->probe_handle->client_registered_data);
108 p_handle = probe->probe_handle;
160 prexstat = func_p(hndl, probe->probe_handle, calldata);
455 prexstat = (*(args->func_p))(hndl, probe->probe_handle, args->calldata);
H A Dtnfctl_int.h93 tnfctl_probe_t *probe_handle; /* handle visible to client */ member in struct:prbctlref
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c463 * probe_handle determines if the passed handle represents a logical partition
468 probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath, BOOLEAN *preferred) function
533 * probe_handle_status calls probe_handle and outputs the returned status
542 status = probe_handle(h, imgpath, &preferred);

Completed in 51 milliseconds