Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c315 copystring(pubid, (char *)HSV_pub_id(hs_buf), 128); in updatelabel()
363 pubid = (char *)HSV_pub_id(hs_buf); in prntlabel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_spec.h136 #define HSV_pub_id(x) (&((uchar_t *)x)[342]) macro
169 #define HSV_PUB_ID(x) HSV_pub_id(x)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c412 pubid = (char *)HSV_pub_id(h->hs_buf); in get_attr()