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

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c300 * hashsz = (dirsz + 2) / 2
329 uint_t dirsz = p->p_lwpdir_sz; local
350 new_dirsz = 2 * dirsz + 2;
362 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1563 * get_dir_from_path(char *dir, char **path, int dirsz)
1564 * gets the directory name dir from path for max string of length dirsz.
1570 get_dir_from_path(char *dir, char **path, int dirsz) argument
1573 int count = dirsz;
1575 if (dirsz <= 0) {
1578 "get_dir_from_path: invalid directory size %d", dirsz);
1591 "get_dir_from_path: max pathlength exceeded %d", dirsz);

Completed in 50 milliseconds