Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/mcs/common/
H A Dmain.c40 static size_t optbufsz = OPTUNIT; variable
94 malloc(optbufsz * sizeof (struct action))) == NULL) { in main()
243 if (optcnt > optbufsz) { in queue()
244 optbufsz = optbufsz * 2; in queue()
246 optbufsz * sizeof (struct action))) == NULL) { in queue()