Home
last modified time | relevance | path

Searched refs:susp_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c166 if (t->susp_type != SUSP_TYPE_SUSP || in cd9660_susp_finalize_node()
192 if (t->susp_type != SUSP_TYPE_RRIP) in cd9660_rrip_finalize_node()
473 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
479 temp->susp_type = susp_type; in cd9660node_susp_create_node()
H A Diso9660_rrip.h210 char susp_type; /* SUSP or RRIP */ member