Home
last modified time | relevance | path

Searched refs:mir (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c988 #define MIR_SVC_QUIESCED(mir) \ argument
989 (mir->mir_ref_cnt == 0 && mir->mir_inrservice == 0)
1043 mir_timer_stop(mir_t *mir) in mir_timer_stop() argument
1047 ASSERT(MUTEX_HELD(&mir->mir_mutex)); in mir_timer_stop()
1058 while (mir->mir_timer_call) in mir_timer_stop()
1059 cv_wait(&mir->mir_timer_cv, &mir->mir_mutex); in mir_timer_stop()
1060 mir->mir_timer_call = B_TRUE; in mir_timer_stop()
1062 if ((tid = mir->mir_timer_id) != 0) { in mir_timer_stop()
1063 mir->mir_timer_id = 0; in mir_timer_stop()
1064 mutex_exit(&mir->mir_mutex); in mir_timer_stop()
[all …]
/titanic_44/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c475 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()
/titanic_44/usr/src/uts/common/io/aac/
H A Daac.c137 #define AAC_MIR_SIZE(softs, acc, mir) \ argument
139 (uint64_t)ddi_get32((acc), &(mir)->MntObj.Capacity) + \
140 ((uint64_t)ddi_get32((acc), &(mir)->MntObj.CapacityHigh) << 32) : \
141 (uint64_t)ddi_get32((acc), &(mir)->MntObj.Capacity))
3347 struct aac_mntinforesp *mir; in aac_get_mntinfo() local
3361 mir = (struct aac_mntinforesp *)&fibp->data[0]; in aac_get_mntinfo()
3362 if (ddi_get32(acc, &mir->Status) == ST_OK) in aac_get_mntinfo()
3363 return (mir); in aac_get_mntinfo()
3371 struct aac_mntinforesp *mir; in aac_get_container_count() local
3377 if ((mir = aac_get_mntinfo(softs, 0)) == NULL) { in aac_get_container_count()
[all …]
/titanic_44/usr/src/cmd/terminfo/
H A Dterminfo.src521 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 Dtermcap.src5005 # mir [move in insert mode] fails in tack?
5015 # Add 'mir' and 'in' flags based on tack
/titanic_44/usr/src/lib/libcurses/screen/
H A Dcaps56 move_insert_mode, "mir" "mi" Safe to move while in insert mode
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps80 move_insert_mode mir mi bool Safe to move while in insert mode
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps80 move_insert_mode mir mi bool Safe to move while in insert mode