Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.h282 static char *alloc_stacks(int);
H A Dsyslogd.c2959 if ((stack_ptr = alloc_stacks(nthread)) == NULL) { in init()
3318 if ((cstack_ptr = alloc_stacks(nlogs)) == NULL) { in conf_init()
4322 alloc_stacks(int numstacks) in alloc_stacks() function