Lines Matching refs:new_sl
1226 m_label_t *new_sl; in zfs_valid_proplist() local
1234 if (((new_sl = m_label_alloc(MAC_LABEL)) == NULL) || in zfs_valid_proplist()
1235 (str_to_label(strval, &new_sl, MAC_LABEL, in zfs_valid_proplist()
1241 if (label_to_str(new_sl, &hex, M_INTERNAL, in zfs_valid_proplist()
1247 m_label_free(new_sl); in zfs_valid_proplist()
1268 m_label_free(new_sl); /* OK if null */ in zfs_valid_proplist()
2845 m_label_t *new_sl = NULL; in zfs_prop_get() local
2861 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
2863 m_label_free(new_sl); in zfs_prop_get()
2867 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
2871 m_label_free(new_sl); in zfs_prop_get()
2874 m_label_free(new_sl); in zfs_prop_get()