Home
last modified time | relevance | path

Searched refs:ISO_svd_esc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1272 ISO_svd_esc(volp)[0] == '%' && in hs_joliet_level()
1273 ISO_svd_esc(volp)[1] == '/') { in hs_joliet_level()
1275 switch (ISO_svd_esc(volp)[2]) { in hs_joliet_level()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h116 #define ISO_svd_esc(x) (&((uchar_t *)x)[88]) /* Supplemental VD */ macro