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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c655 int dname_size; local
764 dname_size = TLM_MAX_PATH_NAME - 1;
772 dname, &dname_size, &ret_fh, &ret_attr);
784 if (dname_size == 0)
786 dname[dname_size] = '\0';
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c496 size_t dname_size; local
515 dname_size = fsp->hsfs_namemax + 1; /* 1 for the ending NUL */
516 dname = kmem_alloc(dname_size, KM_SLEEP);
647 kmem_free(dname, dname_size);

Completed in 51 milliseconds