Home
last modified time | relevance | path

Searched refs:hexstr_to_label (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h153 extern int hexstr_to_label(const char *, m_label_t *);
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h215 extern int hexstr_to_label(const char *, m_label_t *);
H A Dmapfile-vers99 hexstr_to_label;
/illumos-gate/usr/src/common/tsol/
H A Dstol.c154 hexstr_to_label(const char *s, m_label_t *l) in hexstr_to_label() function
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c248 if (hexstr_to_label(ds_hexsl, &ds_sl) != 0) in getflabel_zfs()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1721 } else if (hexstr_to_label(ds_hexsl, &ds_sl) == 0) { in zfs_mount_label_policy()
H A Dzfs_ioctl.c618 if (!new_default && (hexstr_to_label(strval, &new_sl) != 0)) in zfs_set_slabel_policy()
671 if (hexstr_to_label(strval, &new_sl) != 0) in zfs_set_slabel_policy()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3881 error = hexstr_to_label(ds_hexsl, &ds_sl); in validate_rootds_label()