Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.c57 static struct mondata { struct
64 } *mondata, *_mondata(); argument
68 static struct mondata *
71 struct mondata *d = mondata; in _mondata()
74 if ((d = (struct mondata *) in _mondata()
75 calloc(1, sizeof(struct mondata))) == NULL) { in _mondata()
78 mondata = d; in _mondata()
114 struct mondata *d = _mondata(); in monitor()
206 struct mondata *d = _mondata(); in moncontrol()