Searched refs:ISO_std_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h91 #define ISO_ID_STRING "CD001" /* ISO_std_id field */
92 #define ISO_ID_STRLEN 5 /* ISO_std_id field length */
111 #define ISO_std_id(x) (&((uchar_t *)x)[1]) macro
141 #define ISO_STD_ID(x) ISO_std_id(x)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c510 strncmp((char *)(ISO_std_id(bufp)), (char *)(ISO_ID_STRING),
540 printf("%c", *(ISO_std_id(bufp)+i));
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c431 (strncmp((const char *)ISO_std_id(bufp), ISO_ID_STRING,

Completed in 64 milliseconds