Lines Matching defs:CE
83 * See if we need a CE record, and set all of the
134 * CE (continuation area)
141 /* Handle CE counters */
156 t->attr.su_entry.CE.ca_sector);
161 t->attr.su_entry.CE.ca_sector);
163 t->attr.su_entry.CE.offset);
165 t->attr.su_entry.CE.length);
209 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST;
235 * could insert a "CE" entry.
242 /* A CE entry is needed */
244 CE = cd9660node_susp_create_node(SUSP_TYPE_SUSP,
245 SUSP_ENTRY_SUSP_CE, "CE", SUSP_LOC_ENTRY);
246 cd9660_susp_ce(CE, node);
249 TAILQ_INSERT_AFTER(&node->head, pre_ce, CE, rr_ll);
251 TAILQ_INSERT_HEAD(&node->head, CE, rr_ll);
252 last = CE;
304 * CE: is added for us where needed
306 * handled by the CE code
723 p->attr.su_entry.CE.h.length[0] = 28;
724 p->attr.su_entry.CE.h.version[0] = 1;