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

123

/opensolaris-onvv-gate/usr/src/cmd/captoinfo/
H A Dmapfile-intf42 # captoinfo interposes on cpr() and progname[].
45 cpr { FLAGS = INTERPOSE };
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/intel/os/
H A Dcpr_intel.c29 * cpr functions for supported sparc platforms
33 #include <sys/cpr.h>
/opensolaris-onvv-gate/usr/src/psm/stand/
H A DMakefile31 SUBDIRS= lib bootblks boot cpr bootlst
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/
H A DMakefile57 $(TOPDIR)/uts/*/cpr $(TOPDIR)/uts/*/sys/cpr_*
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c146 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) argument
148 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG);
153 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) argument
159 CALLB_CPR_EXIT(cpr); /* drops &tx->tx_sync_lock */
164 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, uint64_t time) argument
166 CALLB_CPR_SAFE_BEGIN(cpr);
174 CALLB_CPR_SAFE_END(cpr, &tx->tx_sync_lock);
358 callb_cpr_t cpr; local
361 txg_thread_enter(tx, &cpr);
380 txg_thread_wait(tx, &cpr,
433 callb_cpr_t cpr; local
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-suspend-resume.mf56 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/cpr group=sys \
58 $(i386_ONLY)file path=platform/i86pc/kernel/misc/cpr group=sys mode=0755
62 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/cpr group=sys \
/opensolaris-onvv-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.c63 #include <sys/cpr.h>
769 #include <sys/cpr.h>
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A DMakefile68 $(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;
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpr/
H A DMakefile22 # uts/sun4u/cpr/Makefile
28 # This makefile drives the production of the cpr misc kernel module.
41 MODULE = cpr
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c37 #include <sys/cpr.h>
/opensolaris-onvv-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c39 #include <sys/cpr.h>
75 kmutex_t cpr_slock; /* cpr serial lock */
79 int cpr_test_point = LOOP_BACK_NONE; /* cpr test point */
129 cpr(int fcn, void *mdep) function
384 * acquire cpr serial lock and init cpr state structure.
399 * Call the main cpr routine. If we are successful, we will be coming
405 PMD(PMD_SX, ("cpr: Suspend operation failed.\n"))
414 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,
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h121 * hubd cpr data structure used for callback before kernel threads are
125 callb_cpr_t cpr; /* for cpr related info */ member in struct:hubd_cpr
130 _NOTE(DATA_READABLE_WITHOUT_LOCK(hubd_cpr_t::cpr))
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c45 #include <sys/cpr.h>
/opensolaris-onvv-gate/usr/src/uts/i86xpv/
H A DMakefile.rules123 $(OBJS_DIR)/%.o: $(UTSBASE)/common/cpr/%.c
229 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Duadmin.c338 extern int cpr(int, void *);
340 if (modload("misc", "cpr") == -1)
343 error = cpr(fcn, mdep);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c91 boolean_t cpr; /* currently in CPR */ member in struct:hpet_state
843 hpet_state.cpr = B_TRUE;
854 hpet_state.cpr = B_FALSE;
871 hpet_state.cpr = B_FALSE;
1339 if ((hpet_state.cpr == B_TRUE) ||
/opensolaris-onvv-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 242 milliseconds

123