Searched refs:cpr (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/man/man7/
H A DMakefile24 cpr.7 \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.h52 extern int cpr(FILE *, char *);
H A Dcexpand.c241 cpr(FILE *stream, char *string) function
/illumos-gate/usr/src/uts/intel/os/
H A Dcpr_intel.c29 * cpr functions for supported sparc platforms
33 #include <sys/cpr.h>
/illumos-gate/usr/src/psm/stand/
H A DMakefile31 SUBDIRS= lib bootblks boot cpr bootlst
/illumos-gate/usr/src/psm/stand/cpr/
H A DMakefile57 $(TOPDIR)/uts/*/cpr $(TOPDIR)/uts/*/sys/cpr_*
/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h35 #include <sys/cpr.h>
73 int perm; /* cpr or pm permission */
74 int update; /* flag updates from cpr/pm data */
75 char *set; /* "cpr" or "pm" */
H A Dsys-suspend.c64 #include <sys/cpr.h>
769 #include <sys/cpr.h>
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c220 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) argument
222 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
227 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) argument
233 CALLB_CPR_EXIT(cpr); /* drops &tx->tx_sync_lock */
238 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) argument
240 CALLB_CPR_SAFE_BEGIN(cpr);
248 CALLB_CPR_SAFE_END(cpr, &tx->tx_sync_lock);
451 callb_cpr_t cpr; local
454 txg_thread_enter(tx, &cpr);
475 txg_thread_wait(tx, &cpr,
530 callb_cpr_t cpr; local
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A DMakefile67 $(TOPDIR)/uts/common/sys/cpr.h \
H A Dcb_srt0.s40 #include <sys/cpr.h>
H A Dmachdep.c30 #include <sys/cpr.h>
189 * install locked tlb entries for the kernel and cpr module;
253 * to jump back into the cpr module and to restart slave cpus, cprboot
254 * needs to reinstall translations for the nucleus and some cpr pages.
262 * tlb entries to translate the nucleus and parts of the cpr module;
/illumos-gate/usr/src/uts/sun4u/cpr/
H A DMakefile22 # uts/sun4u/cpr/Makefile
27 # This makefile drives the production of the cpr misc kernel module.
40 MODULE = cpr
/illumos-gate/usr/src/uts/i86pc/cpr/
H A DMakefile22 # uts/i86pc/cpr/Makefile
28 # This makefile drives the production of the cpr misc kernel module.
41 MODULE = cpr
/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c38 #include <sys/cpr.h>
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c39 #include <sys/cpr.h>
73 kmutex_t cpr_slock; /* cpr serial lock */
77 int cpr_test_point = LOOP_BACK_NONE; /* cpr test point */
127 cpr(int fcn, void *mdep) function
386 * acquire cpr serial lock and init cpr state structure.
401 * Call the main cpr routine. If we are successful, we will be coming
407 PMD(PMD_SX, ("cpr: Suspend operation failed.\n"))
416 PMD(PMD_SX, ("cpr: cpr CPR_TORA
[all...]
H A Dcpr_driver.c39 #include <sys/cpr.h>
160 * cpr is the only one that uses this field and the device
178 * that were not originally suspended by cpr, so resume
179 * only devices that were suspended by cpr. Also, stop
193 * If a device suspended by cpr gets detached during
195 * before cpr gets around to issuing it a DDI_RESUME,
H A Dcpr_stat.c30 #include <sys/cpr.h>
H A Dcpr_uthread.c32 #include <sys/cpr.h>
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h124 * hubd cpr data structure used for callback before kernel threads are
128 callb_cpr_t cpr; /* for cpr related info */ member in struct:hubd_cpr
133 _NOTE(DATA_READABLE_WITHOUT_LOCK(hubd_cpr_t::cpr))
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c29 #include <sys/cpr.h>
156 * Read and verify cpr dump descriptor
167 prom_printf("%s Error reading cpr dump descriptor\n", str);
178 prom_printf("%s bad cpr version %d, expected %d\n",
206 * update cpr dump terminator
/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c45 #include <sys/cpr.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c346 extern int cpr(int, void *);
348 if (modload("misc", "cpr") == -1)
351 error = cpr(fcn, mdep);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c85 boolean_t cpr; /* currently in CPR */ member in struct:hpet_state
798 hpet_state.cpr = B_TRUE;
809 hpet_state.cpr = B_FALSE;
826 hpet_state.cpr = B_FALSE;
1294 if ((hpet_state.cpr == B_TRUE) ||
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h321 struct scsa2usb_cpr *scsa2usb_panic_info; /* for cpr info */
433 /* check if we're doing cpr */
437 /* check if we're either paniced or in cpr state */
508 * The scsa2usb_cpr_info data structure is used for cpr related
512 callb_cpr_t cpr; /* for cpr related info */ member in struct:scsa2usb_cpr
517 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_cpr_t::cpr))

Completed in 104 milliseconds

123