Searched refs:ds_hexsl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c236 char ds_hexsl[MAXNAMELEN]; local
243 1, sizeof (ds_hexsl), &ds_hexsl, NULL);
246 if ((error) || (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0))
248 if (hexstr_to_label(ds_hexsl, &ds_sl) != 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1346 char ds_hexsl[MAXNAMELEN]; local
1354 1, sizeof (ds_hexsl), &ds_hexsl, NULL);
1364 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)
1385 return (zfs_check_global_label(osname, ds_hexsl));
1400 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0) {
1413 } else if (hexstr_to_label(ds_hexsl, &ds_sl) == 0) {
H A Dzfs_ioctl.c528 char ds_hexsl[MAXNAMELEN]; local
537 1, sizeof (ds_hexsl), &ds_hexsl, NULL);
578 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) != 0) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3713 char ds_hexsl[MAXNAMELEN]; local
3740 if ((zfs_prop_get(zhp, ZFS_PROP_MLSLABEL, ds_hexsl, MAXNAMELEN,
3742 (strcmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) {
3771 error = hexstr_to_label(ds_hexsl, &ds_sl);

Completed in 85 milliseconds