Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdevicerange.c84 } else if (stobsl(lstr, range->lower_bound, NO_CORRECTION, in getdevicerange()
95 } else if (stobsl(lstr, range->upper_bound, NO_CORRECTION, in getdevicerange()
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile71 stobsl.3tsol
112 stobsl.3tsol := LINKSRC = stobl.3tsol
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h165 extern int stobsl(const char *, m_label_t *, int, int *);
H A Dmapfile-vers113 stobsl;
H A Dstob.c100 stobsl(const char *string, bslabel_t *label, int flags, int *error) in stobsl() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc68 link path=usr/share/man/man3tsol/stobsl.3tsol target=stobl.3tsol
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1614 } else if (stobsl(lstr, drange.lower_bound, NO_CORRECTION, in _check_label()
1626 } else if (stobsl(lstr, drange.upper_bound, NO_CORRECTION, in _check_label()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8819 err = stobsl(sl_ptr, &bs_label, in extract_attr()
8822 err = stobsl(dummy_buf, &bs_label, in extract_attr()
9071 if (!stobsl(str, &bslabel, in rebuild_lk_comp_path()