/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | cexpand.c | 241 cpr(FILE *stream, char *string) function
|
/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...] |
/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...] |
H A D | dbuf.c | 500 callb_cpr_t cpr; local 502 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); 507 CALLB_CPR_SAFE_BEGIN(&cpr); 510 CALLB_CPR_SAFE_END(&cpr, &dbuf_evict_lock); 528 CALLB_CPR_EXIT(&cpr); /* drops dbuf_evict_lock */
|
H A D | arc.c | 4064 callb_cpr_t cpr; local 4066 CALLB_CPR_INIT(&cpr, &arc_reclaim_lock, callb_generic_cpr, FTAG); 4153 CALLB_CPR_SAFE_BEGIN(&cpr); 4156 CALLB_CPR_SAFE_END(&cpr, &arc_reclaim_lock); 4162 CALLB_CPR_EXIT(&cpr); /* drops arc_reclaim_lock */ 6907 callb_cpr_t cpr; local 6913 CALLB_CPR_INIT(&cpr, &l2arc_feed_thr_lock, callb_generic_cpr, FTAG); 6918 CALLB_CPR_SAFE_BEGIN(&cpr); 6921 CALLB_CPR_SAFE_END(&cpr, &l2arc_feed_thr_lock); 6993 CALLB_CPR_EXIT(&cpr); /* drop [all...] |
/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/cmd/captoinfo/ |
H A D | captoinfo.c | 285 (void) cpr(trace, bp); 1580 cpr(FILE *stream, char *string) function
|
/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/uts/common/sys/ |
H A D | cpr.h | 48 * magic numbers for cpr files 94 * is used by both the cpr kernel module and cpr booter program 242 * the size of these structures written to a cpr statefile 468 ctd_t ce_sec; /* cpr time in sec on this event */ 469 ctd_t ce_msec; /* cpr time in 100*millisec */ 474 int cs_ntests; /* num of cpr's since loaded */ 504 typedef struct cpr { struct 560 * default/historic size for cpr write buffer 565 * cpr statefil [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 864 parse_cky_pr(int argc, char **argv, ike_cky_pr_t *cpr) argument 868 if ((rtn = parse_cky(argc, argv, &cpr->cky_i)) < 0) { 875 if ((rtn = parse_cky(argc, argv, &cpr->cky_r)) < 0) { 2827 ike_cky_pr_t cpr; local 2847 if (parse_cky_pr(argc, argv, &cpr) >= 0) { 2850 idp = (char *)&cpr;
|
/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))
|