Home
last modified time | relevance | path

Searched refs:term_desc (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c76 static void ud_swap_term_desc(struct term_desc *);
121 ud_swap_term_desc((struct term_desc *)otp); in maketag()
238 ud_swap_term_desc((struct term_desc *)otp); in verifytag()
441 ud_swap_term_desc(struct term_desc *p) in ud_swap_term_desc()
H A Dmkfs.c618 struct term_desc *tdp; in volseqinit()
856 tdp = (struct term_desc *)buf; in volseqinit()
861 tp->tag_crc_len = sizeof (struct term_desc) - in volseqinit()
943 tdp = (struct term_desc *)buf; in volseqinit()
948 tp->tag_crc_len = sizeof (struct term_desc) - in volseqinit()
1111 tdp = (struct term_desc *)buf; in volseqinit()
1116 tp->tag_crc_len = sizeof (struct term_desc) - sizeof (struct tag); in volseqinit()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dudf_volume.h521 struct term_desc { struct
525 typedef struct term_desc term_desc_t; argument
/titanic_44/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h272 void print_td(FILE *, struct term_desc *);
H A Dud_lib.c1919 print_td(FILE *fout, struct term_desc *td) in print_td()
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c492 print_td(stdout, (struct term_desc *)tag); in print_desc()