Lines Matching defs:handlep
440 hpc_slot_t *handlep, hpc_slot_ops_t *opsp,
455 if (handlep == NULL || infop == NULL || opsp == NULL || hpc_dip == NULL)
526 *handlep = (hpc_slot_t)slotp;
548 hpc_slot_unregister(hpc_slot_t *handlep)
561 ASSERT(handlep != NULL);
564 slotp = (hpc_slot_entry_t *)*handlep;
565 if ((slotp == NULL) || slotp->slot_handle != *handlep)
574 DEBUG2("hpc_slot_unregister: handlep=%x, slotp=%x", handlep, slotp);
663 *handlep = NULL;