Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_spec.h140 #define HSV_appl_id(x) (&((uchar_t *)x)[598]) macro
173 #define HSV_APPL_ID(x) HSV_appl_id(x)
/titanic_50/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c317 copystring(applid, (char *)HSV_appl_id(hs_buf), 128); in updatelabel()
364 applid = (char *)HSV_appl_id(hs_buf); in prntlabel()
/titanic_50/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c414 applid = (char *)HSV_appl_id(h->hs_buf); in get_attr()