Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/truss/
H A Dramdata.h109 size_t sys_psize; /* sizeof(*sys_path) */ member
H A Dactions.c441 while (len >= pri->sys_psize) { in sysentry()
443 pri->sys_path = my_malloc(pri->sys_psize *= 2, in sysentry()
H A Dmain.c118 pri->sys_path = my_malloc(pri->sys_psize = 16, NULL); in get_private()