Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c326 copystring(pubid, (char *)ISO_pub_id(unix_buf), 128); in updatelabel()
342 copystring(pubid, (char *)ISO_pub_id(iso_buf), 128); in updatelabel()
379 pubid = (char *)ISO_pub_id(iso_buf); in prntlabel()
395 pubid = (char *)ISO_pub_id(unix_buf); in prntlabel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h127 #define ISO_pub_id(x) (&((uchar_t *)x)[318]) macro
156 #define ISO_PUB_ID(x) ISO_pub_id(x)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c429 pubid = (char *)ISO_pub_id(h->iso_buf); in get_attr()
446 pubid = (char *)ISO_pub_id(h->unix_buf); in get_attr()