Home | History | Annotate | Download | only in cd9660

Lines Matching defs:ST

209 	struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST;
214 /* Allow 4 bytes for "ST" record. */
261 /* An ST entry is needed */
263 ST = cd9660node_susp_create_node(SUSP_TYPE_SUSP,
264 SUSP_ENTRY_SUSP_ST, "ST", SUSP_LOC_ENTRY);
265 cd9660_susp_st(ST, node);
267 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll);
269 TAILQ_INSERT_HEAD(&node->head, ST, rr_ll);
270 last = ST;
305 * ST: not sure if it is even required, but if so, should be
355 S_ISLNK(node->node->inode->st.st_mode))
360 ((S_ISCHR(node->node->inode->st.st_mode) ||
361 S_ISBLK(node->node->inode->st.st_mode)))) {
627 cd9660_bothendian_dword(pxinfo->inode->st.st_mode,
629 cd9660_bothendian_dword(pxinfo->inode->st.st_nlink,
631 cd9660_bothendian_dword(pxinfo->inode->st.st_uid,
633 cd9660_bothendian_dword(pxinfo->inode->st.st_gid,
646 if (sizeof (fnode->inode->st.st_rdev) > 4)
648 (uint64_t)fnode->inode->st.st_rdev >> 32,
653 cd9660_bothendian_dword(fnode->inode->st.st_rdev & 0xffffffff,
686 _node->inode->st.st_mtime);
690 _node->inode->st.st_atime);
694 _node->inode->st.st_ctime);
713 p->attr.su_entry.ST.h.type[0] = 'S';
714 p->attr.su_entry.ST.h.type[1] = 'T';
715 p->attr.su_entry.ST.h.length[0] = 4;
716 p->attr.su_entry.ST.h.version[0] = 1;