Home
last modified time | relevance | path

Searched refs:toi (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/zic/
H A Dzic.c1487 int toi; local
1489 toi = 0;
1497 if (toi != 0 && ((attypes[fromi].at +
1498 gmtoffs[attypes[toi - 1].type]) <=
1499 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1500 : attypes[toi - 2].type]))) {
1501 attypes[toi - 1].type =
1505 if (toi == 0 ||
1506 attypes[toi - 1].type != attypes[fromi].type)
1507 attypes[toi++] = attypes[fromi];
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dtl.c5742 struct T_ordrel_ind *toi; in tl_ordrel_ind_alloc() local
5747 toi = (struct T_ordrel_ind *)mp->b_rptr; in tl_ordrel_ind_alloc()
5748 toi->PRIM_type = T_ORDREL_IND; in tl_ordrel_ind_alloc()