Home
last modified time | relevance | path

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

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