/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 24 cpr.7 \
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | print.h | 52 extern int cpr(FILE *, char *);
|
H A D | cexpand.c | 241 cpr(FILE *stream, char *string) function
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpr_intel.c | 29 * cpr functions for supported sparc platforms 33 #include <sys/cpr.h>
|
/illumos-gate/usr/src/psm/stand/ |
H A D | Makefile | 31 SUBDIRS= lib bootblks boot cpr bootlst
|
/illumos-gate/usr/src/psm/stand/cpr/ |
H A D | Makefile | 57 $(TOPDIR)/uts/*/cpr $(TOPDIR)/uts/*/sys/cpr_*
|
/illumos-gate/usr/src/cmd/power/ |
H A D | pmconfig.h | 35 #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 D | sys-suspend.c | 64 #include <sys/cpr.h> 769 #include <sys/cpr.h>
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 220 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 D | Makefile | 67 $(TOPDIR)/uts/common/sys/cpr.h \
|
H A D | cb_srt0.s | 40 #include <sys/cpr.h>
|
H A D | machdep.c | 30 #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 D | Makefile | 22 # 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 D | Makefile | 22 # 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 D | acpisleep.c | 38 #include <sys/cpr.h>
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_mod.c | 39 #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 D | cpr_driver.c | 39 #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 D | cpr_stat.c | 30 #include <sys/cpr.h>
|
H A D | cpr_uthread.c | 32 #include <sys/cpr.h>
|
/illumos-gate/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 124 * 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 D | support.c | 29 #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 D | xpv_platform.c | 45 #include <sys/cpr.h>
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 346 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 D | hpet_acpi.c | 85 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 D | scsa2usb.h | 321 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))
|