Searched refs:hexstr_to_label (Results 1 - 7 of 7) 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 *);
/illumos-gate/usr/src/common/tsol/
H A Dstol.c146 * hexstr_to_label -- parse a string representing a hex label into a
154 hexstr_to_label(const char *s, m_label_t *l) function
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c248 if (hexstr_to_label(ds_hexsl, &ds_sl) != 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1413 } else if (hexstr_to_label(ds_hexsl, &ds_sl) == 0) {
H A Dzfs_ioctl.c545 if (!new_default && (hexstr_to_label(strval, &new_sl) != 0))
598 if (hexstr_to_label(strval, &new_sl) != 0)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3771 error = hexstr_to_label(ds_hexsl, &ds_sl);

Completed in 108 milliseconds