Lines Matching refs:new_sl
1314 m_label_t *new_sl; in zfs_valid_proplist() local
1322 if (((new_sl = m_label_alloc(MAC_LABEL)) == NULL) || in zfs_valid_proplist()
1323 (str_to_label(strval, &new_sl, MAC_LABEL, in zfs_valid_proplist()
1329 if (label_to_str(new_sl, &hex, M_INTERNAL, in zfs_valid_proplist()
1335 m_label_free(new_sl); in zfs_valid_proplist()
1355 m_label_free(new_sl); /* OK if null */ in zfs_valid_proplist()
2928 m_label_t *new_sl = NULL; in zfs_prop_get() local
2944 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
2946 m_label_free(new_sl); in zfs_prop_get()
2950 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
2954 m_label_free(new_sl); in zfs_prop_get()
2957 m_label_free(new_sl); in zfs_prop_get()