Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1604 get_dir_from_path(char *dir, char **path, int dirsz) in get_dir_from_path() argument
1607 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()
/titanic_41/usr/src/uts/common/os/
H A Dlwp.c329 uint_t dirsz = p->p_lwpdir_sz; in lwp_create() local
350 new_dirsz = 2 * dirsz + 2; in lwp_create()
362 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) { in lwp_create()