Searched refs:circp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | epm.h | 385 int *circp; member in struct:power_req::req::ppm_lock_power_req 866 #define PM_LOCK_POWER(dip, circp) pm_lock_power(dip, circp) 868 #define PM_TRY_LOCK_POWER(dip, circp) pm_try_locking_power(dip, circp)
|
/illumos-gate/usr/src/uts/common/io/ppm/ |
H A D | ppm_subr.c | 867 reqp->req.ppm_lock_power_req.circp); 877 reqp->req.ppm_lock_power_req.circp); 902 reqp->req.ppm_lock_power_req.circp); 922 reqp->req.ppm_lock_power_req.circp);
|
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 1349 reqp->req.ppm_lock_power_req.circp); 1359 reqp->req.ppm_lock_power_req.circp); 1384 reqp->req.ppm_lock_power_req.circp); 1404 reqp->req.ppm_lock_power_req.circp);
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 646 scsi_hba_devi_enter(dev_info_t *self, int *circp) argument 649 mdi_devi_enter(self, circp); 651 ndi_devi_enter(self, circp); 655 scsi_hba_devi_tryenter(dev_info_t *self, int *circp) argument 658 return (mdi_devi_tryenter(self, circp)); 660 return (ndi_devi_tryenter(self, circp)); 673 scsi_hba_devi_enter_phci(dev_info_t *self, int *circp) argument 676 mdi_devi_enter_phci(self, circp); 5424 struct scsi_device *sdprobe, int *circp, int *ppi) 5461 scsi_hba_devi_exit_phci(self, *circp); 5423 scsi_device_configchild(dev_info_t *self, char *addr, scsi_enum_t se, struct scsi_device *sdprobe, int *circp, int *ppi) argument 6050 scsi_device_config(dev_info_t *self, char *name, char *addr, scsi_enum_t se, int *circp, int *ppi) argument 6709 scsi_device_unconfig(dev_info_t *self, char *name, char *addr, int *circp) argument [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpm.c | 2816 dev_info_t *dip, int *pcircp, int *circp) 2819 if (PM_TRY_LOCK_POWER(dip, circp)) { 4950 reqp->req.ppm_lock_power_req.circp); 4962 reqp->req.ppm_lock_power_req.circp); 5884 pm_lock_power(dev_info_t *dip, int *circp) argument 5891 power_req.req.ppm_lock_power_req.circp = circp; 5919 pm_try_locking_power(dev_info_t *dip, int *circp) argument 5926 power_req.req.ppm_lock_power_req.circp = circp; 2815 pm_try_parent_child_locks(dev_info_t *pdip, dev_info_t *dip, int *pcircp, int *circp) argument 5955 pm_lock_power_single(dev_info_t *dip, int *circp) argument 6019 pm_try_locking_power_single(dev_info_t *dip, int *circp) argument [all...] |
Completed in 104 milliseconds