Home
last modified time | relevance | path

Searched refs:ms_next (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c127 struct msg_string *ms_next; member
179 msg_tail->ms_next = msg; in message_append()
571 for (msg = msg_head; msg; msg = msg->ms_next) { in output_defs()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c809 if (man_strup && (man_strup->ms_next != NULL)) in _fini()
1280 for (; (tsp = *prevmsp) != NULL; prevmsp = &tsp->ms_next) { in man_open()
1312 msp->ms_next = *prevmsp; in man_open()
1442 man_strup = close_msp->ms_next; in man_close()
1444 for (msp = man_strup; msp && msp->ms_next != close_msp; ) in man_close()
1445 msp = msp->ms_next; in man_close()
1452 msp->ms_next = close_msp->ms_next; in man_close()
4603 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_switch_match()
4877 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_add_dests()
4920 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_remove_dests()
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h227 struct manstr_s *ms_next; /* next in list of streams */ member