Home
last modified time | relevance | path

Searched refs:ISO_prep_id (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c327 copystring(prepid, (char *)ISO_prep_id(unix_buf), 128); in updatelabel()
343 copystring(prepid, (char *)ISO_prep_id(iso_buf), 128); in updatelabel()
380 prepid = (char *)ISO_prep_id(iso_buf); in prntlabel()
396 prepid = (char *)ISO_prep_id(unix_buf); in prntlabel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h128 #define ISO_prep_id(x) (&((uchar_t *)x)[446]) macro
157 #define ISO_PREP_ID(x) ISO_prep_id(x)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c430 prepid = (char *)ISO_prep_id(h->iso_buf); in get_attr()
447 prepid = (char *)ISO_prep_id(h->unix_buf); in get_attr()