Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1573 get_dir_from_path(char *dir, char **path, int dirsz) in get_dir_from_path() argument
1576 int count = dirsz; in get_dir_from_path()
1578 if (dirsz <= 0) { in get_dir_from_path()
1581 "get_dir_from_path: invalid directory size %d", dirsz); in get_dir_from_path()
1594 "get_dir_from_path: max pathlength exceeded %d", dirsz); in get_dir_from_path()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c328 uint_t dirsz = p->p_lwpdir_sz; in lwp_create() local
349 new_dirsz = 2 * dirsz + 2; in lwp_create()
361 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) { in lwp_create()