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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c2732 uint_t devnamelen, pathnamelen; local
2746 pathnamelen = ((mdnm_params_t *)d)->pathname_len;
2748 if ((devnamelen > MAXPATHLEN) || (pathnamelen > MAXPATHLEN) ||
2749 (devnamelen == 0) || (pathnamelen == 0)) {
2765 pname = kmem_alloc(pathnamelen + 1, KM_SLEEP);
2769 (void *)pname, pathnamelen + 1, mode) != 0) {
2772 kmem_free(pname, pathnamelen + 1);
2780 kmem_free(pname, pathnamelen + 1);
2788 uint_t devnamelen, pathnamelen; local
2802 pathnamelen
[all...]

Completed in 269 milliseconds