Searched refs:mtn (Results 1 – 2 of 2) sorted by relevance
44 mnttab_node_t *mtn = zfs_alloc(hdl, sizeof (mnttab_node_t)); in mnttab_node_alloc() local45 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in mnttab_node_alloc()46 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in mnttab_node_alloc()47 mtn->mtn_mt.mnt_fstype = (char *)MNTTYPE_ZFS; in mnttab_node_alloc()48 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in mnttab_node_alloc()49 return (mtn); in mnttab_node_alloc()53 mnttab_node_free(libzfs_handle_t *hdl, mnttab_node_t *mtn) in mnttab_node_free() argument56 free(mtn->mtn_mt.mnt_special); in mnttab_node_free()57 free(mtn->mtn_mt.mnt_mountp); in mnttab_node_free()58 free(mtn->mtn_mt.mnt_mntopts); in mnttab_node_free()[all …]
8682 osm_mtree_node_t *mtn = NULL; in mcast_stree_branch() local8708 mtn = osm_mtree_node_new(osm_sw); in mcast_stree_branch()8709 if (!mtn) { in mcast_stree_branch()8748 mtn->child_array[p] = in mcast_stree_branch()8751 if (!mtn->child_array[p]) in mcast_stree_branch()8781 mtn->child_array[port->port] = OSM_MTREE_LEAF; in mcast_stree_branch()8787 osm_mtree_destroy(mtn); in mcast_stree_branch()8788 mtn = NULL; in mcast_stree_branch()8794 return mtn; in mcast_stree_branch()