Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c330 copystring(absfile, (char *)ISO_abstr_id(unix_buf), 37); in updatelabel()
346 copystring(absfile, (char *)ISO_abstr_id(iso_buf), 37); in updatelabel()
383 absfile = (char *)ISO_abstr_id(iso_buf); in prntlabel()
399 absfile = (char *)ISO_abstr_id(unix_buf); in prntlabel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h131 #define ISO_abstr_id(x) (&((uchar_t *)x)[739]) macro
160 #define ISO_ABSTR_ID(x) ISO_abstr_id(x)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c433 absfile = (char *)ISO_abstr_id(h->iso_buf); in get_attr()
450 absfile = (char *)ISO_abstr_id(h->unix_buf); in get_attr()