Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h273 static char *alloc_stacks(int);
H A Dsyslogd.c2946 if ((stack_ptr = alloc_stacks(nthread)) == NULL) { in init()
3305 if ((cstack_ptr = alloc_stacks(nlogs)) == NULL) { in conf_init()
4307 alloc_stacks(int numstacks) in alloc_stacks() function