OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_sl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c
1093
m_label_t *
new_sl
;
local
1101
if (((
new_sl
= m_label_alloc(MAC_LABEL)) == NULL) ||
1102
(str_to_label(strval, &
new_sl
, MAC_LABEL,
1108
if (label_to_str(
new_sl
, &hex, M_INTERNAL,
1114
m_label_free(
new_sl
);
1135
m_label_free(
new_sl
); /* OK if null */
2503
m_label_t *
new_sl
= NULL;
local
2519
if (str_to_label(propbuf, &
new_sl
, MAC_LABEL,
2521
m_label_free(
new_sl
);
2525
if (label_to_str(
new_sl
, &ascii, M_LABEL
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c
565
bslabel_t ds_sl,
new_sl
;
local
581
if (!new_default && (hexstr_to_label(strval, &
new_sl
) != 0))
590
if (new_default || !blequal(&
new_sl
, CR_SL(CRED())))
634
if (hexstr_to_label(strval, &
new_sl
) != 0)
637
if (blstrictdom(&ds_sl, &
new_sl
))
639
else if (blstrictdom(&
new_sl
, &ds_sl))
Completed in 71 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026