Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c74 static void ud_swap_term_desc(struct term_desc *);
119 ud_swap_term_desc((struct term_desc *)otp); in maketag()
236 ud_swap_term_desc((struct term_desc *)otp); in verifytag()
439 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h521 struct term_desc { struct
525 typedef struct term_desc term_desc_t; argument
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h270 void print_td(FILE *, struct term_desc *);
H A Dud_lib.c1908 print_td(FILE *fout, struct term_desc *td) in print_td()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c490 print_td(stdout, (struct term_desc *)tag); in print_desc()