Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c329 copystring(copyfile, (char *)ISO_copyr_id(unix_buf), 37); in updatelabel()
345 copystring(copyfile, (char *)ISO_copyr_id(iso_buf), 37); in updatelabel()
382 copyfile = (char *)ISO_copyr_id(iso_buf); in prntlabel()
398 copyfile = (char *)ISO_copyr_id(unix_buf); in prntlabel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h130 #define ISO_copyr_id(x) (&((uchar_t *)x)[702]) macro
159 #define ISO_COPYR_ID(x) ISO_copyr_id(x)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c432 copyfile = (char *)ISO_copyr_id(h->iso_buf); in get_attr()
449 copyfile = (char *)ISO_copyr_id(h->unix_buf); in get_attr()