Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c273 size_t mntpt_len = 0; in count_widths() local
280 mntpt_len = strlen(cur_be->be_mntpt); in count_widths()
295 if (mntpt_len > len[2]) in count_widths()
296 len[2] = mntpt_len; in count_widths()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1847 int mntpt_len; in nfs4_trigger_domount() local
1877 mntpt_len = strlen(orig_mntpt) + strlen(orig_path); in nfs4_trigger_domount()
1878 mntpt = kmem_zalloc(mntpt_len + 1, KM_SLEEP); in nfs4_trigger_domount()
1965 kmem_free(mntpt, mntpt_len + 1); in nfs4_trigger_domount()