Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h111 #define ISO_std_id(x) (&((uchar_t *)x)[1]) macro
141 #define ISO_STD_ID(x) ISO_std_id(x)
/titanic_41/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c510 strncmp((char *)(ISO_std_id(bufp)), (char *)(ISO_ID_STRING), in boot_hsfs_mountroot()
540 printf("%c", *(ISO_std_id(bufp)+i)); in boot_hsfs_mountroot()
/titanic_41/usr/src/common/fs/
H A Dhsfs.c431 (strncmp((const char *)ISO_std_id(bufp), ISO_ID_STRING, in bhsfs_mountroot()