Searched refs:dirsz (Results 1 – 2 of 2) sorted by relevance
1604 get_dir_from_path(char *dir, char **path, int dirsz) in get_dir_from_path() argument1607 int count = dirsz; in get_dir_from_path()1609 if (dirsz <= 0) { in get_dir_from_path()1612 "get_dir_from_path: invalid directory size %d", dirsz); in get_dir_from_path()1625 "get_dir_from_path: max pathlength exceeded %d", dirsz); in get_dir_from_path()
329 uint_t dirsz = p->p_lwpdir_sz; in lwp_create() local350 new_dirsz = 2 * dirsz + 2; in lwp_create()362 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) { in lwp_create()