/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 992 #define MIR_SVC_QUIESCED(mir) \ argument 993 (mir->mir_ref_cnt == 0 && mir->mir_inrservice == 0) 1045 mir_timer_stop(mir_t *mir) in mir_timer_stop() argument 1049 ASSERT(MUTEX_HELD(&mir->mir_mutex)); in mir_timer_stop() 1060 while (mir->mir_timer_call) in mir_timer_stop() 1061 cv_wait(&mir->mir_timer_cv, &mir->mir_mutex); in mir_timer_stop() 1062 mir->mir_timer_call = B_TRUE; in mir_timer_stop() 1064 if ((tid = mir->mir_timer_id) != 0) { in mir_timer_stop() 1065 mir->mir_timer_id = 0; in mir_timer_stop() 1066 mutex_exit(&mir->mir_mutex); in mir_timer_stop() [all …]
|
/illumos-gate/usr/src/cmd/scsi/smp/common/ |
H A D | smp.c | 775 smp_report_manufacturer_info_resp_t *mir = in main() local 778 smp_print_ascii("Vendor", mir->srmir_vendor_identification, in main() 779 sizeof (mir->srmir_vendor_identification)); in main() 780 smp_print_ascii("Product", mir->srmir_product_identification, in main() 781 sizeof (mir->srmir_product_identification)); in main() 782 smp_print_ascii("Revision", mir->srmir_product_revision_level, in main() 783 sizeof (mir->srmir_product_revision_level)); in main() 789 if (mir->srmir_sas_1_1_format == 0) { in main() 793 mir->srmir_component_vendor_identification, in main() 794 sizeof (mir->srmir_component_vendor_identification)); in main() [all …]
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | nb5000_init.c | 475 uint16_t mir; in nb_mc_init() local 489 mir = MIR_RD(i); in nb_mc_init() 490 limit = (uint64_t)(mir >> 4) << 28; in nb_mc_init() 491 way0 = mir & 1; in nb_mc_init() 492 way1 = (mir >> 1) & 1; in nb_mc_init()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 139 #define AAC_MIR_SIZE(softs, acc, mir) \ argument 141 (uint64_t)ddi_get32((acc), &(mir)->MntObj.Capacity) + \ 142 ((uint64_t)ddi_get32((acc), &(mir)->MntObj.CapacityHigh) << 32) : \ 143 (uint64_t)ddi_get32((acc), &(mir)->MntObj.Capacity)) 3353 struct aac_mntinforesp *mir; in aac_get_mntinfo() local 3367 mir = (struct aac_mntinforesp *)&fibp->data[0]; in aac_get_mntinfo() 3368 if (ddi_get32(acc, &mir->Status) == ST_OK) in aac_get_mntinfo() 3369 return (mir); in aac_get_mntinfo() 3377 struct aac_mntinforesp *mir; in aac_get_container_count() local 3383 if ((mir = aac_get_mntinfo(softs, 0)) == NULL) { in aac_get_container_count() [all …]
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.terminfo | 150 mir,
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | terminfo.src | 521 OTbs, am, mir, 543 OTbs, am, mir, msgr, 616 OTbs, am, mir, msgr, xon, 726 am, eo, mir, npc, 740 eo, mir, msgr, xon, 840 am, eo, mir, msgr, xenl, xon, 890 am, bce, eo, mir, msgr, xenl, xon, 1098 am, bce, bw, eo, km, mir, msgr, xon, 1515 daisy, km, mir, msgr, xhpa, xt, 1680 am, km, mir, msgr, xenl, [all …]
|
H A D | termcap.src | 5005 # mir [move in insert mode] fails in tack? 5015 # Add 'mir' and 'in' flags based on tack
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 54 move_insert_mode, "mir" "mi" Safe to move while in insert mode
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 78 move_insert_mode mir mi bool Safe to move while in insert mode
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 80 move_insert_mode mir mi bool Safe to move while in insert mode
|