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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1597 * get_dir_from_path(char *dir, char **path, int dirsz)
1598 * gets the directory name dir from path for max string of length dirsz.
1604 get_dir_from_path(char *dir, char **path, int dirsz) argument
1607 int count = dirsz;
1609 if (dirsz <= 0) {
1612 "get_dir_from_path: invalid directory size %d", dirsz);
1625 "get_dir_from_path: max pathlength exceeded %d", dirsz);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlwp.c293 * hashsz = (dirsz + 2) / 2
322 uint_t dirsz = p->p_lwpdir_sz; local
343 new_dirsz = 2 * dirsz + 2;
355 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) {

Completed in 35 milliseconds